Releases: polderknowledge/build-tools
Releases · polderknowledge/build-tools
3.0.0
Added
- Added support for PHP version 7.1
- Now depending on the new coding standards.
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Removed support for PHP versions < 7.1
- Removed the compatibility dependency since it's based on code sniffer, it belongs in the coding standard library.
Security
- Nothing
2.2.1
Added
- Nothing
Deprecated
- Nothing
Fixed
- The bin file was renamed but that path was wrong in composer.json
Removed
- Nothing
Security
- Nothing
2.2.0
Added
- The path to PHPunit can be configured now via the
build.properties
file. This makes it possible to run PHPunit as a phar file.
Deprecated
- Nothing
Fixed
- All XML files are formatted according to our code style.
Removed
- Nothing
Security
- Nothing
2.1.0
2.0.2
Added
- Nothing
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Dependencies on external tools, we install them globally now.
Security
- Nothing
2.0.1
Added
- Nothing
Deprecated
- Nothing
Fixed
- PHP Documentor should be installed globally now.
Removed
- Nothing
Security
- Nothing
2.0.0
Added
- PHPUnit should be installed globally now.
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
1.1.3
Added
- Nothing
Deprecated
- Nothing
Fixed
- Fail the build on styling errors.
Removed
- Nothing
Security
- Nothing
1.1.2
Added
- Nothing
Deprecated
- Nothing
Fixed
- Changed the paths that are scanned so that the vendor directoy is ignored.
Removed
- Nothing
Security
- Nothing
1.1.1
Added
- Nothing
Deprecated
- Nothing
Fixed
- Updated the coding standards to the latest version.
- Fixed the permissions on the init-build script.
Removed
- Nothing
Security
- Nothing