Skip to content

Latest commit

 

History

History
82 lines (63 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

82 lines (63 loc) · 2.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.4.1 - 2020-04-07

Changed

  • Reduced installed package size by 165%

1.4.0 - 2020-04-07

Added

  • CHANGELOG

Changed

  • Testing on both nodejs 7.0 and 12 on Windows (via Appveyor) 0d5cefa
  • Lift 500ms listening window to infinit time 1876323

Fixed

  • Set correct nodejs version in package.json e0db85f

Removed

  • The -V alias option for displaying version 427bdf9

1.3.0 - 2016-12-15

Changed

  • Option order to not matter 3b833e4
  • Set minimum nodejs version to 7.0 because of Object.entries usage, since 1.1.0. 0520dcb

Fixed

  • Exit delay while waiting for data stream 02e273b
  • Bug where errors at position 0 would couse an infinite loop 0fc884c

1.2.0 - 2016-12-14

Added

  • Documentation to README 9ba32ec, 4205160
  • CI tests on Appveyor f8f8e23

1.1.3 - 2016-12-14

Fixed

npm home & npm issue - wrong links in package.json 00246e4

1.1.2 - 2016-12-14

Added

  • CI test on travis b4cd506

Changed

  • Package name to valid-json-cli b4cd506

Fixed

  • Set minimum node version to 6.8 because of default parameters usage, since 1.1.0. 0520dcb

1.1.1 - 2016-12-14

Fixed

  • Graphical error hinting 24d086c

1.1.0 - 2016-12-12

Added

  • Support for supplying a file path d4da288
  • Support for file-name 70f506b
  • CLI now has silent, help and version option b9a89b7

Changed

  • 500 miliseconds exit delay while waiting for data stream b9a89b7
  • Changed name since validate-json is already taken - validjson is also easier to type 947c16d

1.0.0 - 2016-12-12

Added

  • Initial implementation 4c87849