-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
42 lines (37 loc) · 1.24 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
CHANGES
=======
* Another fairly extensive overhaul to address lists as roots, embedded objects and other "edge" cases
* Add a build badge
* Fix issue #10
v2.0.1
------
* Ignore Pipfile.lock
* Fairly extensive refactoring
v2.0.0
------
* Fix issues #7 and #8
* Fix typo in docstring
* Updated licence file to CC0
* Fix for issue #6
* Remove some cruft
* Fix issue #5
* Added ability to filter on dumps and \_as\_json\_dumps
* Switched documentation over to Jupyter Notebook
* Tweaked badges
* Added tox test and restricted versions to 3.6 on..
* Fixed issue #3
* Fixed issue #4
* Fixed version identiier
* Update README.md file
* Updated license and copyright statements
* Adds non-protected access methods
* Adds "load" and "loads" to \_\_all\_\_ and changes case of JsonObj
* Fix issue #1
* Adds accept header to url request
* Add full typing signatures to methods. \`load\` function will now take a file name or a URL
* Changes JSONObj.get and JSONObj.setdefault functions to JSONObj.\_get and JSONObj.\_setdefault
* ExtendedNamespace \_\_iter\_\_ returns \_\_dict\_\_ iterator rather than dict
* added \_get function to simplify a common idiom
* Added \_items() function because I kept stumbling over the \_as\_dict().items()
* Initial submission
* Initial commit