All Versions
11
Latest Version
Avg Release Cycle
78 days
Latest Release
2093 days ago
Changelog History
Page 2
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.