Skip to content

v3.0.0

Choose a tag to compare

@bdfoster bdfoster released this 24 Oct 17:20
· 23 commits to master since this release

3.0.0 (2017-10-24)

Bug Fixes

  • Remove ignored files (62a236b)
  • Testing: Should not assume records come back in order (47ace0d)

Features

  • Query.where: Move logic for adding where query to query object to #add(), fix tests (dccb12c)

BREAKING CHANGES

  • Query.where: Query.where() will now always return a WhereQuery instance. If you were specifying a complete query using #where(), that logic is now in the #add() method. This is to allow for better typing, since #where() previously returned either a WhereQuery or its own Query instance.