All Versions
14
Latest Version
Avg Release Cycle
118 days
Latest Release
1877 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.1 Changes
October 16, 2019๐ Bugfixes
- Fixed warnings with
ecto>=3.2
, see #101
- Fixed warnings with
-
v2.0.0 Changes
July 08, 2019๐ฅ Breaking features:
- ๐ Now supports
elixir>=1.6
- ๐ Now support only
ecto>=3.1
๐ Improvements
- โ Adds
mix format
- ๐ Now supports
-
v1.0.0 Changes
December 28, 2018๐ Improvements
- โ Adds support for
ecto >= 3.0
- โ Adds official support for
elixir == 1.6
andelixir == 1.7
- โ Adds support for
-
v0.5.1 Changes
May 21, 2018๐ Documentation
- โก๏ธ Updates docs on using
force_update_slug
- โก๏ธ Updates docs on using
-
v0.5.0 Changes
May 21, 2018๐ 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
- Adds
-
v0.4.0 Changes
November 23, 2017๐ 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
-
v0.3.1 Changes
July 19, 2017๐ 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
- โ Adds
-
v0.3.0 Changes
June 11, 2017๐ 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
- ๐ฅ breaking Updates
-
v0.2.1 Changes
February 01, 2017- โ Added
credo
support - โ Added
elixir
version 1.4 support
- โ Added
-
v0.2.0 Changes
November 02, 2016- ๐ Since this version only
ecto
2 and above are supported - โก๏ธ Updated docs on how to use this package with older
ecto
- Credo is not working with this release, please see https://github.com/sobolevn/ecto_autoslug_field/issues/5
- ๐ Since this version only