Skip to content

v1.9.0 - Reader, Writer, and Validation Enhancements

Compare
Choose a tag to compare
@MikeEdgar MikeEdgar released this 15 Jul 09:30
· 644 commits to master since this release
a73c037

Change summary:
[ #52, #53 ] Add interface to report output errors; align name for input reporter
[ #45, #54, #55 ] Enable retrieval of current schema reference from reader/writer; Add method to retrieve the current transaction version from reader
[ #42, #56 ] Support syntax relationships between loops and/or segments. For example, EDIFACT CONTRL may only contain either group responses or message responses, not both.
[ #51, #58 ] Support X12 ISX Segment Release Character. Version 007040 of X12 added the ISX segment, the first element of which allows for the use of a release character to escape special characters in the interchange (similar to using \ in a Java string literal). This is the same functionality allowed by the EDIFACT release character.