You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- JS API: Document format lookup functions takes filepath [#1348](https://github.com/stoplightio/spectral/pull/1348)
17
+
18
+
## [5.5.0] - 2020-08-25
19
+
20
+
### Added
21
+
- JS API: Support proxies [#1081](https://github.com/stoplightio/spectral/issues/1081)
14
22
- Ruleset accepts `documentationUrl` property to specify the source of the documentation [#1242](https://github.com/stoplightio/spectral/pull/1242)
15
23
- Introduce an experimental JSON Path engine to speed up the linting process [#1136](https://github.com/stoplightio/spectral/pull/1136). Currently hidden behind USE_NIMMA env variable.
16
24
@@ -24,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
32
- Document sources are not normalized correctly under Windows [#1185](https://github.com/stoplightio/spectral/pull/1185)
25
33
- Various performance improvements [#1184](https://github.com/stoplightio/spectral/pull/1184), [#1188](https://github.com/stoplightio/spectral/pull/1188), [#1189](https://github.com/stoplightio/spectral/pull/1189), [#1300](https://github.com/stoplightio/spectral/pull/1300)
26
34
27
-
## [5.4.0] - 2019-05-27
35
+
## [5.4.0] - 2020-05-27
28
36
29
37
### Added
30
38
- New AsyncAPI 2 ruleset and format [#965](https://github.com/stoplightio/spectral/issues/965)
@@ -44,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
52
- Load custom functions from NPM correctly [#1093](https://github.com/stoplightio/spectral/pull/1093)
45
53
- Teach `path-params` to report an actual endpoint path [#1130](https://github.com/stoplightio/spectral/issues/1130)
46
54
47
-
## [5.3.0] - 2019-04-02
55
+
## [5.3.0] - 2020-04-02
48
56
49
57
### Added
50
58
- Built-in functions can now be accessed from custom functions [#925](https://github.com/stoplightio/spectral/pull/925)
@@ -60,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60
68
- Requiring packages located under node_modules is possible [#1029](https://github.com/stoplightio/spectral/pull/1029)
61
69
- Set proper document source if legacy parsed result is given [#1040](https://github.com/stoplightio/spectral/pull/1040)
62
70
63
-
## [5.2.0] - 2019-03-18
71
+
## [5.2.0] - 2020-03-18
64
72
65
73
### Added
66
74
- Rule exceptions are supported [#747](https://github.com/stoplightio/spectral/issues/747)
@@ -72,7 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72
80
### Fixed
73
81
- Alphabetical rule works correctly for $refs [#979](https://github.com/stoplightio/spectral/issues/979)
74
82
75
-
## [5.1.0] - 2019-02-26
83
+
## [5.1.0] - 2020-02-26
76
84
77
85
### Added
78
86
- Implement a new `typed-enum` rule to detect enum value that do not respect specified type [#913](https://github.com/stoplightio/spectral/pull/913)
0 commit comments