We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03e6bf commit 99e8d32Copy full SHA for 99e8d32
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+2.3.0 / 2016-04-16
2
+------------------
3
+- add `throws` to `readFile()`. See [#39][#39]
4
+- add support for any arbitrary `fs` module. Useful with [mock-fs](https://www.npmjs.com/package/mock-fs)
5
+
6
2.2.3 / 2015-10-14
7
------------------
8
- include file name in parse error. See: https://github.com/jprichardson/node-jsonfile/pull/34
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonfile",
- "version": "2.2.3",
+ "version": "2.3.0",
"description": "Easily read/write JSON files.",
"repository": {
"type": "git",
0 commit comments