Releases: wemake-services/ecto_autoslug_field
Releases · wemake-services/ecto_autoslug_field
v3.1.0 - 2023-08-10
Version 3.0.0
Features
- Now support
elixir>=1.10
- Updates
ecto
to3.7
- Updates bunch of other deps to newer versions
Misc
- Moves from Travis to GitHub Actions
- Adds
mix format
support
Version 2.0.1
Bugfixes
- Fixed warnings with
ecto>=3.2
, see #101
Version 2.0.0
Breaking changes:
- Now supports
elixir>=1.6
- Now support only
ecto>=3.1
Improvements
- Adds
mix format
Version 1.0.0
Improvements
- Adds support for
ecto >= 3.0
- Adds official support for
elixir == 1.6
andelixir == 1.7
Version 0.5.1
Documentation
- Updates docs on using
force_update_slug
Version 0.5.0
Improvements
- Adds
force_generate_slug
function to the client API. This function may be used when thealways_change
option of the slug is maybe not set totrue
but you want to override this setting on the given changeset and force regeneration of the slug - Updates multiple dependencies
Version 0.4.0
Improvements
- Adds support for numeric, datetime and date fields
- Updates dependencies, now supports
ecto >= 2.1
Documentation
- Updates
README.md
with the newecto
version
Testing
- Adds new test cases to cover new field types
Version 0.3.1
Improvements
- Adds
build_slug/2
to accept the originalchangeset
as the second argument, it still receives list ofsources
as the first argument - Updates
build_slug/1
inner logic
Documentation
- Updates
README.md
with the new example - Updates docs to handle new changes
- Updates
CONTRIBUTING.md
with 'Development' section
Testing
- Adds new test cases to cover
build_slug/2
v0.3.0
Version 0.3.0
Changes
- breaking Updates
mix.exs
with new dependencies, closes #14 - breaking Drops
elixir
version 1.2 andotp
version 17 support
Improvements
- Updates
cast/4
functions tocast/3
functions (new Ecto) - Updates
credo
version and.credo.exs
config - Updates
.travis.yml
with credo and newotp
release
Bugs
- Fixes dialyxer issues, closes #10
Documentation
- Updates docs, fixes spelling