# CHANGELOG

## 2.0.6 - 2022/03/24
- Minor fix

## 2.0.5 - 2022/03/24
- Rename .php_cs to .php-cs-fixer.php
- Add PHPStan
- Review PHP annotations
- Update badges

## 2.0.4 - 2021/02/03
- Review .php_cs settings, apply PHP CS Fixer
- Change tests classes to final classes

## 2.0.3 - 2021/02/01
- issue #3 - getAttributes returns an empty array

## 2.0.2 - 2021/01/30
- issue #2 - DOMXPath::query(): Node From Wrong Document

## 2.0.1 - 2021/01/28
- Minor readme and Travis CI updates

## 2.0.0 - 2021/01/26
- Use `splitbrain/phpfarm:jessie` as Docker image and fix docker image settings
- Code requires PHP >= 7.4
- Code cleaning
- Update README
- Update Travis CI settings
- Update PHPUnit settings
- Update LICENSE file
- Version 1.0 is no more maintained

## 1.0.1
- Initialize Docker settings
- pull request #1 - Update namespace in test classes to match the actual location
- Normalize composer.json
- Add contributing and code of conduct files
- Configure Travis CI for PHP 5.3, PHP 7.2 and cache
- Add editorconfig file
- Update gitignore file
- Update readme and licence files

## 1.0.0
- Initial release after exporting source code from the [PackageGenerator](https://github.com/WsdlToPhp/PackageGenerator) project
