Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-jsonref: Upgrade 1.0.1 -> 1.1.0 | Leon Anavi | 2023-11-07 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | Upgrade to version 1.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 License-Update: License remains the same Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-jsonref: upgrade 0.3.0 -> 1.0.1 | Wang Mingyu | 2022-11-09 | 1 | -0/+16 |
Changelog: =========== replace_refs is now a function rather than a class method of JsonRef New options were also added to replace_refs jsonloader is now a plan function rather than an instance of a class. Fix issue with proxies=False where it would not recurse through references to remove the proxies. #48 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |