Skip to content

0.2.0

Latest

Choose a tag to compare

@terabytesoftw terabytesoftw released this 24 Jan 22:13
· 3 commits to main since this release
78d5922

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