Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@colymba colymba released this 19 Dec 13:32
· 4 commits to master since this release
SS4 Compatibility (#93)

* Update config.yml
* Ss4 (#1)
* Update SS Framework dependency
* WIP: SS4 upgrade legwork
* WIP Namespace yml and Config references
* Update phpunit.xml & add composer autoload
* Update phpunit.xml
* Namespacing & formatting updates
* Update: Rename namespace to colymba
* Namespacing fixes
* Fix; correct yml array config
* Update config.yml
* FEATURE: Upgrade to SS4
* FIX: consistent formatting of composer file
* Fix incomplete namespace references
* Allow maping of URL segment to class name
This allows us to use fully qualified namespaced classes in the API config.
* Update PHPUnit config
Fix path to framework bootstrap.
Exclude tests that perform CORS pre-flight request.
* Fix configuration defaults
* Fix test class namespaces
* Ensure test records are generated
* Fix header check
* Add model mapping for query handler
* Fix deprecation notice
* Fix test fixture setup
* Fix more issues with authenticator tests
* Fix permission manager tests
* Downgrade framework version
* Fix query handler tests
* Update capitalisation of namespace
* Fix basic serializer tests
* Fix ember serializer tests
* Update travis config
* Update class names to remove RESTfulAPI prefix
* Update documantation
* Document the `models` mapping
* Test fallback to stardard model name mapping
* Rename Basic serializers to Default
* Remove ember data serializers
* Fix password validation error on Travis