Releases: cloudlogistics/baldr
Releases · cloudlogistics/baldr
v0.10.11
Real number don't count `-` and `.` as length
v0.10.10 CL-13291 trimmed '-' from real element for validation
v0.10.9 Add version4070
Add version4070
Correct X12 parser filtering erroneous values
BUGS-6634 Update X12 regex Additional parameters would get constructed as part of the regex, even if they were not valid separators.
Trim X12 characters
Trim X12 characters out of data when drawing an X12 document.
Auto-truncate created EDI files by default
Any EDI files that have more records than are allowed by the grammar will auto-truncate, unless otherwise specified.
Additionally, any summations governed by the structure of the EDI message (such as SE01) will be updated whenever the EDI message is truncated to conform to the format.
Corrected grammar of end L1 structure of 4010 310
v0.10.5 Corrected grammar of end L1 structure of 4010 310
Reverted a change intended to correct 4010 310 grammar.
v0.10.4 Merge pull request #23 from cloudlogistics/revert-22-BUGS-6353_fix_40…