Skip to content

Releases: xlate/staedi

v1.19.0

12 Dec 15:28
ae4703a
Compare
Choose a tag to compare

Change summary:

[ #230 ] Support empty implementation loop tag as reference to standard loop, fix several issues with implementation schema validation

v1.18.2

03 Dec 15:12
ef4eb4a
Compare
Choose a tag to compare

Change summary:

[ #224 ] Allow implementation nodes to occur/reoccur in any order in the input

v1.18.1 - Fix Schema Reader Enum Conversion

17 Oct 13:13
dc61091
Compare
Choose a tag to compare

Change summary:

[ #218 ] Use case-insensitive comparison for enum conversion in schema reader

v1.18.0 - Hierarchical Loop Nesting

08 Jul 00:53
a101f56
Compare
Choose a tag to compare

Change summary:

[ #63 , #198 ] Support nesting of hierarchical loops

v1.17.0 - Enhancement to ignore invalid X12 repetition separators

06 Jul 10:39
0ab7706
Compare
Choose a tag to compare

Change summary:

[ #199, #200 ] Ignore invalid X12 repetition separators

v1.16.4 - Fix for Implementation Element Validation

19 Jun 00:28
1d20c1d
Compare
Choose a tag to compare

Change summary:

  • [ #88 ] Validate implementation elements/composites when segment selected
  • Update build for Java 16, fix test
  • Several dependency version updates

v1.16.3 - Fixes for Trailer Segment Handling

21 Feb 01:13
23b6842
Compare
Choose a tag to compare

Change summary:

[ #174 , #175 ] Fix handling of trailer segments that prevented an EDI interchange from using a trailer segment defined for another EDI standard

v1.16.2 - Fixes to Writer Validation

24 Jan 15:40
7474a09
Compare
Choose a tag to compare

Change summary:

[ #168 ] Fix handling of UNB terminated prematurely
[ #171 ] Skip validation for EDIFACT UNA & validate empty elements from syntax

v1.16.1 - Fix Escape Character Handling + AutoCloseable Writer

20 Jan 02:43
be6fa61
Compare
Choose a tag to compare

Change summary:

[ #164, #166 ] Correctly allow the escape character to itself be escaped in the output of EDIStreamWriter
[ #165, #166 ] EDIStreamWriter extends AutoCloseable

v1.16.0 - XML Transaction Content Wrapper

28 Dec 13:48
b953d3f
Compare
Choose a tag to compare

Change summary:
[ #157 ] Add method to retrieve transaction type from EDIStreamReader
[ #158 ] Remove transaction type from TRADACOMS version values
[ #159 ] Option to wrap transaction contents with loop element in XML reader