Releases: colymba/silverstripe-restfulapi
Releases · colymba/silverstripe-restfulapi
Release 3.0.2
Release 3.0.1
License fix for packagist and clean up
Release 3.0.0
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
Release 2.1.3
Lost pass disclosure fix (#89) FIX for issue #88 response from RESTfulAPI_TokenAuthenticator::lostPassword() is now the same regardless whether an email was sent or not
Release 2.1.2
Merge pull request #79 from oetiker/patch-2 do not record login event for every tokenAuth