Skip to content

Releases: js-data/js-data-sql

0.11.7

07 Dec 15:49
Compare
Choose a tag to compare
0.11.7 Pre-release
Pre-release
0.11.7 - 7 December 2015
  • #46 - Support IS NOT NULL in query syntax

0.11.6

16 Nov 20:59
Compare
Choose a tag to compare
0.11.6 Pre-release
Pre-release
0.11.6 - 16 November 2015

0.11.5

26 Oct 19:22
Compare
Choose a tag to compare
0.11.5 Pre-release
Pre-release
0.11.5 - 26 October 2015
  • #34 - Expose filterQuery on the API for all to (ab)use
  • #35 - Added code coverage
  • #36 - Add support for custom queries.

0.11.4

23 Oct 04:35
Compare
Choose a tag to compare
0.11.4 Pre-release
Pre-release
0.11.4 - 23 October 2015
  • #10, #30 - Transaction support

0.11.3

22 Oct 17:39
Compare
Choose a tag to compare
0.11.3 Pre-release
Pre-release
0.11.3 - 22 October 2015
  • #28 - Fix tests running after removing grunt
  • #29 - Allow passing database configuration as environment variables for tests (ex. DB_HOST=192.168.99.100 DB_USER=root npm test)
  • #30 - Allow qualified local columns names if joined relation has same name

0.11.2

19 Oct 20:40
Compare
Choose a tag to compare
0.11.2 Pre-release
Pre-release
0.11.2 - 19 October 2015
  • Fixed build

0.11.1

19 Oct 19:45
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release
0.11.1 - 19 October 2015
  • #23 - Allow sending 'offset' and 'limit' params as strings.
  • #24 - Do not return relation columns on parent when performing filter
  • Simplified build and devDependencies

0.11.0

09 Oct 03:51
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
0.11.0 - 08 October 2015
  • #18, #21 - Support filtering across relations (apply joins / fix column name) by @techniq
  • #19, #20 - Use co-mocha for tests to simplify async flow. by @techniq
  • Project now enforces JS Standard Style

0.10.0

20 Sep 03:44
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
0.10.0 - 19 September 2015
  • #15, #16 - Removed the various database libs from peerDependencies.

0.9.1

11 Jul 02:53
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release
0.9.1 - 10 July 2015
Backwards compatible bug fixes
  • Fix for loading relations in find() and findAll()