All Versions
12
Latest Version
Avg Release Cycle
36 days
Latest Release
1539 days ago

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
    • ๐Ÿ‘€ Expansion - see the docs for more info.

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ”„ Changes serialization/deserialization methods.
      • serialize => to_json/to_yaml
      • deserialize => from_json/from_yaml
  • v0.5.1 Changes

    January 07, 2019

    ๐Ÿ”‹ Features

    • Ignore a property if it has @[JSON::Field(ignore: true)]
    • โž• Add overload to Object to support Int32.deserialize("12")