You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.