Skip to content

Releases: drmad/semeele

1.0.5

27 Mar 13:58
Compare
Choose a tag to compare

5b49e9d (HEAD -> master) PSR-12'd the code. Fixed some typos
ff88b61 (origin/master) Updated licence identifier to a SPDX-valid one

1.0.4

26 Mar 15:04
Compare
Choose a tag to compare

5b49e9d (HEAD -> master) PSR-12'd the code. Fixed some typos
ff88b61 (origin/master) Updated licence identifier to a SPDX-valid one

v1.0.3

16 Nov 16:30
Compare
Choose a tag to compare
  • Fixed encoding. Now it proper encodes the node content.
  • mbstring extension is now required.

v1.0.2

07 Nov 20:50
Compare
Choose a tag to compare
  • Fixed boolean 'false' comparison which prevented to using a php false value as node value, like string '0', integer 0, or empty string. Only 'Null' value will render a empty-element tag. Bear in mind that if you want a Null (not empty) value in a node, you should use xsi:nil = "true" attribute (more info here)

  • Added first PHPUnit tests.

v1.0.1

27 Jun 01:58
Compare
Choose a tag to compare
  • Added real encoding support

v1.0.0

24 Jun 06:52
Compare
Choose a tag to compare
Fix definition