Moes
|
215df3cd35
|
Update Knockout.d.ts
update `objectForEach` to include key value
add `addOrRemoveItem`
consolidate `arrayPushAll` into one line using the `|` operator
enabling `setTextContent` IT's PART OF THE MINIFIED API SURFACE https://github.com/knockout/knockout/blob/master/src/utils.js#L599
|
2015-10-08 15:04:28 +10:00 |
|
Moes
|
fd7aa0a879
|
Update Knockout.d.ts
add `objectForEach` and `setPrototypeOf` to `KnockoutUtils` interface
|
2015-10-07 14:26:14 +10:00 |
|
Moes
|
c67995d1ec
|
Update jquery.fileuploade.d.ts
|
2015-09-18 13:28:05 +10:00 |
|
Masahiro Wakame
|
af81415504
|
Merge pull request #5505 from vvakame/fix-sequelize-fixtures
fix `npm run all` failed. sequelize-fixtures
|
2015-08-23 21:11:55 +09:00 |
|
vvakame
|
690513a198
|
fix npm run all failed. sequelize-fixtures
|
2015-08-23 21:08:48 +09:00 |
|
Masahiro Wakame
|
8f081073e6
|
Merge pull request #5482 from tkQubo/envify#10
Add envify
|
2015-08-22 01:21:01 +09:00 |
|
tkQubo
|
0472794599
|
Add missing semicolon
|
2015-08-22 01:13:31 +09:00 |
|
tkQubo
|
69c5732a87
|
Add envify
|
2015-08-22 01:11:43 +09:00 |
|
Masahiro Wakame
|
f984618d3a
|
Merge pull request #5455 from joeskeen/gulp-if
Added overloads to gulp-if and added documentation
|
2015-08-22 01:06:13 +09:00 |
|
Masahiro Wakame
|
c78e667b5f
|
Merge pull request #5471 from tkQubo/issue#15
Add node-notifier
|
2015-08-22 00:56:16 +09:00 |
|
Masahiro Wakame
|
9d24233e63
|
Merge pull request #5460 from tkQubo/orchestrator
Add Orchestrator
|
2015-08-22 00:55:49 +09:00 |
|
Masahiro Wakame
|
247be00442
|
Merge pull request #5418 from tomc974/gulp-less
[gulp-less] Update the definition of IOptions
|
2015-08-22 00:54:19 +09:00 |
|
Masahiro Wakame
|
e6e49c72e8
|
Merge pull request #5479 from joeskeen/gulp-plumber
Definitions for gulp-plumber
|
2015-08-22 00:53:44 +09:00 |
|
Masahiro Wakame
|
ec5d3c47d4
|
Merge pull request #5448 from rogierschouten/sinon_16
Update Sinon typings for Sinon 1.16.0
|
2015-08-22 00:52:54 +09:00 |
|
Masahiro Wakame
|
780ea2e142
|
Merge pull request #5447 from TimChen44/patch-1
Update ionic.d.ts
|
2015-08-22 00:51:51 +09:00 |
|
Masahiro Wakame
|
246b752d8a
|
Merge pull request #5309 from nnchang/bugfix/codemirror-editor-configuration
CodeMirror: EditorConfiguration.lint can be boolean
|
2015-08-22 00:51:27 +09:00 |
|
tkQubo
|
3455df2c14
|
Rename test file
|
2015-08-22 00:51:02 +09:00 |
|
tkQubo
|
00db3ad4b0
|
Rename test file
|
2015-08-22 00:49:45 +09:00 |
|
Masahiro Wakame
|
3c6079113c
|
Merge pull request #5414 from gabrielmaldi/ydn-db
Definitions for ydn-db
|
2015-08-22 00:49:17 +09:00 |
|
Masahiro Wakame
|
e659912f81
|
Merge pull request #5477 from stpettersens/master
Type definitions and tests for upper-case-first
|
2015-08-22 00:48:50 +09:00 |
|
Masahiro Wakame
|
e509712de5
|
Merge pull request #5405 from fbarriga/fbarriga/lodash_fixes3
lodash: fix pull, remove, fill, pluck
|
2015-08-22 00:46:35 +09:00 |
|
Masahiro Wakame
|
fd0c94610a
|
Merge pull request #5404 from fbarriga/fbarriga/lodash_fixes2
lodash: Fix _.has and _.result
|
2015-08-22 00:46:12 +09:00 |
|
Masahiro Wakame
|
0cb29f9653
|
Merge pull request #5476 from Oblosys/master
Add typings & tests for oblo-util-0.6.4
|
2015-08-22 00:45:52 +09:00 |
|
Masahiro Wakame
|
f36cbcd914
|
Merge pull request #5319 from pimterry/lodash-concat
Make lodash _().concat support its full auto-flattening API
|
2015-08-22 00:43:49 +09:00 |
|
Masahiro Wakame
|
8d65278ab0
|
Merge pull request #5400 from Zenorbi/master
Added definition for node-apn
|
2015-08-22 00:43:31 +09:00 |
|
Masahiro Wakame
|
e8a5831c54
|
Merge pull request #5475 from Ritzlgrmft/master
Property manufacturer added to Cordova.Device
|
2015-08-22 00:40:56 +09:00 |
|
Masahiro Wakame
|
a723904104
|
Merge pull request #5473 from adammartin1981/master
Allow for ES6 Import of Restangular
|
2015-08-22 00:38:41 +09:00 |
|
Masahiro Wakame
|
e45cb5d3fa
|
Merge pull request #5449 from myitcv/typed_postal
Add type parameters to postal channel definitions et al
|
2015-08-22 00:27:51 +09:00 |
|
Joe Skeen
|
4e950fdf8c
|
add explicit any type for error handler parameter (since any type can be thrown in JS)
|
2015-08-21 09:26:23 -06:00 |
|
Masahiro Wakame
|
d2109a88d7
|
Merge pull request #5467 from chrootsu/lodash-clone
lodash: changed _.clone() and _.cloneDeep() methods
|
2015-08-22 00:25:12 +09:00 |
|
Masahiro Wakame
|
f07a6ce260
|
Merge pull request #5465 from chrootsu/lodash-trunc
lodash: changed _.trunc() method
|
2015-08-22 00:24:25 +09:00 |
|
Masahiro Wakame
|
ea1eb57458
|
Merge pull request #5464 from socotra/master
Correct history.js return type annotations
|
2015-08-22 00:24:04 +09:00 |
|
Masahiro Wakame
|
ce35ff8e10
|
Merge pull request #5459 from marknadig/angular-ui-scroll
angular-ui-scroll typings and tests
|
2015-08-22 00:18:10 +09:00 |
|
Joe Skeen
|
58fe0b0e72
|
Definitions for gulp-plumber
|
2015-08-21 09:17:54 -06:00 |
|
Masahiro Wakame
|
dc05beab53
|
Merge pull request #5458 from RedSeal-co/chore/TSD-upstream-for-semaphore_101695830
semaphore v1.0.3
|
2015-08-22 00:16:29 +09:00 |
|
Masahiro Wakame
|
684fce5147
|
Merge pull request #5457 from rhysd/auto-launch
Added definitions for auto-launch package
|
2015-08-22 00:15:03 +09:00 |
|
Masahiro Wakame
|
f7426019c6
|
Merge pull request #5456 from AyaMorisawa/patch-1
Fix return value of transform in request-promise.d.ts
|
2015-08-22 00:11:44 +09:00 |
|
Masahiro Wakame
|
14f6b9a696
|
Merge pull request #5454 from jbghoul/patch-1
HighchartsDateTimeFormats: add missing millisecond
|
2015-08-22 00:05:26 +09:00 |
|
Masahiro Wakame
|
32f64957bf
|
Merge pull request #5452 from tomc974/gulp-newer
[gulp-newer] Add type definitions
|
2015-08-21 23:59:54 +09:00 |
|
Masahiro Wakame
|
ef02f3e9cb
|
Merge pull request #5451 from DevExpress/master
Update to 15.1.6
|
2015-08-21 23:58:26 +09:00 |
|
Masahiro Wakame
|
fe56b92e87
|
Merge pull request #5450 from tomc974/gulp-changed
[gulp-changed] Add type definitions
|
2015-08-21 23:54:03 +09:00 |
|
Masahiro Wakame
|
4b8efa4350
|
Merge pull request #5220 from daltin/master
httpBackend updated to match Angular documentation
|
2015-08-21 23:41:47 +09:00 |
|
Nick Chang
|
0a9004eb58
|
CodeMirror: EditorConfiguration.lint can be boolean
|
2015-08-21 07:41:34 -07:00 |
|
tkQubo
|
0089d2ac52
|
Add node-notifier
|
2015-08-21 23:40:36 +09:00 |
|
Masahiro Wakame
|
45830ea590
|
Merge pull request #5444 from fongandrew/master
Definitions for Segment's analytics.js library
|
2015-08-21 23:37:37 +09:00 |
|
Masahiro Wakame
|
ada7187aaf
|
Merge pull request #5443 from chrootsu/lodash-isUndefined
lodash: changed _.isUndefined() method
|
2015-08-21 23:35:26 +09:00 |
|
tkQubo
|
422b006d39
|
Use external module
|
2015-08-21 23:31:59 +09:00 |
|
tkQubo
|
8cc0285d34
|
Add missing type annotations
|
2015-08-21 23:31:59 +09:00 |
|
tkQubo
|
8a1945e638
|
Add Orchestrator
|
2015-08-21 23:31:59 +09:00 |
|
Masahiro Wakame
|
931f5e54f5
|
Merge pull request #5442 from chrootsu/lodash-deburr
lodash: changed _.deburr() method
|
2015-08-21 22:59:51 +09:00 |
|