Skip to content

Releases: matt-taylor/json_schematize

0.11.0

28 Dec 06:02
acccdcb
Compare
Choose a tag to compare

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

27 Dec 00:47
1222a60
Compare
Choose a tag to compare

Update versioning (#16)

  • update versioning

  • version number

  • update circle versions

  • Active support v8 changes -- modify how schematize mocks an error

  • bug in ruby 3.1.X that changes how time gets parsed -- set floor to 3.2

0.9.0

03 Apr 21:00
4dbc069
Compare
Choose a tag to compare

[Fix] Array of types when not required (#15)

  • fix when array is passed empty values

  • version bump

  • trigger build

  • use dev workflow

  • update gems??

  • trigger build

  • use head version

0.8.0

04 Jul 05:06
3ba75f1
Compare
Choose a tag to compare

Dry up configuration (#14)

  • add class_cpmpser as dependency

  • modify how errors are created; add composer and remove initialize

  • update version bump

  • nits

0.7.0

07 May 16:44
03613af
Compare
Choose a tag to compare

Yeet Redis dependency for cache (#13)

  • ayeeee....Active Support is the way to go -- Yeeeet redis

  • tests

  • more tests; remove unused code

0.6.2

09 Apr 02:22
c33d740
Compare
Choose a tag to compare

CST framework Change (#12)

  • framework change

  • vresion bump

0.6.1: Load error from unknown module name (#11)

02 Apr 06:38
2b46e0f
Compare
Choose a tag to compare

0.6.0: Add Caching Adapter for requests (#10)

02 Apr 05:51
1736f04
Compare
Choose a tag to compare
* 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)

14 Mar 14:35
658f0f0
Compare
Choose a tag to compare
* Introspection change
* let empty value be a child of the generator to get standard functions

0.5.1

13 Mar 19:36
957cb1f
Compare
Choose a tag to compare
Introspection change (#8)