- Minimum supported Elixir is now 1.4.
- (#3) Fix deprecation warnings regarding time units.
- (#2) Add support for Ecto 3.x.
- 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.