All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.15.1 - 2018-01-25
- Adhere to base database changes
0.15.0 - 2017-12-28
- DF-1224 Added ability to set different default limits (max_records_returned) per service
- Added package discovery
- DF-1186 Added exceptions for missing data when generating relationships
- Separated resources from resource handlers
0.14.0 - 2017-11-03
- Upgrade Swagger to OpenAPI 3.0 specification
0.13.0 - 2017-09-18
- DF-1060 Support for data retrieval (GET) caching and configuration
0.12.0 - 2017-08-17
- Reworking API doc usage and generation
- Bug fixes for service caching
- Set config-based cache prefix
0.11.0 - 2017-07-27
- Cleanup service config usage
0.10.0 - 2017-06-05
- Cleanup - removal of php-utils dependency
0.9.0 - 2017-04-21
- Update to config handling from latest df-core
0.8.0 - 2017-03-03
- Major restructuring to upgrade to Laravel 5.4 and be more dynamically available
0.7.0 - 2017-01-16
- Adhere to refactored df-core, see df-database
- Cleanup schema management issues
0.6.0 - 2016-11-17
- Virtual relationships rework to support all relationship types
- DB base class changes to support field configuration across all database types
- Database create and update table methods to allow for native settings
0.5.0 - 2016-10-03
- Update interface changes in df-core
0.4.0 - 2016-08-21
- General cleanup from declaration changes in df-core for service doc and providers
0.3.1 - 2016-07-08
- General cleanup from declaration changes in df-core.
0.3.0 - 2016-05-27
- Moved seeding functionality to service provider to adhere to df-core changes.
- GET and DELETE now handle 404 properly
- Truncate table command fixed
0.2.0 - 2016-01-29
- MAJOR Updated code base to use OpenAPI (fka Swagger) Specification 2.0 from 1.2
0.1.1 - 2015-12-18
- Sync up with changes in df-core for schema classes
First official release working with the new df-core library.