Skip to content

Releases: JPeer264/node-json-extra

v2.0.0

04 Mar 12:31
Compare
Choose a tag to compare

BREAKING CHANGES

  • Remove callbacks and just allow Promises
  • Switch options to the end
  • Drop Node <8 | Add support for Node v10+
  • Default exports per file (keep exports in index)

v1.0.0

12 Oct 08:22
Compare
Choose a tag to compare

Completely rewritten. All aliases were dropped.

Breaking changes:

  • Removed
    • toPath (now chain)
    • create (now write)
    • createSync (now writeSync)
    • check (now isJson)
    • isValid (now isJson)
  • isJson has no type anymore. It will just check if it is a valid json object

Feature:

  • isJsonString

v0.5.0

02 Dec 09:48
Compare
Choose a tag to compare

Feature

  • added options to toPath
    • options.type - allows you to filter the returned type

v0.4.0

02 Dec 09:47
Compare
Choose a tag to compare

Feature

  • new alias for toPath and check
    • toPath -> chain
    • check -> isValid

v0.3.1

01 Dec 21:31
Compare
Choose a tag to compare

Fixed

  • toPath is now stable

v0.3.0

30 Nov 18:09
Compare
Choose a tag to compare

Feature

  • added options to find
    • max
    • type

v0.2.0

29 Nov 18:06
Compare
Choose a tag to compare

Fixes

  • improved codestyle
  • added Node 7 to testsuite

Feature

  • added find()

v0.1.0

10 Nov 08:51
Compare
Choose a tag to compare
  • added write feature
    write is now an alias of create
    writeSync is now an alias of createSync
  • updated readme

v0.0.6

02 Nov 22:34
Compare
Choose a tag to compare
  • specs update
  • err handling update

v0.0.5

02 Nov 22:20
Compare
Choose a tag to compare
  • added unit tests
  • fixed bugs
  • added yarn support
  • updated code style