Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@Blacksmoke16 Blacksmoke16 released this 19 Jan 22:14
· 17 commits to master since this release
51d5905

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