Skip to content

1.0.12

Compare
Choose a tag to compare
@bchr02 bchr02 released this 09 Nov 18:41
· 6 commits to master since this release

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.