Releases: js-data/js-data-sql
Releases · js-data/js-data-sql
0.11.7
0.11.7 - 7 December 2015
- #46 - Support IS NOT NULL in query syntax
0.11.6
0.11.6 - 16 November 2015
0.11.5
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
0.11.4 - 23 October 2015
- #10, #30 - Transaction support
0.11.3
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.1
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
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
0.10.0 - 19 September 2015
- #15, #16 - Removed the various database libs from peerDependencies.
0.9.1
0.9.1 - 10 July 2015
Backwards compatible bug fixes
- Fix for loading relations in find() and findAll()