Releases: 8fold/php-xml-builder
Releases · 8fold/php-xml-builder
2.0.0
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
What's Changed
- Mark as deprecated: setVersion, setEncoding, setStandalone by @joshbruce in #18
Full Changelog: 1.4.0...1.5.0
Concatenate
Users can remove optional optional XML declaration properties
Set XML declaration attributes
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
1.1.0
First major
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
Full Changelog: 0.6.2...0.6.3
Fix: Missed properties method for trait
0.6.2 Fix: missed properties method