2023-07-06 12:55:09 -04:00
|
|
|
# Changelog
|
|
|
|
|
2023-07-07 09:00:51 -04:00
|
|
|
## main
|
|
|
|
|
|
|
|
- **BREAKING:** `type/1` has been renamed to `prefix/1`
|
|
|
|
- `Ecto.ParameterizedType` implementation
|
|
|
|
- `new/2` now accepts an optional keyword list to specify the UUID `time:` in unix milliseconds
|
2023-07-07 12:46:19 -04:00
|
|
|
|
|
|
|
```elixir
|
|
|
|
iex> TypeID.new("test", time: 0)
|
|
|
|
#TypeID<"test_0000000000fq893mf5039xea5j">
|
|
|
|
```
|
2023-07-07 09:00:51 -04:00
|
|
|
|
2023-07-06 16:20:04 -04:00
|
|
|
## 0.2.2
|
|
|
|
|
|
|
|
- Lower required Elixir version
|
|
|
|
|
2023-07-06 14:25:23 -04:00
|
|
|
## 0.2.1
|
2023-07-06 12:55:09 -04:00
|
|
|
|
|
|
|
- Include CHANGELOG in docs
|
2023-07-06 14:23:58 -04:00
|
|
|
- Remove dependency on `Uniq`
|
2023-07-06 12:55:09 -04:00
|
|
|
|
|
|
|
## 0.2.0
|
|
|
|
|
|
|
|
Validate against 0.2.0 spec
|
|
|
|
|
|
|
|
## 0.1.0
|
|
|
|
|
|
|
|
Validate against 0.1.0 spec
|
|
|
|
|
|
|
|
## 0.0.1
|
|
|
|
|
|
|
|
Initial release
|