Skip to content

Commit eee464c

Browse files
release v7.0.0
1 parent 1bf4872 commit eee464c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ All notable changes will be documented in this file.
33
JSON Schema $Ref Parser adheres to [Semantic Versioning](http://semver.org/).
44

55

6+
## [v7.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v7.0.0) (2019-06-11)
7+
8+
- Dropped support for Node 6
9+
- Updated all code to ES6+ syntax (async/await, template literals, arrow functions, etc.)
10+
- No longer including a pre-built bundle in the package. such as [Webpack](https://webpack.js.org/), [Rollup](https://rollupjs.org/), [Parcel](https://parceljs.org/), or [Browserify](http://browserify.org/) to include JSON Schema $Ref Parser in your app
11+
12+
[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v6.1.0...v7.0.0)
13+
14+
615
## [v6.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v6.0.0) (2018-10-04)
716

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-ref-parser",
3-
"version": "6.1.0",
3+
"version": "7.0.0",
44
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
55
"keywords": [
66
"json",
@@ -46,7 +46,7 @@
4646
"coverage:node": "nyc --reporter=text --reporter=lcov --report-dir coverage/node mocha",
4747
"coverage:browser": "npm run test:browser -- --coverage",
4848
"upgrade": "npm-check -u",
49-
"bump": "bump --prompt --tag --push --all",
49+
"bump": "bump --tag --push --all",
5050
"release": "npm run upgrade && npm test && npm run bump"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)