- 15 Apr, 2015 2 commits
-
-
I added - unused: "vars" // warns when you define and never use your variables - nonbsp: true // warns about "non-breaking whitespace" characters - maxdepth: 8 // lets you control how nested do you want your blocks to be - quotmark: false // true = all quotation marks have to either be single quotes or double quotes per file I tried to use this option with true, but I'm not sure how you like it that way. As here are quite a few use cases where single quotes would have to be escaped I removed: - trailing: true // this option no longer exists in jshint - expr: true // this option no longer exists in jshint - sub: true // suppresses warnings about using [] notation when it can be expressed in dot notation: person['name'] vs. person.name I also used maxlen: 200 for a while, but I'm not sure how the line breaks work for the docs, since I did not try that. I still think it would be a good option to use Be aware, that a couple of options are deprecated and will be removed at some point. Instead jscs could be used to enforce styling warnings.
Ruben Bridgewater committed -
Hotfix/docs nav nesting
Mick Hansen committed
-
- 13 Apr, 2015 11 commits
-
-
Jan Aagaard Meier committed
-
Update transactions.md
Jan Aagaard Meier committed -
Fixed syntax in transaction example.
Manuel Darveau committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
- 12 Apr, 2015 3 commits
-
-
💄 Mick Hansen committed -
…(if a primary key is defined), closes #3353
Mick Hansen committed -
… now workers ok, closes #3458
Mick Hansen committed
-
- 11 Apr, 2015 3 commits
-
-
Mick Hansen committed
-
Fixing typo, grammar in associations/mixin.js
Mick Hansen committed -
Updates hooks.md
Mick Hansen committed
-
- 10 Apr, 2015 10 commits
-
-
Fixes the wrong arguments in the example in the hooks documentation.
Luca Moser committed -
Jan Aagaard Meier committed
-
…ined -> to.be.undefined
Jan Aagaard Meier committed -
Model.update options.fields support and a test.
Mick Hansen committed -
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Binh Nguyen committed
-
Added third return case documentation for `instance.changed()`
Jan Aagaard Meier committed -
harimohanraj89 committed
-
- 09 Apr, 2015 2 commits
-
-
Mikk Andresen committed
-
harimohanraj89 committed
-
- 08 Apr, 2015 9 commits
-
-
Jan Aagaard Meier committed
-
Refactor last tests to use promise style
Mick Hansen committed -
Allow Model.update() to handle unique constraints - Fixes #3474
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Some fixes to docs generator
Jan Aagaard Meier committed -
Ruben Bridgewater committed
-
Ruben Bridgewater committed
-
Refactor a couple promise tests to use promise style Refactor another schema test Fix bad characters used Refactor the last schema tests to use promises Use sqlite specifics on timezone test Refactor last model test to use promises and fix sqlite test Abandon async from tests Remove async devDependency
Ruben Bridgewater committed
-