Releases: acegoal07/json-editor
Releases · acegoal07/json-editor
1.1.1
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
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
1.0.9
- Adds fileExist and folderExist to be used by other functions to check whether the specified file exists
1.0.8
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
1.0.7
- Removes value check within set function as this was causing errors when setting null or underfined values
1.0.6
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
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
1.0.4
- Removes deprecated append function
- Adds getKeys function
- Updates readme
- Adds more information to the errors
1.0.3
1.0.3
- Deprecates append editFile function
- Adds push and unshift function to replace deprecated append function
- Updates readme.md
1.0.2
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