You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
CHANGELOG
2
2
=========
3
3
4
+
## 1.1.1 - *9/23/2017*
5
+
6
+
- Changed text from `set is using` to `json formatter` in `jsonlite_info()`.
7
+
- Changed text from `data directory path` to `data directory` in `jsonlite_info()`.
8
+
- Show a notice when calling `jsonlite_info()` if using the slowest json formatter `python -m json.tool`.
9
+
4
10
## 1.1.0 - *2/12/2017*
5
11
6
12
- Fixed a bug where providing invalid json to `set` would write an empty file with a uuid filename to the data directory. Now providing invalid json to `set` errors with no file written to the data directory.
- You can now define where the data directory path is using the `JSONLITE_PATH` environment variable. It defaults to the existing path, `$PWD/jsonlite.data`.
76
+
- You can now define where the data directory is using the `JSONLITE_PATH` environment variable. It defaults to the existing path, `$PWD/jsonlite.data`.
71
77
72
78
- JSONlite has been transformed such that it can be used as a library. To do so, simply source in all the methods at the top of your script.
0 commit comments