Releases: gazpachoking/jsonref
Releases · gazpachoking/jsonref
v1.1.0
16 Jan 16:11
Compare
Sorry, something went wrong.
No results found
What's Changed
Fixes documents where the root is a reference object not being cached
Allows a reference object to refer to a fragment within itself. fix #51 , #40
Extra properties of a reference object will now have references resolved.
Full Changelog : v1.0.1...v1.1.0
v1.0.1
04 Nov 04:47
Compare
Sorry, something went wrong.
No results found
Fix issue with proxies=False where it would not recurse through references to remove the proxies. #48
v1.0.0
28 Oct 20:50
Compare
Sorry, something went wrong.
No results found
replace_refs is now a function rather than a class method of JsonRef (The class method is still around, but deprecated.)
New options were also added to replace_refs
jsonloader is now a plan function rather than an instance of a class. (This is a breaking change if you were subclassing JsonLoader)
See notes in #43 for more details