-
[ENHANCEMENT] Update the PG module to work with newer versions of Node. Thanks to @joaosa 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 to 0.6.2 to fix.
-
[Enhancement] Upgrades the version of Waterline-Sequel being used to support using projections in join queries. See #234 for more details.
-
[Enhancement] Adds JSHint and tweaks code style slightly to better support community additions. See #235 for more details.
- [BUG] Updates Waterline-Sequel dependency to actually fix the previous date issue.
- [BUG] Updates Waterline-Sequel dependency to gain support for querying dates when they are represented as a string in the criteria.
-
[DOCS] Added an example of using the
schema
meta key to the readme. See #223 for more details. -
[ENHANCEMENT] Locked the dependency versions down to know working versions. Also added a
shrinkwrap.json
file. See #225 for more details. -
[ENHANCEMENT] Updated the Travis config to run test on Node 4.0 and 5.0. See #226 for more details.
-
[PERFORMANCE] And the best for last, merged #224 which increases performance on populates ~15x. Thanks a million to @jianpingw for spending the time to track this down!