vvakame
065d70e2b5
adhoc fix sequelize/sequelize-tests.ts
2016-02-23 11:04:37 +09:00
Eric Thompson
f87806946a
Added continuation-local-storage access
2016-02-16 22:52:26 -08:00
Alexander James Phillips
1b6bcc7da5
DataTypeDate accepts length parameter option
2016-02-09 23:07:27 +00:00
vvakame
9027703c0b
pass npm run all in new definition-tester
2016-02-10 00:16:03 +09:00
Theo
8b566aaea0
Forgot new in creating the Virtual DataType
2016-02-04 09:40:28 +00:00
Theo
509d82f8de
Add tests for VIRTUAL DataType
2016-02-04 09:38:04 +00:00
Theo
d1777f15c4
Comment for VirtualDataType
2016-02-03 11:45:16 +00:00
Theo
7109dbc7b6
Add constructor for Virtual DataType
2016-02-03 11:27:51 +00:00
Ilya Mochalov
25ef75ce61
validator: updated to v4.5.1
2016-01-25 04:20:55 +05:00
DomiR
808a31e15f
(feature) Fist step to upgrade lodash to 4.0.0
2016-01-23 14:39:10 +01:00
Horiuchi_H
22726c0751
change to use this type
2016-01-19 15:57:43 +09:00
Horiuchi_H
8d948f4a02
fix code format
2016-01-19 15:52:41 +09:00
James O'Cull
41b42c1609
QueryInterface should have sequelize property
2015-12-09 17:08:36 -05:00
James O'Cull
2e5439d881
Revert "Changes to unify transaction support across various interfaces, especially association mixins"
...
This reverts commit 5ff03e2f41 .
2015-12-03 17:29:21 -05:00
James O'Cull
5ff03e2f41
Changes to unify transaction support across various interfaces, especially association mixins
2015-12-03 14:30:10 -05:00
James O'Cull
3ec3169f64
Commit / Rollback on Transaction interface should return promise
2015-12-03 09:55:13 -05:00
James O'Cull
d1daffcdc1
Minor style alignment
2015-11-30 14:31:21 -05:00
James O'Cull
92ca0f084e
Changes to Sequelize validation promise returns that provide the appropriate property definitions for validation errors
2015-11-30 14:23:24 -05:00
James O'Cull
037b4c0597
Fixing incorrect function declaration syntax
2015-11-05 10:18:02 -05:00
James O'Cull
0d3e55398e
Added optional type information for the Sequelize's import define function
2015-11-03 15:46:39 -05:00
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
06f98244b4
Added hasMany associations
2015-10-10 13:55:51 +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
Ali Taheri
7abab20604
Fixed a typo in create mixin's docs
2015-09-29 13:42:02 +03:30
Ali Taheri
c8223d68d2
[Sequelize] Added BelongsTo association mixin helper types.
2015-09-29 13:20:24 +03:30
vvakame
fbbf9cdc0a
adhoc fix sequelize/sequelize-tests.ts
2015-09-03 22:16:43 +09:00
vvakame
29bb04657e
partially fixed sequelize/sequelize.d.ts
2015-09-03 20:30:51 +09:00
Horiuchi_H
080810fc04
modify return type of Instance methods
2015-08-26 14:44:58 +09:00
Horiuchi_H
745b182be1
modify type of refarences model
2015-08-26 14:44:58 +09:00
Horiuchi_H
534746f219
fix indent level
2015-08-26 14:44:58 +09:00
Ivan Drinchev
3f1dd36318
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
sequelize/sequelize.d.ts
2015-08-08 11:27:46 +02:00
Ivan Drinchev
e33745b6ad
Fixed tests for sequelize
2015-08-06 20:28:53 +02:00
Ivan Drinchev
da093877f4
Added definitions for Sequelize 3.4.1
2015-08-06 20:06:25 +02:00
Daisuke Aoki
f02d001d3d
Enable data types to specify options
...
* Add call signatures to definition of Sequelize data types
* ex. `INTEGER(20)`, `ARRAY(Sequelize.INTEGER)`
2015-07-21 18:46:00 +09:00
Daniel Beckwith
9436ac816b
Remove includes from sequelize definition, since it's in lodash's now.
2015-07-07 18:07:52 -04:00
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