Commit Graph

10 Commits

Author SHA1 Message Date
Ali Taheri
ab6a8f4a29 Added belongsToMany associations and tests 2015-10-10 16:42:08 +03:30
Ali Taheri
2a504785a7 Minor improvements to how mixed types are handled 2015-10-10 15:41:00 +03:30
Ali Taheri
7fa421d03f Added hasMany associations tests + tiny fix 2015-10-10 14:53:41 +03:30
Ali Taheri
4f278188db Added has-one + tests and improved naming and code format [Few Breaking Changes] 2015-10-06 11:58:13 +03:30
vvakame
fbbf9cdc0a adhoc fix sequelize/sequelize-tests.ts 2015-09-03 22:16:43 +09:00
Horiuchi_H
534746f219 fix indent level 2015-08-26 14:44:58 +09:00
Ivan Drinchev
da093877f4 Added definitions for Sequelize 3.4.1 2015-08-06 20:06:25 +02:00
Igor Ovsiannikov
d72fa373ae feat(sequelize): add belongsToMany definition 2015-04-23 19:22:48 +03:00
CodeAnimal
6c13e8c670 Add missing Promise/A methods
- Update Model#Find method to now accept a number as the first parameter
as well as an options object.
- Fix Travis Ci failures.
- Add Promise/A method tests.
2014-09-21 01:25:27 +01:00
CodeAnimal
dff9ed29ab Add Sequelize type definition
The bulk of this work was done by samuelneff
<https://github.com/samuelneff> here:
https://github.com/samuelneff/sequelize-auto-ts/blob/master/lib/sequelize.d.ts

I just converted it to an external module, and updated it in areas to
the latest API version (2.0.0 dev13), and improved it a little here and
there.
2014-09-20 23:57:48 +01:00