All Versions
11
Latest Version
Avg Release Cycle
78 days
Latest Release
1739 days ago

Changelog History
Page 2

  • v0.1.0 Changes

    • switch to the v1beta3 API This includes a brand new protocol buffer file and an update to the underlying protocol buffer syntax version
    • ๐Ÿ‘Œ support lat/long geo point values
    • ๐Ÿ”จ refactor property and value implementations
    • โšก๏ธ update to use the new DateTime structs in Elixir 1.3

    Backwards Incompatible Changes

    • ๐Ÿ‘ป DateTime property values must now be %DateTime{} structs. Previously, timestamps were passed in via a three-element tuple, which will now cause Diplomat to throw an exception when it tries to encode the value.