Skip to content

Commit 091f01b

Browse files
added a changelog
1 parent ddea5f9 commit 091f01b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
All notable changes will be documented in this file.
3+
JSON Schema $Ref Parser adheres to [Semantic Versioning](http://semver.org/).
4+
5+
6+
## [v2.0.0](https://github.com/BigstickCarpet/json-schema-ref-parser/tree/v2.0.0) (2015-12-31)
7+
8+
Bumping the major version number because [this change](https://github.com/BigstickCarpet/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`.
9+
10+
```javascript
11+
$RefParser.dereference('http://some.server.com/file.json', {
12+
http: { withCredentials: true }
13+
});
14+
```
15+
16+
[Full Changelog](https://github.com/BigstickCarpet/json-schema-ref-parser/compare/v1.4.1...v2.0.0)

0 commit comments

Comments
 (0)