10000 Releases · apiato/apiato · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: apiato/apiato

v10.0.6

26 May 14:19
668c295
Compare
Choose a tag to compare

Update user, role and permission repository model bindings to allow custom model bindings

v10.0.5

15 May 05:40
8d80f33
Compare
Choose a tag to compare
model_locations in ide-helper.php (#632)

Update "model_locations" path to work with new folder structure

v10.0.4

04 May 15:18
Compare
Choose a tag to compare
Composer update

v10.0.3

27 Apr 16:42
Compare
Choose a tag to compare
add public\vendor to gitignore

v10.0.2

27 Apr 15:14
Compare
Choose a tag to compare
disable secure cookie by default

v10.0.1

25 Apr 19:02
Compare
Choose a tag to compare
Remove scrutinizer badge

v10.0.0

25 Apr 16:53
Compare
Choose a tag to compare

Changelog:

* These containers are installed by default in an Apiato fresh installation.

Read more about these containers here. Contributions are welcome!

  • You can now have a Helpers folder in your Container and all .php helper files will be loaded automatically by Apiato. read more.
  • All route definitions are updated to use Laravel new style: Route::get('user/profile', [Controller::class, 'getAuthenticatedUser']). You can still use the old style of course.
  • Default admin panel has been removed: admin.apiato.test
  • We are now using Laravel error handling which means all Laravel related features are now at your disposal.
  • You can now set default values while sanitizing data from request
        $sanitizedData = $data->sanitizeInput([
            'name' => 'Mohammad', // if name is not provided then default value will be set
            'product.company.address' => 'Somewhere in the world', // dot notation is also supported
            'email',
            'password'
        ]);
  • Documentations are moved to apiato.test/docs & apiato.test/docs/private. Private docs are now protected. read more
  • Removed Apiato::call & Apiato::transactionalCall

v9.1.1

26 Mar 11:21
75bd64d
Compare
Choose a tag to compare

Bug fix

v9.1.0

25 Mar 12:49
deeabf7
Compare
Choose a tag to compare

Added Persian (fa) translation + Bug fixes

v9.0.10

18 Oct 08:14
Compare
Choose a tag to compare
  • Fix a bug caused by downgrading PHP version from 7.4 to 7.2.5.
0