Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Releases: balderdashy/waterline-sequel

v0.6.3

06 Jun 22:34
Compare
Choose a tag to compare
  • [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.

v0.6.2

23 Mar 16:18
Compare
Choose a tag to compare

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.

v0.6.1

22 Mar 16:08
Compare
Choose a tag to compare

[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.

v0.6.0

22 Mar 16:08
Compare
Choose a tag to compare

*Add the ability to use projections in join queries. See #80 for more details.

v0.5.7

18 Feb 20:09
Compare
Choose a tag to compare
  • [Bug] Actually fixes issue when building criteria with dates instead of causing more issues. See #79 for more.

v0.5.5

26 Jan 00:14
Compare
Choose a tag to compare

Fixes an issue where NULL values were used with parameterized queries. See the newly added CHANGELOG for more info.