Releases: Sage/class_kit
Releases · Sage/class_kit
v0.8.0
v0.7.1
Bugfix - Allow BigDecimal
values to be parsed into Time
attributes.
v0.7.0
Class attribute caching to improve performance.
before changes
***serialize items***
0.340000 0.000000 0.340000 ( 0.347061)
***deserialize items***
0.750000 0.010000 0.760000 ( 0.759067)
after changes
***serialize items***
0.210000 0.000000 0.210000 ( 0.218262)
***deserialize items***
0.580000 0.020000 0.600000 ( 0.595332)
v0.6.0
Update to_hash
method to accept arrays of class kit objects.
v0.5.1
Bugfix to resolve issue with recursive attribute alias.
v0.5.0
Added attribute alias functionality.
v0.4.0
Update to serialisation to use class attribute meta data rather than internal instance variables.
v0.3.1
v0.3.0
- bug fix for inherited attributes.
v0.2.7
- Removed redundant dependency on json_kit
- Replaced usage of hash_kit helper.symbolize usage for new helper.indifferent! method.