Skip to content

Releases: xlate/staedi

v1.5.0

12 May 18:07
a207257
Compare
Choose a tag to compare

Summary

[862d0e7] Preserve order of enumerated values
[#19] Fix handling of multiple syntax elements
[#21] Add getControlSchema to SchemaFactory
[47b6523] Add methods to EDIStreamReader to retrieve current schemas

v1.4.1 - Disable Control Schema Code Value Validation

06 May 16:17
c9ef24a
Compare
Choose a tag to compare

Change summary
[#16] Option to disable validation of code values in a control schema

v1.4.0 - Enhanced Error Reporting

05 May 20:08
9a30187
Compare
Choose a tag to compare

Change summary

[#12] Add EDIReporter callback interface for error handling
[#13] EDIFACT Support validation of empty segments

v1.3.1 : Support for Empty Segments

02 May 14:24
e010af0
Compare
Choose a tag to compare

Changes:
[#10] EDIFACT Support empty (trigger) segments via #11

v1.3.0 : Support for EDI as XML

03 Apr 10:58
217122c
Compare
Choose a tag to compare

This release introduces two new methods to the public API to support reading and writing EDI data as XML.

EDIInputFactory#createXMLStreamReader(EDIStreamReader)
EDIOutputFactory#createXMLStreamWriter(EDIStreamWriter)

Elements read and written using the returned XML implementations use the namespaces declared in EDINamespaces.

v1.2.0 : Implementation Schema Validation

08 Mar 11:13
ebbc6b3
Compare
Choose a tag to compare

Features

  • Add initial support for validation of implementation schemas

v1.1.0 : EDI Output Validation

10 Jan 11:28
0f8c532
Compare
Choose a tag to compare

Features

  • Add support for output validation in EDIStreamWriter
  • Correct handling of EDIFACT decimal mark character in reader
  • Add JPMS module-info for Java 9+ (multi-release JAR), Automatic-Module-Name added to MANIFEST.MF

Chores

  • Improve several tests
  • Re-factoring and improve code maintainability