Skip to content

Releases: bchr02/filejson

1.0.13

16 Apr 16:38
Compare
Choose a tag to compare

1.0.12

09 Nov 18:41
Compare
Choose a tag to compare

Changes:

  • fixed an issue where internal objects (objects defined with objects) were not getting Proxy handler defined causing any future changes not to save to the json file.
  • enhanced the type checking (the heuristic that checks all values comply with the JSON standard) so that all values are only checked once and not repeated again with every change.
  • removed the speed cfg option which isn't needed with the last mentioned enhancement.

1.0.11

24 Oct 20:01
Compare
Choose a tag to compare

adds GitHub info to package.json

1.0.10

22 Oct 17:10
Compare
Choose a tag to compare

Updated README so that it's clearer what this module does and how it works.

1.0.9

14 Oct 21:28
Compare
Choose a tag to compare

Bug Fixes:

  • When setting a property that is not within the "contents" property tree or the "contents" property iteself, the default action of saving the value will be performed bypassing the triggering of a save.

1.0.8

14 Oct 17:44
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes an issue that allowed JSON type check heuristic to bypass the checking of the current value being saved. This allowed the situation where bad JSON could be saved. Meanwhile an error would only be throw on the next value update.

Misc:

  • updated eslint dev dependency version.

1.0.7

12 Oct 20:42
Compare
Choose a tag to compare

Bug fix.

1.0.6

26 Sep 01:19
Compare
Choose a tag to compare
  • new type checking - now throws when an incompatible value is used
  • new speed configuration option to bypass new type checking
  • using setImmediate instead of setTimeout for faster updating
  • removed the timeout configuration option since we are no longer using setTimeout

Thank you @piranna for these suggestions.

1.0.5

21 Sep 21:50
Compare
Choose a tag to compare
Merge pull request #3 from bchr02/1.0.5

1.0.5

1.0.2

21 Sep 16:27
Compare
Choose a tag to compare
version bump