Releases: tdecaluwe/node-edifact
Releases · tdecaluwe/node-edifact
v1.2.11
v1.2.4
- Evented approach to parsing callbacks
- Support for character sets, including UNOA and UNOB
- Better support for custom separator characters and UNA headers
- Better segment table tracker implementation
- Release character support
- Important speed improvements (around threefold without message definition validation)
- Includes various standard EDIFACT message definitions for validation
v1.0.4
v0.4.4
v0.2.1
- Includes a functional stream
Parser
base class for UN/EDIFACT documents. - Accepts custom UNA headers.
- Optional validation through the use of segment and element definitions.
- Includes a
Reader
class which converts UN/EDIFACT documents to javascript arrays.