Skip to content

v0.14.5

Compare
Choose a tag to compare
@daveshanley daveshanley released this 04 Jan 22:09
· 318 commits to main since this release

No new features, however a deeper check for circular references was added after being discovered in the wild. Also the RootNode and KeyNode values of all low level model objects are now available.

Added a check to prevent run-away schema rendering when operating recursively.

Added a timeout guard to any JSON Path lookups in utils.

@tomatbay