Releases: matt-taylor/json_schematize
Releases · matt-taylor/json_schematize
0.11.0
Update Introspection (#17)
-
dont redo the work when passing a Generator object for arrayed subclass
-
to_h on objects that have generator as key was failing -- recursively go through object instead
-
pluck introspection specs to own file
-
bump version
-
allow introspection of class schema; pull out instrospection to own file
-
version
-
better validation for introspection
0.10.0
0.9.0
0.8.0
0.7.0
0.6.2
0.6.1: Load error from unknown module name (#11)
* load error * version bump
0.6.0: Add Caching Adapter for requests (#10)
* add redis deve dependencies * add base cache files * spec file update * add redis to circle * finish up spec tests for cache layer * add commented out code for potential improvement some day * wait for redis * set redis env * force a wait * use env variable; remove sleep * typo * it knows how to connect without this * set it cuz tests need it * use marshal instead -- much better and skips validations * add custom key capabilities * stooopid cloning error; references will be the death of me * grep like feature for cached items * readme and bump version gem; changleog * stochastic_cache_bust cache option
0.5.2: Patch empty value and Introspection change (#9)
* Introspection change * let empty value be a child of the generator to get standard functions
0.5.1
Introspection change (#8)