ExGtin v1.0.0 Release Notes
Release Date: 2019-08-06 // over 5 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
- RaisesArgumentError
if invalid - @cdesch - ➕ Added
validate!/1
- RaisesArgumentError
if invalid - @cdesch - Deprecated
generate_gtin
forgenerate
.generate_gtin
will be removed in version1.0.1
- @cdesch - Deprecated
check_gtin
forvalidate
.check_gtin
will be removed in version1.0.1
- @cdesch - ⚡️ Updated README with changes
- 🛠 Fixed README markdown issues for code indentation
- 💥 BREAKING CHANGE
Previous changes from v0.4.0
-
- Deprecated
generate_gtin
forgenerate
.generate_gtin
will be removed in version1.0.0
- @cdesch - Deprecated
check_gtin
forvalidated
.check_gtin
will be removed in version1.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
to1.1.2
- @cdesch - ⚡️ Updating Coveralls from
0.9.2
to0.11.1
- @cdesch - ⚡️ Updating ExDocs from
0.19.1
to0.21.1
- @cdesch
TODO: Make functions private in the validation module
- Deprecated