Skip to content

Commit 88def15

Browse files
Formatting changes
1 parent 3f64348 commit 88def15

File tree

1 file changed

+38
-13
lines changed

1 file changed

+38
-13
lines changed

CHANGELOG.md

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
# Change Log
1+
Change Log
2+
====================================================================================================
23
All notable changes will be documented in this file.
34
JSON Schema $Ref Parser adheres to [Semantic Versioning](http://semver.org/).
45

56

6-
## [v7.1.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v7.1.0) (2019-06-21)
7+
8+
[v7.1.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v7.1.0) (2019-06-21)
9+
----------------------------------------------------------------------------------------------------
710

811
- Merged [PR #124](https://github.com/APIDevTools/json-schema-ref-parser/pull/124/), which provides more context to [custom resolvers](https://apitools.dev/json-schema-ref-parser/docs/plugins/resolvers.html).
912

1013
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v7.0.1...v7.1.0)
1114

1215

13-
## [v7.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v7.0.0) (2019-06-11)
16+
17+
[v7.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v7.0.0) (2019-06-11)
18+
----------------------------------------------------------------------------------------------------
1419

1520
- Dropped support for Node 6
1621

@@ -21,7 +26,9 @@ JSON Schema $Ref Parser adheres to [Semantic Versioning](http://semver.org/).
2126
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v6.1.0...v7.0.0)
2227

2328

24-
## [v6.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v6.0.0) (2018-10-04)
29+
30+
[v6.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v6.0.0) (2018-10-04)
31+
----------------------------------------------------------------------------------------------------
2532

2633
- Dropped support for [Bower](https://www.npmjs.com/package/bower), since it has been deprecated
2734

@@ -30,14 +37,18 @@ JSON Schema $Ref Parser adheres to [Semantic Versioning](http://semver.org/).
3037
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v5.1.0...v6.0.0)
3138

3239

33-
## [v5.1.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v5.1.0) (2018-07-11)
40+
41+
[v5.1.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v5.1.0) (2018-07-11)
42+
----------------------------------------------------------------------------------------------------
3443

3544
- Improved the logic of the [`bundle()` method](https://github.com/APIDevTools/json-schema-ref-parser/blob/master/docs/ref-parser.md#bundleschema-options-callback) to produce shorter reference paths when possible. This is not a breaking change, since both the old reference paths and the new reference paths are valid. The new ones are just shorter. Big thanks to [@hipstersmoothie](https://github.com/hipstersmoothie) for [PR #68](https://github.com/APIDevTools/json-schema-ref-parser/pull/68), which helped a lot with this.
3645

3746
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v5.0.0...v5.1.0)
3847

3948

40-
## [v5.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v5.0.0) (2018-03-18)
49+
50+
[v5.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v5.0.0) (2018-03-18)
51+
----------------------------------------------------------------------------------------------------
4152

4253
This release contains two bug fixes related to file paths. They are _technically_ breaking changes — hence the major version bump — but they're both edge cases that probably won't affect most users.
4354

@@ -48,7 +59,9 @@ This release contains two bug fixes related to file paths. They are _technicall
4859
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v4.1.1...v5.0.0)
4960

5061

51-
## [v4.1.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v4.1.0) (2018-01-17)
62+
63+
[v4.1.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v4.1.0) (2018-01-17)
64+
----------------------------------------------------------------------------------------------------
5265

5366
- Updated dependencies
5467

@@ -57,7 +70,9 @@ This release contains two bug fixes related to file paths. They are _technicall
5770
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v4.0.0...v4.1.0)
5871

5972

60-
## [v4.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v4.0.0) (2017-10-13)
73+
74+
[v4.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v4.0.0) (2017-10-13)
75+
----------------------------------------------------------------------------------------------------
6176

6277
#### Breaking Changes
6378

@@ -72,7 +87,9 @@ This release contains two bug fixes related to file paths. They are _technicall
7287
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v3.3.0...v4.0.0)
7388

7489

75-
## [v3.3.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v3.3.0) (2017-08-09)
90+
91+
[v3.3.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v3.3.0) (2017-08-09)
92+
----------------------------------------------------------------------------------------------------
7693

7794
- Updated dependencies
7895

@@ -83,7 +100,9 @@ This release contains two bug fixes related to file paths. They are _technicall
83100
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v3.0.0...v3.3.0)
84101

85102

86-
## [v3.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v3.0.0) (2016-04-03)
103+
104+
[v3.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v3.0.0) (2016-04-03)
105+
----------------------------------------------------------------------------------------------------
87106

88107
#### Plug-ins !!!
89108
That's the major new feature in this version. Originally requested in [PR #8](https://github.com/APIDevTools/json-schema-ref-parser/pull/8), and refined a few times over the past few months, the plug-in API is now finalized and ready to use. You can now define your own [resolvers](https://github.com/APIDevTools/json-schema-ref-parser/blob/v3.0.0/docs/plugins/resolvers.md) and [parsers](https://github.com/APIDevTools/json-schema-ref-parser/blob/v3.0.0/docs/plugins/parsers.md).
@@ -100,7 +119,9 @@ Lots of little bug fixes. The only major bug fix is to [support root-level `$re
100119
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v2.2.0...v3.0.0)
101120

102121

103-
## [v2.2.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v2.2.0) (2016-01-03)
122+
123+
[v2.2.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v2.2.0) (2016-01-03)
124+
----------------------------------------------------------------------------------------------------
104125

105126
This version includes a **complete rewrite** of the [`bundle` method](https://github.com/APIDevTools/json-schema-ref-parser/blob/master/docs/ref-parser.md#bundleschema-options-callback) method, mostly to fix [this bug](https://github.com/APIDevTools/swagger-parser/issues/16), but also to address a few [edge-cases](https://github.com/APIDevTools/json-schema-ref-parser/commit/ca9b322879519e4bcb2dcf6e63f08ac254b90868) that weren't handled before. As a side-effect of this rewrite, there was also some pretty significant refactoring and code-cleanup done throughout the codebase.
106127

@@ -109,7 +130,9 @@ Despite the significant code changes, there were no changes to any public-facing
109130
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v2.1.0...v2.2.0)
110131

111132

112-
## [v2.1.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v2.1.0) (2015-12-31)
133+
134+
[v2.1.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v2.1.0) (2015-12-31)
135+
----------------------------------------------------------------------------------------------------
113136

114137
JSON Schema $Ref Parser now automatically follows HTTP redirects. This is especially great for servers that automatically "ugrade" your connection from HTTP to HTTPS via a 301 redirect. Now that won't break your code.
115138

@@ -118,7 +141,9 @@ There are a few [new options](https://github.com/APIDevTools/json-schema-ref-par
118141
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v2.0.0...v2.1.0)
119142

120143

121-
## [v2.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v2.0.0) (2015-12-31)
144+
145+
[v2.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v2.0.0) (2015-12-31)
146+
----------------------------------------------------------------------------------------------------
122147

123148
Bumping the major version number because [this change](https://github.com/APIDevTools/json-schema-ref-parser/pull/5) technically breaks backward-compatibility — although I doubt it will actually affect many people. Basically, if you're using JSON Schema $Ref Parser to download files from a CORS-enabled server that requires authentication, then you'll need to set the `http.withCredentials` option to `true`.
124149

0 commit comments

Comments
 (0)