Releases: senaranya/HL7
Releases · senaranya/HL7
Replaced decprecated strftime() with date()
2.1.6 Bugfix: Replace deprecated strftime in php 8.1 with date() (#78)
Added segment GT1
2.1.5 Add segment GT1 (#76)
Fixed wrong order of parameter in AIG and AIP segments
2.1.4 Fix wrong order of parameters in AIG and AIP segments (#75)
Code refactor, fixed linting errors
General maintenance release with code refactors and linting error fixes.
Added segments PV2
Add segment PV2 (#68) Co-authored-by: Sven <[email protected]>
Fixed: ACK constructor should use same globas as orignal msg + Code refactors
Standardize code as per PSR-12 (#65) * Bugfix: MSH for an ACK should be created with same global vars as MSG * Add linter in CI config * Fix linting issue in CI * Update badge
Added segments FHS & FTS
Add Segments: FHS & FTS (#60) Add Segments: FHS & FTS
Remove ext-socket as hard-requirement from composer
2.0.6 Make ext-sockets not required to install package (#55)
Code Cleanups
2.0.5 Code Cleanup (#46)
Allow repetition character to be ignored
In release 2.0.3, repetition character behavior was corrected - it now generates sub-arrays from repeating segments by default.
While this is the correct behavior, it led to some existing code/tests to fail. As a temporary workaround, a 6th argument is added in new Message()
call, that creates a single array as opposed to sub-arrays, retaining previous behavior.
Since this is a non-default behavior, it may be removed in future.
Refer to readme for an example.