Releases: JPeer264/node-json-extra
Releases · JPeer264/node-json-extra
v2.0.0
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
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:
v0.5.0
Feature
- added options to
toPath
options.type
- allows you to filter the returned type
v0.4.0
Feature
- new alias for
toPath
and check
toPath
-> chain
check
-> isValid
v0.2.0
Fixes
- improved codestyle
- added Node 7 to testsuite
Feature
v0.1.0
- added write feature
write
is now an alias of create
writeSync
is now an alias of createSync
- updated readme
v0.0.6
- specs update
- err handling update
v0.0.5
- added unit tests
- fixed bugs
- added yarn support
- updated code style