File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.3.1 / 2016-05-13
2
+ ------------------
3
+ - fix to support BOM. [ #45 ] [ #45 ]
4
+
1
5
2.3.0 / 2016-04-16
2
6
------------------
3
7
- add ` throws ` to ` readFile() ` . See [ #39 ] [ #39 ]
@@ -70,6 +74,7 @@ changes it according to docs. [#12][#12]
70
74
------------------
71
75
* Initial release.
72
76
77
+ [ #45 ] : https://github.com/jprichardson/node-jsonfile/issues/45 " Reading of UTF8-encoded (w/ BOM) files fails "
73
78
[ #44 ] : https://github.com/jprichardson/node-jsonfile/issues/44 " Extra characters in written file "
74
79
[ #43 ] : https://github.com/jprichardson/node-jsonfile/issues/43 " Prettyfy json when written to file "
75
80
[ #42 ] : https://github.com/jprichardson/node-jsonfile/pull/42 " Moved fs.readFileSync within the try/catch "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsonfile" ,
3
- "version" : " 2.3.0 " ,
3
+ "version" : " 2.3.1 " ,
4
4
"description" : " Easily read/write JSON files." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments