Releases: xlate/staedi
Releases · xlate/staedi
v1.5.0
v1.4.1 - Disable Control Schema Code Value Validation
Change summary
[#16] Option to disable validation of code values in a control schema
v1.4.0 - Enhanced Error Reporting
v1.3.1 : Support for Empty Segments
v1.3.0 : Support for EDI as XML
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
Features
- Add initial support for validation of implementation schemas
v1.1.0 : EDI Output Validation
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 toMANIFEST.MF
Chores
- Improve several tests
- Re-factoring and improve code maintainability