Skip to content

Releases: phpsa/laravel-api-controller

Minor fixes

19 Mar 23:40
Compare
Choose a tag to compare

//Request is now an array in the event and not an object

Updated release

19 Mar 22:08
a5aac1e
Compare
Choose a tag to compare
  • Laravel 7
  • no longer requires model having id as primary column name

Laravel 7

05 Mar 02:44
cc7c9a6
Compare
Choose a tag to compare
Laravel 7 Pre-release
Pre-release
1.4.2-b.2

Apply fixes from StyleCI (#47)

Filtering updated to include related records

29 Jan 01:36
ed5abe0
Compare
Choose a tag to compare

Added the ability to filter on related recordsets

Added Scopes to Filters

23 Jan 03:13
49d590f
Compare
Choose a tag to compare
  • Added ability to use Eloquent scopes in url filters.

Fixed request additional fields mapping issue

20 Jan 00:56
24313a7
Compare
Choose a tag to compare
  • added new helper to deal with request / field mapping array merging

1.3.0 release cycle

19 Jan 22:42
b7c91a1
Compare
Choose a tag to compare
1.3.0 release cycle Pre-release
Pre-release
Develop (#39)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Feature/requests mapping (#17)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#18)

* Feature/policy collections update (#19)

* Develop (#14)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Develop To Master (#16)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Feature/policy collections update (#22)

* Develop (#14)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Develop To Master (#16)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Added middleware and query qualifiers

* Policy Update

* Post adding new and artisan updated, code cleanup

* Apply fixes from StyleCI (#21)

* Scrutiniser fixes

* Put now handles relations

* Fix return types

* Minor updates to fix relationships and make command

* Sanke case vs camel case

* Apply fixes from StyleCI (#23)

* Minor bugfix for case sensitifity

* Fixed make command

* model is static

* Apply fixes from StyleCI (#24)

* Scrutiniser fixes

* Apply fixes from StyleCI (#25)

* Apply fixes from StyleCI (#27)

* Policiies auth mehtod without users

* user not needed

* Tidy up uri parser class

* Fixes

* fix more

* Feature/policy collections update (#29)

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Added middleware and query qualifiers

* Policy Update

* Post adding new and artisan updated, code cleanup

* Apply fixes from StyleCI (#21)

* Scrutiniser fixes

* Put now handles relations

* Fix return types

* Minor updates to fix relationships and make command

* Sanke case vs camel case

* Apply fixes from StyleCI (#23)

* Minor bugfix for case sensitifity

* Fixed make command

* model is static

* Apply fixes from StyleCI (#24)

* Scrutiniser fixes

* policies - for unauthed users

* Minor updates

* STYLEFIXES

* fixed phpcs rule

* Apply fixes from StyleCI (#31)

* Feature/policy collections update (#32)

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Added middleware and query qualifiers

* Policy Update

* Post adding new and artisan updated, code cleanup

* Apply fixes from StyleCI (#21)

* Scrutiniser fixes

* Put now handles relations

* Fix return types

* Minor updates to fix relationships and make command

* Sanke case vs camel case

* Apply fixes from StyleCI (#23)

* Minor bugfix for case sensitifity

* Fixed make command

* model is static

* Apply fixes from StyleCI (#24)

* Scrutiniser fixes

* policies - for unauthed users

* Minor updates

* STYLEFIXES

* fixed phpcs rule

* Apply fixes from StyleCI (#31)

* minor updates

* csfixer run on code

* Missing file updated

* Includes should be returnable

* static not defined

* Allowed fields updated

* minor updates

* Logic inversion (#35)

* Develop (#33)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Feature/requests mapping (#17)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#18)

* Feature/policy collections update (#19)

* Develop (#14)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Develop To Master (#16)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Feature/policy collections update (#22)

* Develop (#14)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Develop To Master (#16)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Added middleware and query qualifiers

* Policy Update

* Post adding new and artisan updated, code cleanup

* Apply fixes from StyleCI (#21)

* Scrutiniser fixes

* Put now handles relations

* Fix return types

* Minor updates to fix relationships and make command

* Sanke case vs camel case

* Apply fixes from StyleCI (#23)

* Minor bugfix for case sensitifity

* Fixed make command

* model is static

* Apply fixes from StyleCI (#24)

* Scrutiniser fixes

* Apply fixes from StyleCI (#25)

* Apply fixes from StyleCI (#27)

* Policiies auth mehtod without users

* user not needed

* Tidy up uri parser class

* Fixes

* fix more

* Feature/policy collections update (#29)

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Added middleware and query qualifiers

* Policy Update

* Post adding new and artisan updated, code cleanup

* Apply fixes from StyleCI (#21)

* Scrutiniser fixes

* Put now handles relations

* Fix return types

* Minor updates to fix relationships and make command

* Sanke case vs camel case

* Apply fixes from StyleCI (#23)

* Minor bugfix for case sensitifity

* Fixed make command

* model is static

* Apply fixes from StyleCI (#24)

* Scrutiniser fixes

* policies - for unauthed users

* Minor updates

* STYLEFIXES

* fixed phpcs rule

* Apply fixes from StyleCI (#31)

* Feature/policy collections update (#32)

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Added middleware and query qualifiers

* Policy Update

* Post adding new and artisan updated, code cleanup

* Apply fixes from StyleCI (#21)

* Scrutiniser fixes

* Put now handles relations

* Fix return types

* Minor updates to fix relationships and make command

* Sanke case vs camel case

* Apply fixes from StyleCI (#23)

* Minor bugfix for case sensitifity

* Fixed make command

* model is static

* Apply fixes from StyleCI (#24)

* Scrutiniser fixes

* policies - for unauthed users

* Minor updates

* STYLEFIXES

* fixed phpcs rule

* Apply fixes from StyleCI (#31)

* minor updates

* csfixer run on code

* Missing file updated

* Includes should be returnable

* static not defined

* Allowed fields updated

* minor updates

* Logic inversion

+ Updated excludeArrayValues to exclude if not in optionals instead of always including.

* Added accessor notes about $appends usage

* Update controller with query modifier

* Add extra query parser method

* Include previous exception with ApiException

* Api Exception update

* Fixed query param optionals

* updated unit tests

*  Updated travis ci config / requirements to laravel / php versions

* Put mismatched method back in

* Apply fixes from StyleCI (#36)

* Fixed issue with parser uing query instead of input

* work on response mapping / default fields

Co-authored-by: Sam Sehnert <[email protected]>

Request Parsing fix

18 Dec 00:57
18ff12f
Compare
Choose a tag to compare
  • Fixed issue with parser using query instead of input

1.2.0: Develop (#37)

17 Dec 22:02
5380d75
Compare
Choose a tag to compare
* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Feature/requests mapping (#17)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#18)

* Feature/policy collections update (#19)

* Develop (#14)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Develop To Master (#16)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Feature/policy collections update (#22)

* Develop (#14)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Develop To Master (#16)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Added middleware and query qualifiers

* Policy Update

* Post adding new and artisan updated, code cleanup

* Apply fixes from StyleCI (#21)

* Scrutiniser fixes

* Put now handles relations

* Fix return types

* Minor updates to fix relationships and make command

* Sanke case vs camel case

* Apply fixes from StyleCI (#23)

* Minor bugfix for case sensitifity

* Fixed make command

* model is static

* Apply fixes from StyleCI (#24)

* Scrutiniser fixes

* Apply fixes from StyleCI (#25)

* Apply fixes from StyleCI (#27)

* Policiies auth mehtod without users

* user not needed

* Tidy up uri parser class

* Fixes

* fix more

* Feature/policy collections update (#29)

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Added middleware and query qualifiers

* Policy Update

* Post adding new and artisan updated, code cleanup

* Apply fixes from StyleCI (#21)

* Scrutiniser fixes

* Put now handles relations

* Fix return types

* Minor updates to fix relationships and make command

* Sanke case vs camel case

* Apply fixes from StyleCI (#23)

* Minor bugfix for case sensitifity

* Fixed make command

* model is static

* Apply fixes from StyleCI (#24)

* Scrutiniser fixes

* policies - for unauthed users

* Minor updates

* STYLEFIXES

* fixed phpcs rule

* Apply fixes from StyleCI (#31)

* Feature/policy collections update (#32)

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Added middleware and query qualifiers

* Policy Update

* Post adding new and artisan updated, code cleanup

* Apply fixes from StyleCI (#21)

* Scrutiniser fixes

* Put now handles relations

* Fix return types

* Minor updates to fix relationships and make command

* Sanke case vs camel case

* Apply fixes from StyleCI (#23)

* Minor bugfix for case sensitifity

* Fixed make command

* model is static

* Apply fixes from StyleCI (#24)

* Scrutiniser fixes

* policies - for unauthed users

* Minor updates

* STYLEFIXES

* fixed phpcs rule

* Apply fixes from StyleCI (#31)

* minor updates

* csfixer run on code

* Missing file updated

* Includes should be returnable

* static not defined

* Allowed fields updated

* minor updates

* Logic inversion (#35)

* Develop (#33)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Feature/requests mapping (#17)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#18)

* Feature/policy collections update (#19)

* Develop (#14)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Develop To Master (#16)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Feature/policy collections update (#22)

* Develop (#14)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Develop To Master (#16)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

* Update controller.stub

* Feature/requests mapping (#13)

* Event accepts request object and any type of request can now be pushed through

* Apply fixes from StyleCI (#12)

* Request should have a constructor for instances with models

* Update BaseRepository.php

* Apply fixes from StyleCI (#15)

* Fixed namespace type declaration

* Fixed namespace type declaration

* Fixed namespace type declaration

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Added middleware and query qualifiers

* Policy Update

* Post adding new and artisan updated, code cleanup

* Apply fixes from StyleCI (#21)

* Scrutiniser fixes

* Put now handles relations

* Fix return types

* Minor updates to fix relationships and make command

* Sanke case vs camel case

* Apply fixes from StyleCI (#23)

* Minor bugfix for case sensitifity

* Fixed make command

* model is static

* Apply fixes from StyleCI (#24)

* Scrutiniser fixes

* Apply fixes from StyleCI (#25)

* Apply fixes from StyleCI (#27)

* Policiies auth mehtod without users

* user not needed

* Tidy up uri parser class

* Fixes

* fix more

* Feature/policy collections update (#29)

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Added middleware and query qualifiers

* Policy Update

* Post adding new and artisan updated, code cleanup

* Apply fixes from StyleCI (#21)

* Scrutiniser fixes

* Put now handles relations

* Fix return types

* Minor updates to fix relationships and make command

* Sanke case vs camel case

* Apply fixes from StyleCI (#23)

* Minor bugfix for case sensitifity

* Fixed make command

* model is static

* Apply fixes from StyleCI (#24)

* Scrutiniser fixes

* policies - for unauthed users

* Minor updates

* STYLEFIXES

* fixed phpcs rule

* Apply fixes from StyleCI (#31)

* Feature/policy collections update (#32)

* Added resource collections and policy check.

* Updated Readme

* Formatting

* Apply fixes from StyleCI (#20)

* Scrutinizer fixes - deprecation / namesapce

* Added middleware and query qualifiers

* Policy Update

* Post adding new and artisan updated, code cleanup

* Apply fixes from StyleCI (#21)

* Scrutiniser fixes

* Put now handles relations

* Fix return types

* Minor updates to fix relationships and make command

* Sanke case vs camel case

* Apply fixes from StyleCI (#23)

* Minor bugfix for case sensitifity

* Fixed make command

* model is static

* Apply fixes from StyleCI (#24)

* Scrutiniser fixes

* policies - for unauthed users

* Minor updates

* STYLEFIXES

* fixed phpcs rule

* Apply fixes from StyleCI (#31)

* minor updates

* csfixer run on code

* Missing file updated

* Includes should be returnable

* static not defined

* Allowed fields updated

* minor updates

* Logic inversion

+ Updated excludeArrayValues to exclude if not in optionals instead of always including.

* Added accessor notes about $appends usage

* Update controller with query modifier

* Add extra query parser method

* Include previous exception with ApiException

* Api Exception update

* Fixed query param optionals

* updated unit tests

*  Updated travis ci config / requirements to laravel / php versions

* Put mismatched method back in

* Apply fixes from StyleCI (#36)

1.1.1-rc.2

16 Dec 20:31
Compare
Choose a tag to compare
1.1.1-rc.2 Pre-release
Pre-release

Fixes:

ApiExceptions pass original exception through

addfields / excludefields update to field filter

Docs update for append usage for accessors

allow extra filters to be passed to the list all and show one endpoints