Skip to content

Releases: apiato/core

v2.4.1

28 Feb 11:31
44af4a7
Compare
Choose a tag to compare

sort web routes by name

v2.4.0

11 Feb 16:20
3c1ac50
Compare
Choose a tag to compare

Core to work with Apiato 7.4 (with Laravel 5.6)

v2.3.1

11 Feb 12:20
Compare
Choose a tag to compare

fix issue with getHashedKey()

v2.3

06 Feb 08:54
e7d6e7d
Compare
Choose a tag to compare

Core that works with Laravel 5.6. release

v2.2.6

28 Jan 09:38
27ea220
Compare
Choose a tag to compare

added new Generator commands

php artisan apiato:generate:test:testcase
php artisan apiato:generate:test:unit
php artisan apiato:generate:test:functional

v2.2.5

19 Jan 07:20
b59741c
Compare
Choose a tag to compare

fix a small issue with the ContainerApiGenerator

v2.2.4

14 Jan 11:53
Compare
Choose a tag to compare

fix small issue in Generator::removeSpecialChars()

v2.2.3

09 Jan 10:21
b83ede6
Compare
Choose a tag to compare
  • Add the TinkerServiceProvider to allow for using php artisan tinker

v2.2.2

04 Jan 13:41
1bdd5c1
Compare
Choose a tag to compare
  • Generator: Remove special chars (e.g., everything that is not a char or digit) from container and file names

v2.2.1

07 Dec 18:39
b9e8108
Compare
Choose a tag to compare
  • Update Apiato::call log level to debug.
  • Update TestsRequestHelperTrait.php.
  • Let Requests access property use arrays as well.
  • Add find dependencies command.
  • Add apiato:list:tasks command.
  • Change apiato:actions to apiato:list:actions.
  • Fix hashedKey().
  • Fix nested transformer includes.
  • Update repository stub.
  • Remove "c" and "f" alias from generator commands.