- [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.
- [BUG] Fix previous date test that only checked CST
- [ENHANCEMENT] Add a test for querying dates when they are a string. See #100 for more details.
-
[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!