Skip to content

Releases: aaronhuggins/node-x12

node-x12 version 1.3.2

10 Oct 15:29
Compare
Choose a tag to compare

Added validation of the EDI segment count. Valid X12 EDI will contain at least one functional group.

Setting the parser to strict will throw an error on such documents. Non-strict parsing will count the error but still produce an interchange if possible.

This release is available as both JavaScript and TypeScript flavors. The preferred method for JavaScript is to use npm install node-x12 --save; the npm package is provided here for archival purposes.

node-x12 version 1.3.1

09 Oct 14:04
Compare
Choose a tag to compare

Enhanced options detection to include formatting. This means that if an EDI document is delivered and there are line-endings that are outside the range of detected EDI control character positions, these line-endings will be captured and the format and endOfLine properties set. Supported line-ending formats are Windows, Linux, and Mac.

We should have cut a release for 1.3.0, as that included the Streaming Parser, which is a big addition for use with memory-hungry EDI files... but hey, there's this release now instead!

This release is available as both JavaScript and TypeScript flavors. The preferred method for JavaScript is to use npm install node-x12 --save; the npm package is provided here for archival purposes.