stonelasley / barcode-parsing

Parse values from common barcode symbologies
1 stars 1 forks source link

7007, Harvest date, is missing #26

Closed aaronortiz closed 2 years ago

aaronortiz commented 3 years ago

Could you please add the following Application Identifier for GS1-128? Thanks. I would be willing to add it myself and create a PR if guided.

Source: https://www.gs1.org/standards/barcodes/application-identifiers/7007

    // AI   DESCRIPTION                             FORMAT    DATA TITLE   FNC1?     REGEX
    // ---- --------------------------------------- --------- ------------ --------- ------------------------------------------------------------------------
    // 7007 Harvest date                            N4+N6..12 HARVEST DATE Yes       ^7007(\d{6,12})$
    // ---- --------------------------------------- --------- ------------ --------- ------------------------------------------------------------------------
github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: