Skip to content

Releases: cmiles74/clojure-hl7-messaging-2-parser

Correctly Handle Long Segment IDs

10 Oct 18:31
73de753
Compare
Choose a tag to compare

We will now correctly handle segment identifiers that are longer than three characters. 😎

Code Cleanup and Maintenance

18 Feb 19:17
b3afedc
Compare
Choose a tag to compare

This release includes a couple of small bug fixes and some cleanup to the code.

  • No more dependencies on Timbre, thank you @eerohele!
  • No more explicit Clojure depdency
  • References to data structures have been removed in favor of plain maps
  • Now with tests!