Commit Graph
16181 Commits
Author SHA1 Message Date
Nicholas Albion 98ff9a0a9c moved HitType 2016-01-15 14:30:46 +11:00
Nicholas Albion a4d7c74e72 hitType: string, // 'event' 2016-01-15 14:23:30 +11:00
Nicholas Albion da079d9eda added missing commas 2016-01-15 10:53:32 +11:00
Nicholas Albion ac5fc67d21 expanded upon event API 2016-01-14 23:54:30 +11:00
Nicholas Albion 2acb434381 expanded upon event API 2016-01-14 23:50:59 +11:00
Horiuchi_H d1f6bde13f Merge pull request #7615 from Brooooooklyn/issue/gulp-replace
fix gulp-replace import
2016-01-14 17:06:07 +09:00
Horiuchi_H 4c845eb2c4 Merge pull request #7589 from guischdi/master
updated signature of shell.task()
2016-01-14 17:05:27 +09:00
Horiuchi_H 0c1cbd19c1 Merge pull request #7606 from nimish/update-convict
Update convict definitions to add custom formats
2016-01-14 17:04:20 +09:00
Horiuchi_H 5629124abe Merge pull request #7602 from SamVerschueren/camelcase
add camelcase
2016-01-14 16:36:54 +09:00
Horiuchi_H ca19b16c38 Merge pull request #7603 from SamVerschueren/dot-prop
add dot-prop
2016-01-14 16:35:53 +09:00
Horiuchi_H 7a0f2c667d Merge pull request #7601 from Norgerman/master
change ResultSet.rows from Object[] to any[]
2016-01-14 16:33:58 +09:00
Horiuchi_H 14ad56b02a Merge pull request #7599 from vangorra/master
Adding subscribe method to meteor angular IScope.
2016-01-14 16:32:02 +09:00
Long Yinan 22198fa697 fix gulp-replace import 2016-01-14 09:53:40 +08:00
Nimish Telang 7581efb4eb Update docs 2016-01-13 18:00:50 +00:00
Nimish Telang 592d0403d1 Refine format type in schema 2016-01-13 17:59:59 +00:00
Nimish Telang 981c9d1112 Add missing methods to config 2016-01-13 17:18:43 +00:00
Nimish Telang 321e862d5a Update convict definitions to add custom formats 2016-01-13 14:50:10 +00:00
Sam Verschueren 8b515b2363 add dot-prop 2016-01-13 08:51:58 +01:00
Sam Verschueren cf21ce49f0 add camelcase 2016-01-13 08:42:58 +01:00
Norgerman 15b9154db2 change ResultSet.rows from Object[] to any[] 2016-01-13 13:59:22 +08:00
Horiuchi_H 1984ea435f Merge pull request #7569 from uweg/master
Added relativeUrls to IOptions
2016-01-13 12:53:12 +09:00
Horiuchi_H 11d8dea251 Merge pull request #7600 from tkrotoff/gulp-filter
Add definitions for gulp-filter
2016-01-13 12:52:20 +09:00
Tanguy Krotoff 1735153b55 Add definitions for gulp-filter (https://github.com/sindresorhus/gulp-filter) 2016-01-13 04:20:47 +01:00
Horiuchi_H f85b83dbbf Merge pull request #7586 from galtalmor/master
Updated Moment JS to version 2.11.1.
2016-01-13 11:50:04 +09:00
Horiuchi_H 473ba71d5f Merge pull request #7594 from nimish/update-helmet
Update helmet CSP typings
2016-01-13 11:47:24 +09:00
Horiuchi_H a7d4310d00 Merge pull request #7593 from jhasselkus/mongoose-fix-7499
mongoose.d.ts Document interface should define _id as any
2016-01-13 11:45:28 +09:00
Horiuchi_H 4b089299a8 Merge pull request #7585 from AyaMorisawa/del-2.2.0
Update del.d.ts 1.2.0 -> 2.2.0
2016-01-13 11:38:29 +09:00
Horiuchi_H a08e48ef39 Merge pull request #7580 from philippstucki/master
Add Definitions for node-rsync
2016-01-13 11:26:40 +09:00
vangorra f7bbba882d Adding subscribe method to meteor angular IScope. 2016-01-12 18:19:50 -08:00
Nimish Telang 022f77341e Update helmet CSP typings 2016-01-12 16:32:50 +00:00
John Hasselkus 97ec10cb6c mongoose.d.ts Document interface should define _id as any
In the Document interface definition of mongoose.d.ts, the _id field
definition of _id: Types.ObjectId was wrong, as it can be any type. This
commit changes the definition to _id: any to allow interfaces that
extend Document to refine the definition of _id as appropriate to match
the schema of the model/collection.
2016-01-12 10:14:33 -06:00
Gal Talmor 8aacd9222c Updated to version 2.11.1. Added now function in MomentStatic. Added isSameOrBefore and creationData in Moment. 2016-01-12 18:02:48 +02:00
Gal Talmor fc129dfe1a Updated to version 2.11.1. Added now function in MomentStatic. Added isSameOrBefore and creationData in Moment. 2016-01-12 17:51:02 +02:00
guischdi 56d7915c3a Merge pull request #1 from guischdi/patch-1
update shell.task() signature
2016-01-12 15:58:45 +01:00
guischdi 4f99c3c7e5 update shel.task() signature
add done function to method signature of shell.task()
2016-01-12 15:18:58 +01:00
Gal Talmor ba4191f9dd Updated to version 2.11.1. Added now function in MomentStatic. Added isSameOrBefore and creationData in Moment. 2016-01-12 16:17:07 +02:00
Aya Morisawa a4931e6907 Update del.d.ts 1.2.0 -> 2.2.0 2016-01-12 23:10:54 +09:00
Gal Talmor 4e337298f5 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2016-01-12 16:09:31 +02:00
Gal Talmor 4cdea2aaeb Updated to version 2.11.1. Added now function in MomentStatic. Added isSameOrBefore and creationData in Moment. 2016-01-12 15:37:58 +02:00
John Reilly 984a41af67 Merge pull request #7579 from mth0348/master
Added missing options to SliderOptions and DialogOptions
2016-01-12 13:30:58 +00:00
Philipp Stucki 60ec68376b small linting fixes 2016-01-12 14:10:24 +01:00
Philipp Stucki c491f170ac removes obsolete source() definition 2016-01-12 11:13:53 +01:00
Philipp Stucki ac0fcd9ac8 adds definitions for https://github.com/mattijs/node-rsync 2016-01-12 11:04:46 +01:00
Horiuchi_H faa49cc680 Merge pull request #7575 from mshmelev/patch-2
Support TypeScript 1.7 modules
2016-01-12 17:22:31 +09:00
Horiuchi_H 9bf971cacc Merge pull request #7574 from chrootsu/node-crypto
node: definition of the module "crypto" has been changed
2016-01-12 17:18:22 +09:00
Matthias Thomann 57112090da Added missing options to SliderOptions and DialogOptions 2016-01-12 08:45:04 +01:00
Max Shmelev ceedbb3550 Support TypeScript 1.7 modules
This fix allows to import modules in TypesScript 1.7 using `import` keyword, like:
import * as sinonChai from 'sinon-chai';

The current version gives compilation error: "Module sinon-chai resolves to a non-module entity"
2016-01-11 18:34:47 -05:00
Ilya Mochalov 39e510415c node: definition of the module "crypto" has been changed 2016-01-12 01:54:02 +05:00
Urs Wegmann 4146ca6918 Add relativeUrls to IOptions 2016-01-11 17:09:44 +01:00
Masahiro Wakame 627b6c158b Merge pull request #7304 from errorx666/easing
add easing functions to jquery and jqueryui
2016-01-12 00:16:41 +09:00