- fix to support BOM. #45
- include file name in parse error. See: jprichardson/node-jsonfile#34
- split out tests into separate files
- fixed
throws
when set totrue
inreadFileSync()
. See: jprichardson/node-jsonfile#33
- fixed regression when passing in string as encoding for options in
writeFile()
andwriteFileSync()
. See: jprichardson/node-jsonfile#28
- added
options.spaces
towriteFile()
andwriteFileSync()
- fixed if passed
readFileSync(file, 'utf8')
. See: jprichardson/node-jsonfile#25
- fixed regressions if
null
is passed for options. See: jprichardson/node-jsonfile#24
- cleanup: JavaScript Standard Style, rename files, dropped terst for assert
- methods now support JSON revivers/replacers
- update license attribute jprichardson/node-jsonfile#21
- added
\n
to end of file on write. #14 - added
options.throws
toreadFileSync()
- dropped support for Node v0.8
- removed semicolons
- bugfix: passed
options
tofs.readFile
andfs.readFileSync
. This technically changes behavior, but changes it according to docs. #12
- fixed catching of callback bug (ffissore / #5)
- added
options
param to methods, (seanodell / #4)
- removed
homepage
field from package.json to remove NPM warning
- added
.npmignore
, #1 - changed spacing default from
4
to2
to follow Node conventions
- Initial release.