Releases: Belphemur/node-json-db
Releases · Belphemur/node-json-db
v1.0.1
1.0.1 (2019-07-22)
Bug Fixes
v1.0.0
1.0.0 (2019-06-24)
Features
- Packaging: Use es6 module packaging (f5cd8fd)
BREAKING CHANGES
- Packaging: The default export has been removed. You need to do a deconstruction import to load the library now.
import JsonDB from 'node-json-db'
becomes
import {JsonDB} from 'node-json-db'
v0.11.0
0.11.0 (2019-03-15)
Bug Fixes
- Separator: Fix still using the slash as separator. (1781e5c)
Features
- Config: Add Config file to setup the Database (a740b91)
v0.10.0
0.10.0 (2019-02-20)
Features
- Filter: Add filtering feature (fa81531)
v0.9.2
0.9.2 (2018-11-18)
Bug Fixes
v0.9.1
0.9.1 (2018-10-10)
Bug Fixes
- ArrayInfo: Returns type of isValid (dae4e81)
Typescript Rewrite
Lib rewrote in TypeScript 3
Should help with Apps also written in TypeScript.
No new features.
Array Support
JsonDB now support Arrays