Skip to content

Latest commit

 

History

History
336 lines (274 loc) · 7.89 KB

CHANGELOG.md

File metadata and controls

336 lines (274 loc) · 7.89 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

7.1.0 - 2024-03-05

Added

  • npm-run-all2
  • versioning-strategy: increase in dependabot.yml
  • packageRules, rangeStrategy, transitiveRemediation in renovate.json

Updated

Removed

  • npm-run-all

7.0.0 - 2023-09-28

Updated

Removed

  • NodeJS v14 test runs

6.2.0 - 2023-09-28

Added

Updated

Removed

  • NodeJS 19.x test run

6.1.0 - 2022-11-08

Added

  • eslint-plugin-redos
  • ls-engines
  • NodeJS v19 test run
  • Renovate dependency management

Updated

Removed

  • TravisCI test running

6.0.0 - 2022-04-28

Added

  • @snyk/protect
  • eslint
  • eslint-config-xo
  • eslint-plugin-import

Updated

Removed

  • nodejs <v14 support
  • xo
  • snyk
  • TravisCI badge

5.0.1 - 2020-11-20

Added

  • https support, and tests to verify this

5.0.0 - 2020-11-20

Added

  • Dependabot setup

Updated

Removed

  • request (use native http module instead)

4.2.0 - 2020-10-21

Added

  • nodejs v15 support
  • codeql analysis

Updated

4.1.0 - 2020-07-07

Added

  • nodejs v14 support
  • travis-ci.com for test/build

Updated

Removed

  • Greenkeeper badge (retired)
  • travis-ci.org for test/build

4.0.0 - 2020-03-19

Added

  • 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

Updated

Removed

  • eslint
  • nodejs <10 support

3.0.3 - 2019-10-13

Updated

3.0.2 - 2019-09-07

Added

  • Greenkeeper.io badge
  • snyk protect script

Updated

Removed

  • bitdeli.com badge (defunct)

3.0.1 - 2019-05-26

Updated

3.0.0 - 2019-05-26

Added

  • Snyk badge
  • node_js v12 support in .travis.yml

Updated

Removed

  • node <8 support

2.1.0 - 2019-02-11

Added

  • .editorconfig
  • Snyk monitoring
  • node 8, 9, 10, 11 support in .travis.yml
  • eslint
  • eslint-{config,plugin}-prettier

Updated

Removed

  • node <6 support
  • grunt-eslint
  • grunt-release-it
  • latest

2.0.0 - 2017-03-14

Fixed

  • banUnknown -> banUnknownProperties (for consistency with both README.md and tv4) - Issue 10

Updated

1.0.0 - 2016-11-06

Added

  • node v7 support in .travis.yml
  • Changelog (this file)

Updated

Removed

  • 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 and schemas 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 support to report subErrors (for anyOf/oneOf)
  • Updated to follow the Grunt conventions.
  • Updated tv4 to version 1.0.11
  • Added support for tv4.addFormat() / languages / checkRecursive / banUnknownProperties.
  • Support for loading remote references (JSON Schemas $ref).

0.1.2

  • (unknown)

0.1.1

  • Bugfixes and improved reporting

0.1.0

  • First release with synchronous validation