Skip to content

Releases: apiato/core

v6.0.1

24 Apr 16:06
Compare
Choose a tag to compare
  • Fixed bug with pagination skip
  • Composer update

v6.0.0

20 Apr 18:00
Compare
Choose a tag to compare
Remove unused class

v5.5.0

02 Nov 20:39
d30f593
Compare
Choose a tag to compare

Follow Laravel Version

v2.4.8

02 Jul 06:54
1a9368e
Compare
Choose a tag to compare
  • The Controller::transform() method now also can take a new MyTransformer() instead of MyTransformer::class parameter. It is now possible to parameterize the Transformer
  • automatically refresh() the user in tests
  • HashId package updated

v2.4.7

28 May 09:47
41ca937
Compare
Choose a tag to compare
  • change Database Migration stub file
  • override default Laravel Event Service Provider
  • Max Pagination Limit for Repositories

v2.4.6

05 Apr 16:18
b791aaf
Compare
Choose a tag to compare
  • add transactionalCall() method
  • minor change to tests

v2.4.5

20 Mar 09:40
1d980d7
Compare
Choose a tag to compare

add a new transactionalCall($class, $params, $extraMethods) to the CallableTrait. This method, in turn, wraps the call() in a DB::Transaction in order to keep the DB in a consistent state

v2.4.4

14 Mar 16:40
eb15363
Compare
Choose a tag to compare

add a config flag (apiato.logging.log-wrong-apiato-caller-style) to disable "apiato caller style" notifications in log files!

v2.4.3

06 Mar 16:41
904201b
Compare
Choose a tag to compare

fix namespace on JobGenerator

v2.4.2

03 Mar 17:16
e00bb44
Compare
Choose a tag to compare

add the Disable RequestCriteria "feature"