Skip to content

v8.8.0

Compare
Choose a tag to compare
@Mohammad-Alavi Mohammad-Alavi released this 05 Feb 15:12
· 86 commits to 8.x since this release

Full Changelog: v8.7.0...v8.8.0

Bug fixes

  • fix(loaders): Ship views are not being loaded

Enhancements

  • ci: Setup GitHub actions: test runner, php cs fixer
  • ci: Setup code coverage
  • feat(test): Setup testing using Testbench
  • refactor: Gather and move all source code files and put them under /src directory (namespaces stays the same, so no breaking change)
  • refactor: Remove useless PHP docs
  • refactor(loaders): Improve backward compatibility by allowing the usage of both middlewarePriority & middlewareAliases properties
  • refactor(code-generator): Rename GetAllResources files to ListResource
  • refactor: Made many of Core\Abstracts\Repositories\Repository methods public so they can be overridden
  • refactor: Remove Apiato\Core\Traits\ResponseTrait::transform() method array return type in favor of easier method overriding