Releases: php-forge/foxy
Releases · php-forge/foxy
0.2.0
What's Changed
- fix(json): Force 4-space indentation when updating
package.json. by @terabytesoftw in #107 - fix(asset): Restore working directory after asset manager run. by @terabytesoftw in #108
- fix(asset): Respect
root-package-json-dirforpackage.jsonread/write. by @terabytesoftw in #109 - fix(json): Preserve nested empty arrays when rewriting
package.json. by @terabytesoftw in #110 - fix(fallback): Throw
RuntimeExceptionclass on asset/jsonI/Ofailures. by @terabytesoftw in #111 - fix(docs): Update
README.mdand add development and testing documentation. by @terabytesoftw in #112 - fix(tests): Fix PHP
8.4nullable type deprecation warnings in tests. by @terabytesoftw in #113 - fix(foxy): Fix PHP
8.5deprecation ofsetAccessible()inReflectionPropertyclass. by @terabytesoftw in #114 - fix(foxy): Update CI workflows and apply automated refactors. by @terabytesoftw in #115
- fix(license): Update
LICENSEandcomposer.json. by @terabytesoftw in #116 - fix(tests): Raise PHPStan level to
5. by @terabytesoftw in #117 - fix(style): Add
phpdoc_param_orderrule and update namespace references inrector.php. by @terabytesoftw in #118 - feat(dev): Add
php-forge/coding-standardto development dependencies for code quality checks by @terabytesoftw in #119 - fix(docs): Clean up event documentation in
FoxyEventsclass. by @terabytesoftw in #120
Full Changelog: 0.1.3...0.2.0
0.1.3
What's Changed
- Bump composer/composer from 2.7.6 to 2.7.7 by @dependabot in #71
- Refactor
SemverUtil::classstability normalization logic. by @terabytesoftw in #87 - Bump maglnet/composer-require-checker from 4.7.1 to 4.12.0 by @dependabot in #85
- Bump composer/composer from 2.7.9 to 2.8.0 by @dependabot in #88
- Bump composer/composer from 2.8.0 to 2.8.2 by @dependabot in #93
- Update nullable type hints for method parameters and properties for
PHP 8.4deprecated rfc nullable. by @terabytesoftw in #104 - Update dependencies in
composer.lock. by @terabytesoftw in #105 - Update composer dependencies for compatibility with newer versions. by @terabytesoftw in #106
Full Changelog: 0.1.2...0.1.3
0.1.2
What's Changed
- Update docs,
composer.lockand change directory inSolver.php. by @terabytesoftw in #64 - Add the ability to specify a custom directory for
package.json. by @terabytesoftw in #66 - Add
funding.ymlfile. by @terabytesoftw in #69
0.1.1
What's Changed
- Add
BunManagerclass to manage theBuninstances. by @terabytesoftw in #50 - Add file lock
yarn.lockforBunand updateREADME.md. by @terabytesoftw in #52
New Contributors
- @dependabot made their first contribution in #27
Full Changelog: 0.1.0...0.1.1