@@ -64,3 +64,48 @@ changes it according to docs. #12
64
64
0.0.1 / 2012-09-10
65
65
------------------
66
66
* Initial release.
67
+
68
+ [ #44 ] : https://github.com/jprichardson/node-jsonfile/issues/44 <!-- - Extra characters in written file -->
69
+ [ #43 ] : https://github.com/jprichardson/node-jsonfile/issues/43 <!-- - Prettyfy json when written to file -->
70
+ [ #42 ] : https://github.com/jprichardson/node-jsonfile/pull/42 <!-- - Moved fs.readFileSync within the try/catch -->
71
+ [ #41 ] : https://github.com/jprichardson/node-jsonfile/issues/41 <!-- - Linux: Hidden file not working -->
72
+ [ #40 ] : https://github.com/jprichardson/node-jsonfile/issues/40 <!-- - autocreate folder doesnt work from Path-value -->
73
+ [ #39 ] : https://github.com/jprichardson/node-jsonfile/pull/39 <!-- - Add `throws` option for readFile (async) -->
74
+ [ #38 ] : https://github.com/jprichardson/node-jsonfile/pull/38 <!-- - Update README.md writeFile[Sync] signature -->
75
+ [ #37 ] : https://github.com/jprichardson/node-jsonfile/pull/37 <!-- - support append file -->
76
+ [ #36 ] : https://github.com/jprichardson/node-jsonfile/pull/36 <!-- - Add typescript definition file. -->
77
+ [ #35 ] : https://github.com/jprichardson/node-jsonfile/pull/35 <!-- - Add typescript definition file. -->
78
+ [ #34 ] : https://github.com/jprichardson/node-jsonfile/pull/34 <!-- - readFile JSON parse error includes filename -->
79
+ [ #33 ] : https://github.com/jprichardson/node-jsonfile/pull/33 <!-- - fix throw->throws typo in readFileSync() -->
80
+ [ #32 ] : https://github.com/jprichardson/node-jsonfile/issues/32 <!-- - readFile & readFileSync can possible have strip-comments as an option? -->
81
+ [ #31 ] : https://github.com/jprichardson/node-jsonfile/pull/31 <!-- - [Modify] Support string include is unicode escape string -->
82
+ [ #30 ] : https://github.com/jprichardson/node-jsonfile/issues/30 <!-- - How to use Jsonfile package in Meteor.js App? -->
83
+ [ #29 ] : https://github.com/jprichardson/node-jsonfile/issues/29 <!-- - writefile callback if no error? -->
84
+ [ #28 ] : https://github.com/jprichardson/node-jsonfile/issues/28 <!-- - writeFile options argument broken -->
85
+ [ #27 ] : https://github.com/jprichardson/node-jsonfile/pull/27 <!-- - Use svg instead of png to get better image quality -->
86
+ [ #26 ] : https://github.com/jprichardson/node-jsonfile/issues/26 <!-- - Breaking change to fs-extra -->
87
+ [ #25 ] : https://github.com/jprichardson/node-jsonfile/issues/25 <!-- - support string encoding param for read methods -->
88
+ [ #24 ] : https://github.com/jprichardson/node-jsonfile/issues/24 <!-- - readFile: Passing in null options with a callback throws an error -->
89
+ [ #23 ] : https://github.com/jprichardson/node-jsonfile/pull/23 <!-- - Add appendFile and appendFileSync -->
90
+ [ #22 ] : https://github.com/jprichardson/node-jsonfile/issues/22 <!-- - Default value for spaces in readme.md is outdated -->
91
+ [ #21 ] : https://github.com/jprichardson/node-jsonfile/pull/21 <!-- - Update license attribute -->
92
+ [ #20 ] : https://github.com/jprichardson/node-jsonfile/issues/20 <!-- - Add simple caching functionallity -->
93
+ [ #19 ] : https://github.com/jprichardson/node-jsonfile/pull/19 <!-- - Add appendFileSync method -->
94
+ [ #18 ] : https://github.com/jprichardson/node-jsonfile/issues/18 <!-- - Add updateFile and updateFileSync methods -->
95
+ [ #17 ] : https://github.com/jprichardson/node-jsonfile/issues/17 <!-- - seem read & write sync has sequentially problem -->
96
+ [ #16 ] : https://github.com/jprichardson/node-jsonfile/pull/16 <!-- - export spaces defaulted to null -->
97
+ [ #15 ] : https://github.com/jprichardson/node-jsonfile/issues/15 <!-- - `jsonfile.spaces` should default to `null` -->
98
+ [ #14 ] : https://github.com/jprichardson/node-jsonfile/pull/14 <!-- - Add EOL at EOF -->
99
+ [ #13 ] : https://github.com/jprichardson/node-jsonfile/issues/13 <!-- - Add a final newline -->
100
+ [ #12 ] : https://github.com/jprichardson/node-jsonfile/issues/12 <!-- - readFile doesn't accept options -->
101
+ [ #11 ] : https://github.com/jprichardson/node-jsonfile/pull/11 <!-- - Added try,catch to readFileSync -->
102
+ [ #10 ] : https://github.com/jprichardson/node-jsonfile/issues/10 <!-- - No output or error from writeFile -->
103
+ [ #9 ] : https://github.com/jprichardson/node-jsonfile/pull/9 <!-- - Change 'js' to 'jf' in example. -->
104
+ [ #8 ] : https://github.com/jprichardson/node-jsonfile/pull/8 <!-- - Updated forgotten module.exports to me. -->
105
+ [ #7 ] : https://github.com/jprichardson/node-jsonfile/pull/7 <!-- - Add file name in error message -->
106
+ [ #6 ] : https://github.com/jprichardson/node-jsonfile/pull/6 <!-- - Use graceful-fs when possible -->
107
+ [ #5 ] : https://github.com/jprichardson/node-jsonfile/pull/5 <!-- - Jsonfile doesn't behave nicely when used inside a test suite. -->
108
+ [ #4 ] : https://github.com/jprichardson/node-jsonfile/pull/4 <!-- - Added options parameter to writeFile and writeFileSync -->
109
+ [ #3 ] : https://github.com/jprichardson/node-jsonfile/issues/3 <!-- - test2 -->
110
+ [ #2 ] : https://github.com/jprichardson/node-jsonfile/issues/2 <!-- - homepage field must be a string url. Deleted. -->
111
+ [ #1 ] : https://github.com/jprichardson/node-jsonfile/pull/1 <!-- - adding an `.npmignore` file -->
0 commit comments