This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
Releases: TrueCommerce/node-x12
Releases · TrueCommerce/node-x12
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v1.0.0-beta.4
Available on NPM (npm install x12
).
Bug Fixes
- Fixed parsing of files with line breaks as segment terminators.
Other Changes
- Envelopes are now backed by
X12Segment
objects, which make envelopes query-able.
v1.0.0-beta.3
Available on NPM (npm install x12
).
Bug Fixes
- Fixed an issue that caused extra line breaks to be added when formatting documents using a line feed segment terminator.
v1.0.0-beta.2
Available on NPM (npm install x12
).
New Features
- Added X12 serialization (issue #11).
Other Changes
- The
X12Interchange
,X12FunctionalGroup
, andX12Transaction
objects now contain all defined fields.
v1.0.0-beta.1
Available on NPM (npm install x12
).
First Public Beta
Bug Fixes
- Fixed segment range end position issue (issue #9).
v0.1.0-alpha.5
Available on NPM (npm install x12
).
Bug Fixes
- Fixed HL segment path queries.
- Fixed element start range issue (issue #5).
Other Changes
- Added initial unit tests.