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
ectoto3.7 - Updates bunch of other deps to newer versions
Misc
- Moves from Travis to GitHub Actions
- Adds
mix formatsupport
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.6andelixir == 1.7
Version 0.5.1
Documentation
- Updates docs on using
force_update_slug
Version 0.5.0
Improvements
- Adds
force_generate_slugfunction to the client API. This function may be used when thealways_changeoption of the slug is maybe not set totruebut 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.mdwith the newectoversion
Testing
- Adds new test cases to cover new field types
Version 0.3.1
Improvements
- Adds
build_slug/2to accept the originalchangesetas the second argument, it still receives list ofsourcesas the first argument - Updates
build_slug/1inner logic
Documentation
- Updates
README.mdwith the new example - Updates docs to handle new changes
- Updates
CONTRIBUTING.mdwith 'Development' section
Testing
- Adds new test cases to cover
build_slug/2
v0.3.0
Version 0.3.0
Changes
- breaking Updates
mix.exswith new dependencies, closes #14 - breaking Drops
elixirversion 1.2 andotpversion 17 support
Improvements
- Updates
cast/4functions tocast/3functions (new Ecto) - Updates
credoversion and.credo.exsconfig - Updates
.travis.ymlwith credo and newotprelease
Bugs
- Fixes dialyxer issues, closes #10
Documentation
- Updates docs, fixes spelling