Skip to content

Releases: khalby786/jsoning

v1.0.0

27 Mar 08:02
Compare
Choose a tag to compare

We're back!

v1.0.0 introduces a TypeScript rewrite with exciting new changes!

  • Jsoning#copy - Copy your database to a new location (#37, implements #35)
  • EventEmitters to listen for events in the database (#37, implements #35)
  • Configuration for the Jsoning instance, right now we only have one option (implements #30 and #22)

What's Changed

New contributions

Let's thank them for their contributions! Special thanks to @akpi816218 for reviving this library.

v0.13.23

31 Jan 10:25
Compare
Choose a tag to compare
  • Jsoning#remove - 43cccda
  • Return null instead of false in get() - 3085fbd
  • Remove async keyword where no promise is returned - 3085fbd
  • Correct the Typescript interface (return Promise for async functions) - 3085fbd
  • Introduce JSONValue type in Typescript interface to specify of which types values can be - 3085fbd

v0.10.21

29 Mar 07:10
Compare
Choose a tag to compare
  • use RegEx to validate method options, see #12.

v0.10.19

12 Mar 14:52
Compare
Choose a tag to compare
  • feat: json files are now generated/chosen from the current working directory!

v0.9.18

12 Mar 14:44
Compare
Choose a tag to compare
  • fixed prototype pollution vulnerability - see #9.
  • deployed fix - see #8.

thanks @oadpoaw!

v0.8.18

12 Mar 14:25
Compare
Choose a tag to compare
  • Rename main entry file as index.js instead of server.js.
  • Beautify code.

v0.8.15 (patch)

24 Jul 10:58
Compare
Choose a tag to compare

A small patch that updates the basic usage code in the README (with better comments and async code), nothing really important. 😅

v0.8.14

23 Jul 09:37
Compare
Choose a tag to compare
  • Async code, depending on promises

v0.7.14

09 Jul 14:24
d9a5c46
Compare
Choose a tag to compare
  • Jsoning#push, still in beta feature.
  • Minor bug fixes.

v0.6.12 to v.0.6.13

17 Jun 05:24
Compare
Choose a tag to compare

v0.6.12

  • feat: Jsoning#has to see if an element exists.

v0.6.13

  • README update
  • JSDoc support for DocumentationJS