All Versions
12
Latest Version
Avg Release Cycle
36 days
Latest Release
1768 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.6.0 Changes
January 19, 2019๐ Features
- ๐ Built in support for YAML.
- Can easily support other serialization formats in the future, assuming they are implemented like
JSON/YAML::Serializable
- Can easily support other serialization formats in the future, assuming they are implemented like
- ๐ Expansion - see the docs for more info.
๐ฅ Breaking Changes
- ๐ Changes serialization/deserialization methods.
serialize
=>to_json
/to_yaml
deserialize
=>from_json
/from_yaml
- ๐ Built in support for YAML.
-
v0.5.1 Changes
January 07, 2019๐ Features
- Ignore a property if it has
@[JSON::Field(ignore: true)]
- โ Add overload to
Object
to supportInt32.deserialize("12")
- Ignore a property if it has