Files
jibo-cli/node_modules/jsonfile/CHANGELOG.md
pasketti bceda87f93 Replace deprecated electron-prebuilt with electron@2.0.18
- Updated package.json to use electron@2.0.18 instead of electron-prebuilt@1.4.3
- Modified lib/jibo-cli.js to reference 'electron' instead of 'electron-prebuilt'
- This fixes compatibility issues with the simulator on modern Linux systems
- electron-prebuilt was deprecated and renamed to electron in 2016
2026-04-05 22:47:03 -04:00

7.1 KiB

2.4.0 / 2016-09-15

Changed

  • added optional support for graceful-fs [#62]

2.3.1 / 2016-05-13

  • fix to support BOM. #45

2.3.0 / 2016-04-16

  • add throws to readFile(). See #39
  • add support for any arbitrary fs module. Useful with mock-fs

2.2.3 / 2015-10-14

2.2.2 / 2015-09-16

2.2.1 / 2015-06-25

2.2.0 / 2015-06-25

  • added options.spaces to writeFile() and writeFileSync()

2.1.2 / 2015-06-22

2.1.1 / 2015-06-19

2.1.0 / 2015-06-19

  • cleanup: JavaScript Standard Style, rename files, dropped terst for assert
  • methods now support JSON revivers/replacers

2.0.1 / 2015-05-24

2.0.0 / 2014-07-28

  • added \n to end of file on write. #14
  • added options.throws to readFileSync()
  • dropped support for Node v0.8

1.2.0 / 2014-06-29

  • removed semicolons
  • bugfix: passed options to fs.readFile and fs.readFileSync. This technically changes behavior, but changes it according to docs. #12

1.1.1 / 2013-11-11

  • fixed catching of callback bug (ffissore / #5)

1.1.0 / 2013-10-11

  • added options param to methods, (seanodell / #4)

1.0.1 / 2013-09-05

  • removed homepage field from package.json to remove NPM warning

1.0.0 / 2013-06-28

  • added .npmignore, #1
  • changed spacing default from 4 to 2 to follow Node conventions

0.0.1 / 2012-09-10

  • Initial release.