Skip to content

v3.0.0

Compare
Choose a tag to compare
@jlgeering jlgeering released this 07 Aug 06:16
· 273 commits to main since this release
7f96f00

In this release we changed the way DateTime is encoded (see below). This can be a breaking change if you rely on the old date format with spaces. Because of this change, version 3.0.0 is now again compatible with Elixir 1.10

Changed

  • use Enum.map_join/3 indead of Enum.map/2 and Enum.join/2 as it's more efficient according to credo recommendations
  • Change the serialization of timestamps to use the canonical (iso8601) format, i.e. before: 2022-07-31 14:48:48.000000000 Z and now: "2022-07-31T14:48:48Z" (#87, #90)

Pull Requests

New Contributors

Full Changelog: v2.0.0...v3.0.0