Skip to content

Releases: katmore/micro-encode

updates

04 Jun 19:38
958ca28
Compare
Choose a tag to compare
  • multiple updates to \MicroEncode\XmlEncoder:
    • the flat-xml-ver attribute is no longer generated in the root element (no need because the schema URI would change)
    • the order of schema attributes in the root element was changed for improved clarity
    • the fx:created attribute is now only generated in root element when the \MicroEncode\XmlEncoder::OPT_GENERATE_CREATED_ATTR is explicitly provided with the value true
  • updates to README.md
  • added examples
  • updates to README.md and composer.json to reflect changed package description

XML encoding fixes

31 May 10:17
Compare
Choose a tag to compare
  • added more unit tests, now at 98% coverage for the MicroEncode\XmlEncode class
  • patched multiple bugs that were discovered from new unit tests

unit tests

31 May 04:05
Compare
Choose a tag to compare

fix package name

30 May 22:39
Compare
Choose a tag to compare

fix package name for packagist in composer.json

cleanup and fixes

30 May 22:37
a06c71c
Compare
Choose a tag to compare

Updates to simplify usage and multiple bug fixes.

Initial Release

01 Dec 04:56
22533c5
Compare
Choose a tag to compare
v1.0.0

Update README.md