Skip to content

Releases: acegoal07/json-editor

1.2.1

18 Jul 12:49
Compare
Choose a tag to compare

1.2.1

  • Formats code
  • Updates depended packages
  • Cuts down on a lot of blank space within the files

1.2.0

28 May 13:09
Compare
Choose a tag to compare

1.2.0

  • Quality of life improvements to the code

1.1.9

28 Jan 16:33
Compare
Choose a tag to compare

1.1.9

  • Updates @acegoal07/file-tools dependency to 1.0.5 and above due to changes done to it

1.1.8

14 Jan 14:37
Compare
Choose a tag to compare

1.1.8

  • Improves TypeScript files
  • Adds build script to package.json
  • Cuts down on unneeded files in published version

1.1.7

28 Dec 16:32
Compare
Choose a tag to compare

1.1.7

  • Fixes arrayToString

1.1.6

23 Oct 00:53
Compare
Choose a tag to compare

1.1.6

  • Fixed fileTools is not a function error caused by transition to @acegoal07/file-tools for some checks

1.1.5

19 Oct 20:35
Compare
Choose a tag to compare

1.1.5

  • Completely removes all file tools
  • Makes it so any requests to the file tools are now being sent to the external package

1.1.4 HOT FIX

10 Oct 20:31
Compare
Choose a tag to compare

1.1.4

  • Fixes the package.json file which was causing issues installing the update

1.1.3

10 Oct 20:22
Compare
Choose a tag to compare

1.1.3

  • Deprecates all fileTools and moves them to there own package called @acegoal07/file-tools
  • Adds file-tools as a dependency for this package
  • Makes it so the new package is used within the package to perform checks

1.1.2

03 Oct 20:37
Compare
Choose a tag to compare

1.1.2

  • Adds non async versions of the file manipulation functions to allow for a choice
  • Reduces the complexity of readAllFiles