Skip to content

v8.13.0

Compare
Choose a tag to compare
@Mohammad-Alavi Mohammad-Alavi released this 26 Aug 15:24
· 113 commits to 8.x since this release

Full Changelog: v8.12.0...v8.13.0

  • feat(test): Setup automated tests and began adding tests to the Core. (We even have abadge for it now on the repo page!)
  • feat: Added Apiato\Core\Abstracts\Collections\EloquentCollection which will be used as the parent of all custom collections.
  • feat(collection): Added containsDecodedHash macro method to Illuminate\Support\Collection to help checking if the given hashed id exists in the collection
  • feat(config): filter query parameter key is now configurable via apiato.requests.params.filter config key.
  • feat(transformer): Added empty static method to Transformers. It can be used to get a valid empty Transformer.
  • fix(transformer): Passing nullableItem method third parameter, $resourceKey, does not have any effect.
  • deprecate(test): Apiato\Core\Traits\TestCaseTrait is now deprecated.
    You probably don't need to worry about this one, as it was designed to be only used internally by Apiato Core.
  • deprecate(model): $resourceKey property on Models is now deprecated.