Skip to content

Releases: Belphemur/node-json-db

v1.0.0

24 Jun 19:03
Compare
Choose a tag to compare

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

15 Mar 19:24
Compare
Choose a tag to compare

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

20 Feb 15:57
Compare
Choose a tag to compare

0.10.0 (2019-02-20)

Features

  • Filter: Add filtering feature (fa81531)

v0.9.2

18 Nov 18:38
Compare
Choose a tag to compare

0.9.2 (2018-11-18)

Bug Fixes

v0.9.1

10 Oct 15:37
Compare
Choose a tag to compare

0.9.1 (2018-10-10)

Bug Fixes

  • ArrayInfo: Returns type of isValid (dae4e81)

Typescript Rewrite

31 Aug 23:22
Compare
Choose a tag to compare

Lib rewrote in TypeScript 3

Should help with Apps also written in TypeScript.

No new features.

Array Support

12 Apr 09:39
Compare
Choose a tag to compare

JsonDB now support Arrays