All Versions
16
Latest Version
Avg Release Cycle
52 days
Latest Release
1397 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0 Changes
August 06, 2019Contains 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
-
v0.4.0 Changes
July 26, 2019- 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
-
v0.3.4 Changes
August 15, 2018- ➕ Adding
describe
groupings to tests - @cdesch
- ➕ Adding
-
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
to0.10.0
- @cdesch - ⚡️ Updating Coveralls from
0.8.2
to0.9.2
- @cdesch - ⚡️ Updating ExDocs from
0.18.3
to0.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_country
for country code - @cdesch
- Added GS1 Prefix Look up
-
v0.2.7 Changes
January 17, 2018- ⬆️ Bumping version to 0.2.7 due to issue with
mix hex.publish
- @cdesch
- ⬆️ Bumping version to 0.2.7 due to issue with
-
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