Releases: TrueCommerce/node-x12
Releases · TrueCommerce/node-x12
v1.0.4
29 Apr 15:59
Compare
Sorry, something went wrong.
No results found
Available on NPM (npm install x12).
Bug Fixes
Fixed a bug causing line numbers and character offsets to be incorrect when parsing files with line breaks.
v1.0.3
28 Apr 13:19
Compare
Sorry, something went wrong.
No results found
Available on NPM (npm install x12).
Bug Fixes
Corrected a syntax issue in the last bug fix.
v1.0.2
28 Apr 13:10
Compare
Sorry, something went wrong.
No results found
Available on NPM (npm install x12).
Bug Fixes
Corrected a regression issue that caused formatting to insert blank lines.
v1.0.1
27 Apr 14:53
Compare
Sorry, something went wrong.
No results found
Available on NPM (npm install x12).
Bug Fixes
Input EDI will no longer be trimmed, which corrects an issue that occurred when calling toString() in some instances.
v1.0.0
25 Apr 16:29
Compare
Sorry, something went wrong.
No results found
Available on NPM (npm install x12).
Bug Fixes
Corrected issues with chained qualifiers in queries.
v1.0.0-beta.4
25 Apr 02:12
Compare
Sorry, something went wrong.
No results found
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
21 Apr 14:22
Compare
Sorry, something went wrong.
No results found
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
21 Apr 14:08
Compare
Sorry, something went wrong.
No results found
Available on NPM (npm install x12).
New Features
Added X12 serialization (issue #11).
Other Changes
The X12Interchange, X12FunctionalGroup, and X12Transaction objects now contain all defined fields.
v1.0.0-beta.1
04 Apr 18:36
Compare
Sorry, something went wrong.
No results found
Available on NPM (npm install x12).
First Public Beta
Bug Fixes
Fixed segment range end position issue (issue #9).
v0.1.0-alpha.5
21 Mar 21:16
Compare
Sorry, something went wrong.
No results found
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.