Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (58m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 00:25:46 UTC Now

2024-01-22 13:34:19 UTC MAIN commitmail json YAML

py-jsonref: updated to 1.1.0

v1.1.0
Fixes documents where the root is a reference object not being cached
Allows a reference object to refer to a fragment within itself.
Extra properties of a reference object will now have references resolved.

v1.0.1
Fix issue with proxies=False where it would not recurse through references to remove the proxies.

v1.0.0
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)

(adam)