Releases: php-edifact/edifact
Releases · php-edifact/edifact
1.2.0
1.1.0
What's Changed
- Public getter for encoding + error message extensions by @szocsbarni in #131
- Charset related changes by @gaxweb in #132
- fix: concatenation of details instead of overwrite if its the same attribute by @jnmrclmbsjse in #133
- Add support for parsing duplicated segments by @johanib in #135
New Contributors
- @szocsbarni made their first contribution in #131
- @jnmrclmbsjse made their first contribution in #133
- @johanib made their first contribution in #135
Full Changelog: 1.0.0...1.1.0
Tag v1
0.7.0
Interpreter improvements
Merge pull request #103 from duergner/master Add possibility to choose output key (id or name)
0.5.0: Merge pull request #100 from voku/arrayy-update
Contributions by voku, SunMar, wendelin, puggan, Pieter Nys
0.4.1
Point release
0.3.2 Encoder fix
0.3.0: Intepreter: try to detect missing message and interchange delimiters,
fix array overwriting when more than one data element has the same name in a segment mapping (cuthbert) More tests, and speed improvements in test run.