v4.0.0
Adds new CollectionCrudService!
Breaking Changes
- CrudService:
- Renamed
service.databasetoservice.schemafor consistency - Removed
_prefix from crud service functions
- Renamed
Other Changes
- Added new CollectionCrudService for working with MySQL document collections.
- Added
init()system to CrudService - Added two example applications, demonstrating usage of the CrudService and CollectionCrudService
- Added new unit tests for CollectionCrudService
- Updated unit tests file names to match their respective components
- Added dependency on base-id, for ID generation support (e.g. MySQL 5.7)
- Updated travis build to test both MySQL 5.7 and MySQL 8
- Added
cover_nocleanpackage script to prevent nyc from clearing coverage files (to combine results from unit test runs against 5.7 and 8) - Updated docs