Skip to content

v4.0.0

Choose a tag to compare

@kfitzgerald kfitzgerald released this 11 Apr 04:30
· 8 commits to master since this release

Adds new CollectionCrudService!

Breaking Changes

  • CrudService:
    • Renamed service.database to service.schema for consistency
    • Removed _ prefix from crud service functions

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_noclean package script to prevent nyc from clearing coverage files (to combine results from unit test runs against 5.7 and 8)
  • Updated docs