Packages

128-bit, k-ordered, conflict-free IDs Elixir.

Current section

Files

Jump to
bigflake CHANGELOG.md
Raw

CHANGELOG.md

## Changelog
## v0.3.0 - 2016-03-15
## Removed
* `Ecto.Bigflake.UUID` has been removed. This module doesn't belong in the library. More documentation has been added
showing how to use Bigflake ids with Ecto.
## v0.2.0 - 2016-03-12
### Added
* Add support for minting base62 encoded Bigflake ids
### Changed
* Update module namespace of `Bigflake.Ecto.UUID` to `Ecto.Bigflake.UUID`
## v0.1.0
* Initial version