Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 864 Bytes

CHANGELOG.md

File metadata and controls

24 lines (16 loc) · 864 Bytes

Changelog

v0.2.0 Upgrade to Nanoid v2 and support Ecto v3

Note! Default alphabet of nanoid was changed in v2.0.0, the tilde (~) was replaced by dash (-). Refer upstream changelog about the new secure nanoids.

ecto_identifier uses the secure nanoids by default. Nanoid size and alphabet can be configured using config.exs.

Miscellaneous

  • Remove git_hooks dependency.

v0.1.0 BigBang!

New custom Ecto.Type

Ecto.Nanoid, uses nanoid to do its magic.