Skip to content

Releases: tdecaluwe/node-edifact

v1.2.11

11 Nov 06:54
Compare
Choose a tag to compare
  • Correct validation of negative numeric values
  • Add proper error handling in Tracker class

v1.2.4

05 Mar 06:53
Compare
Choose a tag to compare
  • 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

22 Feb 18:22
Compare
Choose a tag to compare
  • Rewritten parser API
  • Separate class for syntax validation
  • Performance improvements
  • Better documentation

v0.4.4

29 Nov 10:51
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release
  • Includes a Tracker class to validate messages against a segment table
  • Auto-detects the correct segment table (if present in the messages folder) using the UNH segment.
  • Checks if mandatory elements and components are present.

v0.2.1

20 Nov 21:20
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • 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.