- [NODE] Upgrades the underlying felixge/mysql dependency to work with Node v6. See #321 (Thanks @matuck!)
-
[ENHANCEMENT] Adds support for case-insensitive queries using the
wlNext.caseSensitive
flag. See #304 for more details. Thanks @wulfsolter for the patch! -
[ENHANCEMENT] Adds MariaDB to the automated test suite. See #276 for more details. Thanks to @grooverdan for the patch.
-
[ENHANCEMENT] Updates the dependencies to the latest versions which should remove any warning messages when installing.
-
[BUG] Fixes issues with backwards compatibility to Waterline
0.11.x
and older.
- [BUG] Fixes issue with populates due to changes in projections queries coming from Waterline-Sequel. Updated the
waterline-sequel
dependency to0.6.2
to fix. See #297 for more details. Thanks @wulfsolter and @aradnom for helping debug and test.
-
[Enhancement] Upgrades the version of Waterline-Sequel being used to support using projections in join queries. See #294 for more details.
-
[Enhancement] Adds JSHint and tweaks code style slightly to better support community additions. See #295 for more details.
-
[BUG] Updates Waterline-Sequel dependency to actually fix the previous dates bug.
-
[ENHANCEMENT] Changes the database url parsing to strip out query string values. See #280 for more details. Thanks @Bazze!
-
[BUG] Updates Waterline-Sequel dependency to gain support for querying dates when they are represented as a string in the criteria.
-
[ENHANCEMENT] Normalize the adapter errors some to be more in line with the Postgres driver. Now returns the
originalError
key as specified in Waterline-Adapter-Tests.
-
[BUG] Fixes issue with an outdated
.stream()
interface. See #264 for more details. Thanks @github1337 for the patch! -
[ENHANCEMENT] Better error message in the case of a foreign key constraint violation. See #268 for more details. Thanks @trheming for the patch!
-
[ENHANCEMENT] Locked the dependency versions down to know working versions. Also added a
shrinkwrap.json
file. See #272 for more details. -
[ENHANCEMENT] Updated the Travis config to run test on Node 4.0 and 5.0. See #273 for more details.
-
[PERFORMANCE] And the best for last, merged #274 which increases performance on populates ~15x. Thanks a million to @jianpingw for spending the time to track this down!