File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2018-03-23 jsonmerge 1.5.0
2
+
3
+ * Fix "maximum recursion depth exceeded" in get_schema() with schemas
4
+ that have recursive references.
5
+ * Allow a merge strategy to be defined at the same level as "anyOf",
6
+ "allOf" and "oneOf" keywords (thanks to Henrique Cabral).
7
+ * Add reference to the offending JSON value in exceptions thrown by
8
+ jsonmerge.
9
+ * Add "discard" merge strategy.
10
+ * Raise SchemaError when encountering an unknown merge strategy name.
11
+
1
12
2017-06-05 jsonmerge 1.4.0
2
13
3
14
* More consistent handling of $ref references in get_schema(). Internal
Original file line number Diff line number Diff line change 4
4
from setuptools import setup
5
5
6
6
setup (name = 'jsonmerge' ,
7
- version = '1.4 .0' ,
7
+ version = '1.5 .0' ,
8
8
description = 'Merge a series of JSON documents.' ,
9
9
license = 'MIT' ,
10
10
long_description = open ("README.rst" ).read (),
You can’t perform that action at this time.
0 commit comments