Skip to content

Commit c2fe4a7

Browse files
authored
docs(changelog): release 5.6 (#1354)
* docs(changelog): release 5.6 * docs: added * docs: js api * docs: date * docs: it's 2020
1 parent 192580c commit c2fe4a7

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## [5.5.0] - 2019-08-25
10+
## [5.6.0] - 2020-09-28
1111

12-
### Features
13-
- Support proxies via JS API [#1081](https://github.com/stoplightio/spectral/issues/1081)
12+
### Added
13+
- YAML merge keys can be used in rulesets [#1325](https://github.com/stoplightio/spectral/issues/1325)
14+
- New built-in function `defined` [#1338](https://github.com/stoplightio/spectral/pull/1338)
15+
- Enhance error message formatting [#1339](https://github.com/stoplightio/spectral/issues/1339)
16+
- 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)
1422
- Ruleset accepts `documentationUrl` property to specify the source of the documentation [#1242](https://github.com/stoplightio/spectral/pull/1242)
1523
- 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.
1624

@@ -24,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2432
- Document sources are not normalized correctly under Windows [#1185](https://github.com/stoplightio/spectral/pull/1185)
2533
- 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)
2634

27-
## [5.4.0] - 2019-05-27
35+
## [5.4.0] - 2020-05-27
2836

2937
### Added
3038
- 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
4452
- Load custom functions from NPM correctly [#1093](https://github.com/stoplightio/spectral/pull/1093)
4553
- Teach `path-params` to report an actual endpoint path [#1130](https://github.com/stoplightio/spectral/issues/1130)
4654

47-
## [5.3.0] - 2019-04-02
55+
## [5.3.0] - 2020-04-02
4856

4957
### Added
5058
- 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
6068
- Requiring packages located under node_modules is possible [#1029](https://github.com/stoplightio/spectral/pull/1029)
6169
- Set proper document source if legacy parsed result is given [#1040](https://github.com/stoplightio/spectral/pull/1040)
6270

63-
## [5.2.0] - 2019-03-18
71+
## [5.2.0] - 2020-03-18
6472

6573
### Added
6674
- 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
7280
### Fixed
7381
- Alphabetical rule works correctly for $refs [#979](https://github.com/stoplightio/spectral/issues/979)
7482

75-
## [5.1.0] - 2019-02-26
83+
## [5.1.0] - 2020-02-26
7684

7785
### Added
7886
- 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

Comments
 (0)