All Versions
16
Latest Version
Avg Release Cycle
52 days
Latest Release
1723 days ago

Changelog History
Page 1

  • v1.0.0 Changes

    August 06, 2019

    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
  • v0.4.0 Changes

    July 26, 2019
    • 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

  • v0.3.4 Changes

    August 15, 2018
    • ➕ Adding describe groupings to tests - @cdesch
  • v0.3.3 Changes

    August 15, 2018
    • Reformatted CHANGELOG.md - @cdesch
    • ✅ Testing with Elixir 1.7.2 - @cdesch
    • ➕ Added UPC acronym definition to README.md - @cdesch
    • ⚡️ Updating Credo from 0.9.2 to 0.10.0 - @cdesch
    • ⚡️ Updating Coveralls from 0.8.2 to 0.9.2 - @cdesch
    • ⚡️ Updating ExDocs from 0.18.3 to 0.19.1 - @cdesch
  • v0.3.2 Changes

    May 21, 2018
    • ➕ Adding UPC to description in README.md - @cdesch
    • ➕ Adding Module Docs - @cdesch
    • 🛠 Fixing Readme Link for MIT license badge - @cdesch
  • v0.3.1 Changes

    May 22, 2018
    • ⚡️ Updated dependencies and fixed Credo Errors - @cdesch
  • v0.3.0 Changes

    January 17, 2018
    • Added GS1 Prefix Look up gs1_prefix_countryfor country code - @cdesch
  • v0.2.7 Changes

    January 17, 2018
    • ⬆️ Bumping version to 0.2.7 due to issue with mix hex.publish - @cdesch
  • v0.2.6 Changes

    January 16, 2018
    • ⬆️ Bumping versions of credo, ex_doc and coveralls - @cdesch
  • v0.2.5 Changes

    July 31, 2017
    • ➕ Added additional Doc Tests - @cdesch