- 20 Jul, 2017 1 commit
-
-
Ali Taheri Moghaddar committed
-
- 13 Jul, 2017 2 commits
-
-
Amit Kumar Agrawal committed
-
Jan Aagaard Meier committed
-
- 11 Jul, 2017 3 commits
-
-
ShaunParsons committed
-
greenkeeper[bot] committed
-
- npm run lint was run twice in CI - npm test was not doing the same as npm run cover - linting does not need to be run on AppVeyor, there was a weird bug on Windows Node 4 + ESLint
Felix Becker committed
-
- 10 Jul, 2017 3 commits
-
-
greenkeeper[bot] committed
-
Requires a spaces after an if and before the opening brace of blocks
Felix Becker committed -
Adds $regexp operator for MySQL and Postgres and its negated and case-insensitive versions.
Scott Rocha committed
-
- 06 Jul, 2017 2 commits
-
-
* Hint for async I added a hint for the await keyword wich has increasing support. But maybe useless because everyone should know this possibility for promises. * Added async docu link Added furthermore that await only works in async functions.
reinerBa committed -
… queries for sqlite (Closes #7759)
Pete Peterson committed
-
- 29 Jun, 2017 3 commits
-
-
Felix Becker committed
-
Felix Becker committed
-
Felix Becker committed
-
- 28 Jun, 2017 1 commit
-
-
Ali Taheri Moghaddar committed
-
- 27 Jun, 2017 1 commit
-
-
Alexsey committed
-
- 26 Jun, 2017 2 commits
-
-
🌴 * chore(package): update dependencies * chore(travis): whitelist greenkeeper branches * docs(readme): add Greenkeeper badge * chore(package): Revert package.json changes Just want to merge this so Greenkeeper gets enabled
greenkeeper[bot] committed -
"seperate" -> "separate".
o-pikozh committed
-
- 21 Jun, 2017 3 commits
-
-
Missing comma in first example of this tutorial.
ezelohar committed -
Felix Becker committed
-
Felix Becker committed
-
- 20 Jun, 2017 5 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
renaudholcombe committed
-
Jan Aagaard Meier committed
-
Leroy Witteveen committed
-
- 19 Jun, 2017 1 commit
-
-
Alberto Souza committed
-
- 14 Jun, 2017 2 commits
-
-
ESDoc failed to build because there were references to the deleted changelog.md file
Felix Becker committed -
- Set up semantic-release to automatically release from CI - Remove the changelog, which is maintained automatically in GitHub releases from now on - Add husky git hooks for validating commit messages with validate-commit-msg - Extend contribution guide - Adapt GitHub PR template - Add readme badge Closes #6550
Felix Becker committed
-
- 13 Jun, 2017 2 commits
-
-
Small change the docs in order to fix an incorrect ES6 arrow function.
Ivan Montiel committed -
Doug Patti committed
-
- 12 Jun, 2017 3 commits
-
-
Felix Becker committed
-
Should reference products instead of projects in "Creating elements of a "HasMany" or "BelongsToMany" association" section.
Kevin Kwa committed -
* drain doesnt take a callback, it returns a promise instead * update changelog * add test
Nick Schultz committed
-
- 09 Jun, 2017 1 commit
-
-
* add class method "increment" Basically moving code from instance method `increment` to class method `increment`. close #6359 * fix tests. change: require options.where
Even committed
-
- 08 Jun, 2017 5 commits
-
-
Column comments are not a currently supported feature and should not possess documentation references. Documentation should be readded when the feature is supported once again; until then, the documentation is inaccurate and misleading to users.
Damian Bushong committed -
``` User.findAll({ where: { '$Instruments.name$': { $iLike: '%ooth%' } } include: [{ model: Tool, as: 'Instruments' }] }) ``` Did not have a comma between the key `include` and the key `where`. People who would copy/paste this code would get an error. A comma was added.
YoussefOuirini committed -
Felix Becker committed
-
* Create TOC for class methods, cleanup titles Finding content within the doc is a pain, so adding a link to their sections in the markdown should help. Also styled the class methods in the headings on the page. * Update models-usage.md
Dana Woodman committed -
Jan Aagaard Meier committed
-