-
[ENHANCEMENT] Update any outdated dependencies that may have been causing warnings on install.
-
[BUG] Fixes issued where
[undefined]
was being used to select invalid custom primary keys in certain situations. -
[BUG] Add a check to revert to
SELECT *
when the select array is empty to prevent the case where the query gets built withSELEC
. -
[BUG] Fix case where
attributes
was still being used instead ofdefinition
.
-
[ENHANCEMENT] Added newer versions of Node to the Travis test runner.
-
[BUG] Fix a bug from a previous commit. See #91 for more details. Thanks to @acekat for the patch.
-
[STABILITY] Fix to prevent undefined keys from being used. See 95b0a080a9c5010d867a5dca80b7084501f8dad4 for more details.
-
[BUG] Fix for unknown operators. See #87 for more details. Thanks to @kevinburkeshyp for the patch.
- [BUG] Fix the second part of the issue from
0.6.0
this time by updating the complex queries. See #85 for more details. Thanks again to @Bazze, @wulfsolter and others who helped debug this.
- [BUG] Fix an issue when populating the one side of a one-to-many association where virtual attributes were trying to be selected. See #84 for more details. Thanks @Bazze for the issue submission.
- [ENHANCEMENT] Add the ability to use projections in join queries. See #80 for more details.
- [Bug] Actually fixes issue when building criteria with dates instead of causing more issues. See #79 for more.
-
[STABILITY] Locks lodash dependency to a known version
-
[BUG] Fixes issue when building criteria with dates that are strings. See #77 for more details.
- [BUG] Fixes issue when searching for NULL values and using parameterized queries the index could get off. See #63 for more.