Skip to content

Latest commit

 

History

History
346 lines (272 loc) · 7.51 KB

CHANGELOG.md

File metadata and controls

346 lines (272 loc) · 7.51 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

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

Updated

7.0.0 - 2023-09-28

Updated

Removed

  • NodeJS v14 test runs

6.0.0 - 2023-09-22

Updated

Removed

  • NodeJS v12, v13 support

5.0.2 - 2023-07-07

Added

Updated

Removed

  • Node 19.x test run

5.0.1 - 2023-03-10

Added

  • jsonpointer
  • @types/jsonpointer

Updated

Removed

  • jsonpointer.js

5.0.0 - 2022-11-20

Added

  • Renovate & Dependabot for dependency management
  • ESLint (with xo config)
  • Github action for testing
  • NodeJS v19 test run

Updated

  • Source code to adhere to xo code style
  • Minimum NodeJS version now v12
  • actions/checkout@v3
  • actions/setup-node@v3
  • github/codeql-action/init@v2
  • github/codeql-action/autobuild@v2
  • github/codeql-action/analyze@v2

Removed

  • NodeJS v10 support
  • xo
  • DavidDM (dependency analysis)
  • TravisCI testing
  • NodeJS v10, v13, v15 test runs

4.3.0 - 2020-11-20

Added

  • codeql analysis

Updated

4.2.0 - 2020-10-21

Added

  • nodejs v15 support

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.2 - 2020-03-19

Updated

4.0.1 - 2020-03-18

Updated

  • Upgrade minimist to remove security vulnerabilty

4.0.0 - 2020-03-05

Added

  • Github actions for running tests, via test:ci npm script

Updated

Removed

  • nodejs <10 support

3.0.0 - 2020-01-27

Added

  • .prettierrc.yaml
  • nodejs v13 support in .travis.yml
  • xo linter

Updated

Removed

  • eslint and plugins/config

2.0.3 - 2019-10-13

Updated

2.0.2 - 2019-09-07

Added

  • Greenkeeper.io badge

Updated

Removed

  • Bitdeli.com badge (defunct)

2.0.1 - 2019-07-11

Added

  • snyk protect

Updated

2.0.0 - 2019-05-26

Added

  • node 12 support
  • DepShield & Snyk badges

Updated

Removed

  • preinstall of grunt-cli (unneeded)
  • node 6, 7 support

1.1.0 - 2019-02-10

Added

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

Updated

Removed

  • node 4, 5 support
  • grunt and plugins

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

0.1.1 - 2016-04-08

Added

  • Add Code Climate & Download/month badges

Updated

  • other README tweaks

0.1.0 - 2016-04-08

Added

  • node 4 & 5 support
  • grunt-release-it for easier release management

Updated

  • docs changed to reflect new project ownership
  • Various dependencies, including [email protected]

Removed

  • node 0.8 support

0.0.4 - 2014-02-16

Added

  • various fixes

0.0.3 2013-11-28

Added

  • added a toStrim() for schemaValue no [object Object]

0.0.2 2013-11-28

Added

  • tv4 as a peerDependency
  • /media to .gitignore

0.0.1 2013-11-28

Updated

  • tuned module
    • moved some helpers
    • split reportTotals from reportBulk
    • added separators
  • expanded README.md
    • added usage example
    • added links
    • tuned text
  • added miniwrite/ministyle as peer dependencies to package.json