Packages

Elixir Global Trade Item Number (GTIN) Validation Library for GS1, UPC-12, and GLN. Validates GTIN-8, GTIN-12 (UPC-12), GTIN-13 (GLN), GTIN-14 codes. Universal Price Code (UPC)

Current section

Files

Jump to
ex_gtin CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.2.2] - 2017-07-06
### Added
- Generate GTIN function @cdesch
- CHANGELOG.md with history @cdesch
### Changed
- Updated Readme with usage and minor fixes @cdesch
## [0.2.1] - 2017-07-04
### Added
- GTIN Length Validation and error handling @cdesch
## [0.2.0] - 2017-07-03
### Added
- [CONTRIBUTING.md](CONTRIBUTING.md) file @cdesch
- [LICENSE.md](LICENSE.md) file @cdesch
### Changed
- Reorganizing code in modules @cdesch
## [0.1.0] - 2017-07-03
### Added
- Initial Release @cdesch