Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 452 Bytes

CHANGELOG.md

File metadata and controls

15 lines (9 loc) · 452 Bytes

Changelog

v1.0.0

  • Add default support for accepting Unix timestamps as strings as well, with an optional :accept_strings option to disable the behavior (it's enabled by default).
  • Fix a bug with loading truncated datetimes and naive datetimes.

v0.3.0

  • Support DateTime and NaiveDateTime structs when casting.

v0.2.0

  • Add the t:EctoUnixTimestamp.t/0 type.
  • Fix casting, loading, and dumping of non-integer terms.