Igor Ovsiannikov
d72fa373ae
feat(sequelize): add belongsToMany definition
2015-04-23 19:22:48 +03:00
CodeAnimal
b83e8e238b
Remove legacy node references
...
Remove legacy node references to stop polluting the global namespace
with old node definitions.
2014-09-25 01:21:22 +01:00
CodeAnimal
90528c0ede
Update header info
2014-09-21 01:30:56 +01: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