Skip to content

Releases: apiato/core

v8.5.0

12 Jul 17:47
Compare
Choose a tag to compare

Full Changelog: v8.4.1...v8.5.0

  • feat: add fakerphp/fake & phpunit/phpunit dependencies
  • refactor(performance): spread arrays instead of using array_merge
  • feat: add deleted_at to assertion list of assertModelCastsIsEmpty() assertion method
  • feat!: change assertion method access modifiers
    • assertModelCastsIsEmpty() -> from public to protected
    • inIds() -> from public to protected
  • feat: add getGateMock test assertion method
  • feat: add assertDatabaseTable test assertion method

v8.4.1

12 Jul 17:11
b54c05b
Compare
Choose a tag to compare

What's Changed

v8.4.0

15 Jun 22:02
Compare
Choose a tag to compare
  • feat: don't load routes if routes are cached
  • feat!: remove assertRequestAuthorizeCallsPolicyCorrectly assertion
  • fix: replace removed exception HashidsException -> InvalidArgumentException

v7.2.6

05 Jun 16:57
f0f0b23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.2.5...v7.2.6

v8.3.2

04 Jun 19:53
Compare
Choose a tag to compare

Full Changelog: v8.3.1...v8.3.2

v8.3.1

04 Jun 17:39
Compare
Choose a tag to compare
  • fix: namespace incompatibility with psr-4 cf6a176

v8.3.0

04 Jun 17:33
Compare
Choose a tag to compare

Full Changelog: v8.2.0...v8.3.0

  • refactor: move shared model traits to a single trait dd498f1
  • feat: add can own trait eabb469
  • feat: add test helper methods 6425583
  • feat: add test helper methods via trait c14d072
  • feat: remove unused traits 6368aa0

v8.2.0

04 Jun 15:32
Compare
Choose a tag to compare

Full Changelog: v8.1.0...v8.2.0

  • fix: Meta info is now correctly merged with transformer meta info 756bb37
  • fix: prevent passing null to explode d4cba14
  • update composer dependencies
  • sync many files with latest Laravel

v8.1.0

11 Mar 12:17
Compare
Choose a tag to compare

BREAKING CHANGE

  • update composer dependencies to the latest compatible version with Laravel 10

v8.0.0

18 Feb 14:28
Compare
Choose a tag to compare

BREAKING CHANGES

  • make controller loading compatible with single action controller implementation style
  • rename getRouteGroup() method of RoutesLoaderTrait from core to getApiRouteGroup(). It is used in App\Containers\AppSection\Authentication\Providers\AuthServiceProvider