Skip to content

Releases: php-forge/foxy

0.2.0

24 Jan 22:13
78d5922

Choose a tag to compare

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-dir for package.json read/write. by @terabytesoftw in #109
  • fix(json): Preserve nested empty arrays when rewriting package.json. by @terabytesoftw in #110
  • fix(fallback): Throw RuntimeException class on asset/json I/O failures. by @terabytesoftw in #111
  • fix(docs): Update README.md and add development and testing documentation. by @terabytesoftw in #112
  • fix(tests): Fix PHP 8.4 nullable type deprecation warnings in tests. by @terabytesoftw in #113
  • fix(foxy): Fix PHP 8.5 deprecation of setAccessible() in ReflectionProperty class. by @terabytesoftw in #114
  • fix(foxy): Update CI workflows and apply automated refactors. by @terabytesoftw in #115
  • fix(license): Update LICENSE and composer.json. by @terabytesoftw in #116
  • fix(tests): Raise PHPStan level to 5. by @terabytesoftw in #117
  • fix(style): Add phpdoc_param_order rule and update namespace references in rector.php. by @terabytesoftw in #118
  • feat(dev): Add php-forge/coding-standard to development dependencies for code quality checks by @terabytesoftw in #119
  • fix(docs): Clean up event documentation in FoxyEvents class. by @terabytesoftw in #120

Full Changelog: 0.1.3...0.2.0

0.1.3

13 Mar 13:04
8a542f6

Choose a tag to compare

What's Changed

  • Bump composer/composer from 2.7.6 to 2.7.7 by @dependabot in #71
  • Refactor SemverUtil::class stability 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.4 deprecated 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

10 Jun 10:23
d1d0e1a

Choose a tag to compare

What's Changed

0.1.1

04 Apr 10:25
cc7b218

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

21 Jan 17:18
444698d

Choose a tag to compare

What's Changed

  • Initial release.

Full Changelog: https://github.com/php-forge/foxy/commits/0.1.0