Skip to content

Releases: 8fold/php-xml-builder

2.0.0

11 Dec 03:43
a1feffe
Compare
Choose a tag to compare

What's Changed

  • BC: Remove Buildable contract and implementation by @joshbruce in #19
  • BC: Remove deprecated document doctype extras

Full Changelog: 1.5.0...2.0.0

Change doctype method signatures

11 Dec 03:08
d189ea5
Compare
Choose a tag to compare

What's Changed

  • Mark as deprecated: setVersion, setEncoding, setStandalone by @joshbruce in #18

Full Changelog: 1.4.0...1.5.0

Concatenate

05 Dec 00:12
69800b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

Users can remove optional optional XML declaration properties

19 Nov 20:31
1d6f197
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

Set XML declaration attributes

19 Nov 19:41
e2d3156
Compare
Choose a tag to compare

What's Changed

  • feature: Users can set version, encoding, and standalone by @joshbruce in #14

Full Changelog: 1.1.1...1.2.0

Update dependencies

19 Nov 02:03
7e6c4ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

02 Feb 13:37
e0623a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

First major

31 Jan 01:53
2cd9421
Compare
Choose a tag to compare

What's Changed

  • BC: Union types, explicit use of Stringable interface, and similar improvements to type safety.
  • improved: Extensibility by returning static and creating interfaces and traits.
  • Prepare major by @joshbruce in #10

Full Changelog: 0.6.3...1.0.0

Fix: PHP 7 compatibility

17 Oct 20:03
Compare
Choose a tag to compare

Fix: Missed properties method for trait

17 Oct 01:55
Compare
Choose a tag to compare
0.6.2

Fix: missed properties method