replace_refs
is now a function rather than a class method ofJsonRef
(The class method is still around, but deprecated.)- New options were also added to
replace_refs
- New options were also added to
jsonloader
is now a plan function rather than an instance of a class. (This is a breaking change if you were subclassingJsonLoader
)
See notes in #43 for more details