Releases: subjective-php/dom
Releases · subjective-php/dom
Version 3.2.1: Remove final from private methods
Version 3.2.0: Add Support for PHP 8
Version 3.1.1
Minor Features
- Add option to construct XML with cdata
Developer Changes
- Update Coveralls dependency
- Update Travis-CI config
- Switch to PSR2 coding standard
- Update badges in readme
- REMOVE versioneye badge
- Add tests for addXPath with CData
Version 3.1.0
Version 3.0.0
Backwards Compatibility Breakers
- Version 3 [PR #9]
- Remove support for PHP < 7
- Remove composer.lock from version control
- Update Travis-CI config
- Update Scrutinizer config
- Update Coveralls config
- Update to PHPUnit 6
- Switch to phpunit.xml.dist config
- Add parameter and return type hints where possible
Version 2.1.1
Bug Fixes
- Encode data when calling addXPath() [PR #4]
Version 2.1.0
Major Features
- Open DOMDocument for extension
Bug Fixes
- Allow XPaths with attribute comparison
Developer Changes
- Add unit test for piece of mind
- Update examples in README
- Add PHP 7.1 to travis build
- Add arrayize() helper method
- Add .gitattributes
Version 2.0.0
Backwards Compatibility Breakers
- Remove support for PHP <= 5.5
Developer Changes
- Add .github folder
- Update README
- Update dependencies
- Switch to Chadicus coding standard
Version 1.0.0: Amused Armadillo
Developer Changes
- Update composer example for v1
- Add CONTRIBUTING guidelines
- Add developer homepage / Update dependencies
- Update travis-ci badge
- Add versioneye badge
- README formatting
- Update scrutinizer config
- Update docs on how to run tests
- Add badge for phpdoc
Version 0.4.0 - Publicize addXPath()
Major Changes
- DOMDocument::addXPath() is now public
Developer Changes
- Refactored to increase code quality