All Versions
14
Latest Version
Avg Release Cycle
118 days
Latest Release
1647 days ago

Changelog History
Page 1

  • v2.0.1 Changes

    October 16, 2019

    ๐Ÿ›  Bugfixes

    • Fixed warnings with ecto>=3.2, see #101
  • v2.0.0 Changes

    July 08, 2019

    ๐Ÿ’ฅ Breaking features:

    • ๐Ÿ‘ Now supports elixir>=1.6
    • ๐Ÿ‘ Now support only ecto>=3.1

    ๐Ÿ‘Œ Improvements

    • โž• Adds mix format
  • v1.0.0 Changes

    December 28, 2018

    ๐Ÿ‘Œ Improvements

    • โž• Adds support for ecto >= 3.0
    • โž• Adds official support for elixir == 1.6 and elixir == 1.7
  • v0.5.1 Changes

    May 21, 2018

    ๐Ÿ“š Documentation

    • โšก๏ธ Updates docs on using force_update_slug
  • v0.5.0 Changes

    May 21, 2018

    ๐Ÿ‘Œ Improvements

    • Adds force_generate_slug function to the client API. This function may be used when the always_change option of the slug is maybe not set to true but you want to override this setting on the given changeset and force regeneration of the slug
    • โšก๏ธ Updates multiple dependencies
  • v0.4.0 Changes

    November 23, 2017

    ๐Ÿ‘Œ Improvements

    ๐Ÿ“š Documentation

    • โšก๏ธ Updates README.md with the new ecto 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 original changeset as the second argument, it still receives list of sources 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 Changes

    June 11, 2017

    ๐Ÿ”– Version 0.3.0

    ๐Ÿ”„ Changes

    • ๐Ÿ’ฅ breaking Updates mix.exs with new dependencies, closes #14
    • ๐Ÿ’ฅ breaking Drops elixir version 1.2 and otp version 17 support

    ๐Ÿ‘Œ Improvements

    • โšก๏ธ Updates cast/4 functions to cast/3 functions (new Ecto)
    • โšก๏ธ Updates credo version and .credo.exs config
    • ๐Ÿš€ Updates .travis.yml with credo and new otp release

    ๐Ÿ› Bugs

    • Fixes dialyxer issues, closes #10

    ๐Ÿ“š Documentation

    • โšก๏ธ Updates docs, fixes spelling
  • v0.2.1 Changes

    February 01, 2017
    • โž• Added credo support
    • โž• Added elixir version 1.4 support
  • v0.2.0 Changes

    November 02, 2016