forked from inveniosoftware/dictdiffer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
36 lines (26 loc) · 1.1 KB
/
CHANGES
File metadata and controls
36 lines (26 loc) · 1.1 KB
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
Changes
=======
Version 0.3.0 (released 2014-11-05):
- Adds ignore argument to `diff` function that allows skipping check
on specified keys. (#34 #35)
- Fix for diffing of dict or list subclasses. (#37)
- Better instance checking of diffing objects. (#39)
Version 0.2.0 (released 2014-09-29):
- Fix for empty list instructions. (#30)
- Regression test for empty list instructions.
Version 0.1.0 (released 2014-09-01):
- Fix for list removal issues during patching caused by wrong
iteration. (#10)
- Fix for issues with multiple value types for the same key. (#10)
- Fix for issues with strings handled as iterables. (#6)
- Fix for integer keys. (#12)
- Regression test for complex dictionaries. (#4)
- Better testing with Travis CI, tox, pytest, code coverage. (#10)
- Initial release of documentation on ReadTheDocs. (#21 #24)
- Support for Python 3. (#15)
Version 0.0.4 (released 2014-01-04):
- List diff behavior treats lists as lists instead of sets. (#3)
- Differed typed objects are flagged as `changed` now.
- Swap function refactored.
Version 0.0.3 (released 2013-05-26):
- Initial public release on PyPI.