Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 1.26 KB

Waterline Adapter Tests Changelog

0.11.0

  • [UPGRADE] Add test that checks the new function signature of .save() in Waterline 0.11.0
  • [ENHANCEMENT] Add a Docker config for getting all the various databases installed and configured to run the tests.

0.10.19

  • [BUG] Fix previous date test that only checked CST

0.10.18

  • [ENHANCEMENT] Add a test for querying dates when they are a string. See #100 for more details.

0.10.17

  • [STABILITY] Skip failing binary test that isn't compatible with Waterline feature set. This was hiding actual patches that break core or another adapter. See #98 for more details.

  • [STABILITY] Skip incorrect auto-increment test. See #99 for more details.

  • [ENHANCEMENT] Update Travis config to add Node 4.0 and 5.0. See #97 for more details.

  • [ENHANCEMENT] Added test for migrate: 'create' in the migratable interface. See #34 for more details. Thanks @dmarcelino!