View Source Changelog

unreleased

Unreleased

1-0-0-2022-12-14

[1.0.0] - 2022-12-14

Stable release.

changed

Changed

  • Minor dependency and documentation updates.

0-3-1-2022-02-22

[0.3.1] - 2022-02-22

Maintenance release

changed-1

Changed

0-3-0-2020-11-16

[0.3.0] - 2020-11-16

changed-2

Changed

  • Minimum supported Ecto is now 3.2.
  • Minimum supported Elixir is now 1.7.

0-2-0-2019-01-17

[0.2.0] - 2019-01-17

changed-3

Changed

  • Minimum supported Elixir is now 1.4.
  • (#3) Fix deprecation warnings regarding time units.

0-1-1-2018-12-03

[0.1.1] - 2018-12-03

added

Added

  • (#2) Add support for Ecto 3.x.

0-1-0-2018-06-06

[0.1.0] - 2018-06-06

added-1

Added

  • Generate ULID in Base32 or binary format.
  • Generate ULID for a given timestamp.
  • Autogenerate ULID when used as a primary key.
  • Supports reading and writing ULID in a database backed by its native uuid type (no database extensions required).
  • Supports Ecto 2.x.
  • Supports Elixir 1.2 and newer.
  • Tested with PostgreSQL and MySQL.