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'