Skip to content

2023-07-05

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 09:10
d6483c5
  • Update to Syntax Dictionary release 2023-07-04.
  • C: Expose "permit zero-suppressed GTIN in GS1 DL URIs" option in console example.
  • C# .NET: Expose "permit zero-suppressed GTIN in GS1 DL URIs" option in the
    desktop app.
  • JS: Expose "permit zero-suppressed GTIN in GS1 DL URIs" option in the Node.js
    application.
  • JS: Expose "permit zero-suppressed GTIN in GS1 DL URIs" option in the browser
    application.
  • Core: Don't report empty AI elements as "too long" in GS1 DL URIs.
  • Core: In a GS1 Digital Link URI, a "+" character should only be interpretted
    as space in a query parameter, not a path component, per rules for
    interpretation of URIs and CGI.
  • Core: In GS1 Digital Link URIs, represent "+" characters in AI expressed in
    path info as "%2B", per GS1 preference.
  • Core: Add support for GenSpecs CSET 64 required by Digital Signatures.
  • Core: New permitZeroSuppressedGTINinDLuris API option (default false) since
    GTIN-{8,12,13} use is now deprecated by the GS1 Digital Link standard.
  • Wrappers: Support for new permitZeroSuppressedGTINinDLuris API option.