Skip to content

Releases: acegoal07/json-editor

1.1.1

03 Oct 19:32
Compare
Choose a tag to compare

1.1.1

  • Changes all file manipulation functions to async to allow for awaiting is required
  • Cuts down on unneeded code within folderExist function
  • Adds index.d.ts to declare functions
  • Fixes an issue with getKeys not working as expected when trying to get root keys
  • Fixes an issue when comparing information in arrayToString
  • Removes some redundent code
  • Adds void(0) to points where nothing is needed instead of leaving it blank so stop errors

1.1.0

22 Sep 20:19
Compare
Choose a tag to compare

1.1.0

  • Fixes major error with fileExist causing errors across all functions
  • Adds writeCopy to editor
  • Updates wiki with new information

1.0.9

19 Sep 13:59
Compare
Choose a tag to compare

1.0.9

  • Adds fileExist and folderExist to be used by other functions to check whether the specified file exists

1.0.8

13 Sep 19:37
Compare
Choose a tag to compare

1.0.8

  • Adds trigger, copy and move functions to file editor
  • Changes descriptions of some
  • Removes an unused return param
  • Updates Wiki to show new information

1.0.7

09 Sep 07:53
Compare
Choose a tag to compare

1.0.7

  • Removes value check within set function as this was causing errors when setting null or underfined values

1.0.6

06 Sep 19:42
Compare
Choose a tag to compare

1.0.6

  • Adds format options to readAllFiles
  • Fixes an issue with unset not returning the editor
  • Makes it so editor delete function uses deleteFile tool
  • Makes it so any tools that delete files uses deleteFile tool

1.0.5

04 Sep 16:36
Compare
Choose a tag to compare

1.0.5

  • Adds readFile, readAllFiles file tools
  • Adds delete file editor function
  • Moves package usage information to github wiki which can be found here
  • Changes how you use arrayToString editor function
  • Adds more checks to some editor functions to reduce the risk of errors

1.0.4

14 Aug 08:25
Compare
Choose a tag to compare

1.0.4

  • Removes deprecated append function
  • Adds getKeys function
  • Updates readme
  • Adds more information to the errors

1.0.3

17 Jul 20:07
Compare
Choose a tag to compare

1.0.3

  • Deprecates append editFile function
  • Adds push and unshift function to replace deprecated append function
  • Updates readme.md

1.0.2

13 Jul 20:43
Compare
Choose a tag to compare

1.0.2

  • Changes the name of file manipulation tools
  • Adds keepLayout to .toString()
  • Updates readme.md
  • Adds more information to some of the error messages