Skip to content

Latest commit

 

History

History
106 lines (49 loc) · 4.15 KB

CHANGELOG.md

File metadata and controls

106 lines (49 loc) · 4.15 KB

2.3.0 (2021-12-05)

Features

  • Gs1Reader: allow ad hoc Ai to be passed on reader configuration (e64a7a5), closes #44

2.2.0 (2021-12-03)

Features

  • GS1Reader: Support First Freeze Date AI (cfa5022)

2.1.0 (2021-12-03)

Features

  • gs1: HarvestDate Application Identifier (270845a)

2.0.0 (2020-09-27)

Code Refactoring

  • barcode-value: Remove SystemValue, SystemId, and IsWeightBased properties (9784eb4)

BREAKING CHANGES

  • barcode-value: SystemValue, SystemId, and IsWeightBased have been removed from BarcodeValue.

1.4.0 (2020-09-26)

Features

  • AICode: Application Identifier Enum (b44d813)
  • Code39Reader: Parse embedded data into result (e1896b3)
  • ParserConfig: optionally turn on reader init messages (770d138)

1.4.0 (2020-09-26)

Features

  • AICode: Application Identifier Enum (b44d813)
  • Code39Reader: Parse embedded data into result (e1896b3)
  • ParserConfig: optionally turn on reader init messages (770d138)

1.3.0 (2019-04-14)

Features

  • BarcodeValue: UPC-A weights (2423524)

1.2.3 (2019-02-13)

Bug Fixes

  • package.json: include lib (6aac3f6)

1.2.2 (2019-02-13)

Bug Fixes

  • package.json: files should be array (67c2e7f)

1.2.1 (2019-02-13)

Bug Fixes

  • package.json: Explicitly add lib files (c0b890b)

1.2.0 (2019-02-07)

Features

  • ean: switch gtin to ean aim codes (a09d303)
  • EAN: Add EAN8 - EAN13 support (a7a2231)
  • EAN: EAN 8/13 support (73adacc)

1.1.0 (2019-01-19)

Bug Fixes

  • code-128: export code 128 reader (21ee2b6)

Features

  • code-128: parse code 128 (ae2175b)

1.0.0 (2018-06-29)

Bug Fixes