All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
7.1.0 - 2024-03-05
- npm-run-all2
versioning-strategy: increase
in dependabot.ymlpackageRules
,rangeStrategy
,transitiveRemediation
in renovate.json
- Refactored a couple of lines to satisfy new eslint rules
- @snyk/[email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- actions/setup-node@v4
- github/codeql-action/init@v3
- github/codeql-action/autobuild@v3
- github/codeql-action/analyze@v3
- (volta) [email protected]
- npm-run-all
7.0.0 - 2023-09-28
- @snyk/[email protected]
- [email protected]
- [email protected]
- engines.node >= 16.14
- Volta pin [email protected], [email protected]
- NodeJS v14 test runs
6.2.0 - 2023-09-28
- NodeJS 14.0.x, 14.13.x, 14.17.x, 20.x test runs
- peerDependencies: grunt >= 0.4.0
- Volta pin [email protected], [email protected]
- @snyk/[email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- actions/checkout@v4
- NodeJS 19.x test run
6.1.0 - 2022-11-08
- eslint-plugin-redos
- ls-engines
- NodeJS v19 test run
- Renovate dependency management
- eslint config
- @snyk/[email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- TravisCI test running
6.0.0 - 2022-04-28
- @snyk/protect
- eslint
- eslint-config-xo
- eslint-plugin-import
- code style to match updated xo/eslint rules
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- nodejs <v14 support
- xo
- snyk
- TravisCI badge
5.0.1 - 2020-11-20
- https support, and tests to verify this
5.0.0 - 2020-11-20
- Dependabot setup
- request (use native http module instead)
4.2.0 - 2020-10-21
- nodejs v15 support
- codeql analysis
- HEAD branch master -> main
- snyk policy
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
4.1.0 - 2020-07-07
- nodejs v14 support
- travis-ci.com for test/build
- Greenkeeper badge (retired)
- travis-ci.org for test/build
4.0.0 - 2020-03-19
- Github actions for running tests, via test-ci npm script
- xo linter, with .prettierrc.yaml config
- nodejs v13 support in .travis.yml
- npm-run-all for running npm scripts in parallel
- Refactoring and updating to es6 features
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- eslint
- nodejs <10 support
3.0.3 - 2019-10-13
3.0.2 - 2019-09-07
- Greenkeeper.io badge
snyk protect
script
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- bitdeli.com badge (defunct)
3.0.1 - 2019-05-26
- [email protected]
- .npmignore file
3.0.0 - 2019-05-26
- Snyk badge
- node_js v12 support in .travis.yml
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- node <8 support
2.1.0 - 2019-02-11
- .editorconfig
- Snyk monitoring
- node 8, 9, 10, 11 support in .travis.yml
- eslint
- eslint-{config,plugin}-prettier
- node <6 support
- grunt-eslint
- grunt-release-it
- latest
2.0.0 - 2017-03-14
banUnknownProperties
now defaults to false - Pull 13- Dependencies upgraded:
1.0.0 - 2016-11-06
- node v7 support in .travis.yml
- Changelog (this file)
- Dependencies upgraded:
- node v0.10 support in .travis.yml
- Bring travis node targets up to date
- Remove grunt-cli as a devDependency (it should be installed globally)
- devDependencies: grunt 1.0.1
- peerDependencies: grunt >= 0.4.1
- Typos fixed in code examples.
- Update grunt in peerDependencies to support grunt v1.
- Update docs to reflect change of project ownership.
- Updated some dependencies.
root
,add
andschemas
can be a callback function (for lazy init).
- Big internal rewrite:
- Added
.values
option. - Extracted reporting to tv4-reporter, miniwrite and ministyle.
- Moved loader logic to own stand-alone module (for later extraction)
- Extracted test-running logic to own module (for later extraction)
- Added
- Added support to report subErrors (for anyOf/oneOf)
- Updated to follow the Grunt conventions.
- Updated
tv4
to version1.0.11
- Added support for
tv4.addFormat()
/languages
/checkRecursive
/banUnknownProperties
.
- Support for loading remote references (JSON Schemas
$ref
).
- (unknown)
- Bugfixes and improved reporting
- First release with synchronous validation