ExGtin v1.0.0 Release Notes

Release Date: 2019-08-06 // over 4 years ago
  • Contains breaking changes*

    • 💥 BREAKING CHANGE generate/1 - Formerly would return the result. It now returns the result in an atom e.g. {:ok, "6291041500213"} - @cdesch
    • ➕ Added generate!/1 - Raises ArgumentError if invalid - @cdesch
    • ➕ Added validate!/1- Raises ArgumentError if invalid - @cdesch
    • Deprecated generate_gtin for generate. generate_gtin will be removed in version 1.0.1 - @cdesch
    • Deprecated check_gtin for validate. check_gtin will be removed in version 1.0.1 - @cdesch
    • ⚡️ Updated README with changes
    • 🛠 Fixed README markdown issues for code indentation

Previous changes from v0.4.0

    • Deprecated generate_gtin for generate. generate_gtin will be removed in version 1.0.0 - @cdesch
    • Deprecated check_gtin for validated. check_gtin will be removed in version 1.0.0 - @cdesch
    • Validated Functionality with Elixir 1.9.1 and Elixir 1.7.4 - @cdesch
    • ⚡️ README Updates with additional information - @cdesch
    • 🛠 Credo Fixes - @cdesch
    • ⚡️ Updating Credo from 0.10.0 to 1.1.2 - @cdesch
    • ⚡️ Updating Coveralls from 0.9.2 to 0.11.1 - @cdesch
    • ⚡️ Updating ExDocs from 0.19.1 to 0.21.1 - @cdesch

    TODO: Make functions private in the validation module