Skip to content

Releases: subjective-php/dom

Version 3.2.1: Remove final from private methods

27 Jul 14:42
d59cef6

Choose a tag to compare

Version 3.2.0: Add Support for PHP 8

25 Jul 16:21
fd64ec9

Choose a tag to compare

Major Features

  • Add support for PHP 8 [PR #16]

Developer Changes

  • Switch to Github Action builds [PR #15]

Version 3.1.1

06 Jun 18:04

Choose a tag to compare

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

22 May 16:13
e7af76b

Choose a tag to compare

Major Features

  • Change organization [PR #11]

Developer Changes

  • Develop [PR #10]

Version 3.0.0

15 Mar 01:58
e5bca66

Choose a tag to compare

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

19 Jan 21:55

Choose a tag to compare

Bug Fixes

  • Encode data when calling addXPath() [PR #4]

Version 2.1.0

29 Nov 13:22

Choose a tag to compare

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

09 Aug 19:32

Choose a tag to compare

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

20 Sep 00:37

Choose a tag to compare

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()

02 Jun 18:56

Choose a tag to compare

Pre-release

Major Changes

  • DOMDocument::addXPath() is now public

Developer Changes

  • Refactored to increase code quality