Skip to content

Releases: gazpachoking/jsonref

v1.1.0

16 Jan 16:11
82c038b
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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