Skip to content

Commit f34a09e

Browse files
committed
Stable Version 0.11.1
1 parent 54e9910 commit f34a09e

File tree

10 files changed

+3207
-171
lines changed

10 files changed

+3207
-171
lines changed

.jshintrc

Lines changed: 0 additions & 34 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### 0.11.1 - 19 October 2015
2+
3+
- #23 - Allow sending 'offset' and 'limit' params as strings.
4+
- #24 - Do not return relation columns on parent when performing filter
5+
- Simplified build and devDependencies
6+
17
##### 0.11.0 - 08 October 2015
28

39
- #18, #21 - Support filtering across relations (apply joins / fix column name) by @techniq

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ When submitting issues on GitHub, please include as much detail as possible to m
1515
1. Contribute to the issue/discussion that is the reason you'll be developing in the first place
1616
1. Fork js-data-sql
1717
1. `git clone [email protected]:<you>/js-data-sql.git`
18-
1. `cd js-data-sql; npm install; bower install;`
18+
1. `cd js-data-sql; npm install;`
1919
1. Write your code, including relevant documentation and tests
20-
1. Run `grunt test` (build and test)
20+
1. Run `npm test` (build and test)
2121
- You need io.js or Node 4.x that includes generator support without a flag
2222
1. Your code will be linted and checked for formatting, the tests will be run
2323
1. The `dist/` folder & files will be generated, do NOT commit `dist/*`! They will be committed when a release is cut.

Gruntfile.js

Lines changed: 0 additions & 99 deletions
This file was deleted.

circle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ machine:
55
database:
66
override:
77
- mysql -u ubuntu circle_test < test/setup.sql
8-
test:
9-
post:
10-
- grunt coveralls || true

0 commit comments

Comments
 (0)