mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2024-11-28 01:42:54 -05:00
4930e7115c
* `String.Chars` impl * `Phoenix.HTML.Safe` impl * `Phoenix.Param` impl
653 B
653 B
Changelog
0.3.1
- Implements
String.Chars
protocol - Implements
Phoenix.HTML.Safe
protocol - Implements
Phoenix.Param
protocol
0.3.0
- BREAKING:
type/1
has been renamed toprefix/1
Ecto.ParameterizedType
implementationnew/2
now accepts an optional keyword list to specify the UUIDtime:
in unix milliseconds
iex> TypeID.new("test", time: 0)
#TypeID<"test_0000000000fq893mf5039xea5j">
0.2.2
- Lower required Elixir version
0.2.1
- Include CHANGELOG in docs
- Remove dependency on
Uniq
0.2.0
Validate against 0.2.0 spec
0.1.0
Validate against 0.1.0 spec
0.0.1
Initial release