Thomas Césaré-Herriau
7f87ea02cc
Fixed PasswordCredential new spec by adding password field. ( #18713 )
...
* Updated CredentialManagement specs to the latest version of 08/04/2017.
* Fixed PasswordCredential definition adding password field
* added tests
2017-08-08 11:39:10 -07:00
remisery
d8097c8945
[vinyl-fs] Refactor typings ( #18735 )
...
* extend api
* Add tslint.json and fix lint errors
* Export DestOptions
* Extend API Definitions
* Fix trailing whitespaces
2017-08-08 11:38:08 -07:00
Steven Masala
5a8bd49815
add missing setStartDate and setEndDate methods ( #18742 )
...
* add missing setStartDate and setEndDate methods (http://www.daterangepicker.com/#methods )
* add name
* version update
2017-08-08 11:32:56 -07:00
Scott
c1cd5c4292
types(rimraf): add the missing options types ( #18740 )
...
* feat(rimraf): add the missing options types
* feat(rimraf): add tslint.json
* refactor: format code
2017-08-08 11:31:39 -07:00
Avindra Goolcharan
7e252c06da
sessionConfig.valid: make optional ( #18748 )
...
`koa-session` does not actually require this validator and will provide a default behavior if its not supplied.
see: cb6d2c8448/lib/context.js (L152-L167)
2017-08-08 11:29:26 -07:00
rycornell
b32b41f3a1
Options.reporters should be a string array ( #18758 )
2017-08-08 11:16:47 -07:00
Igor Oleinikov
ed2d738bbb
Merge pull request #18627 from cervengoc/master
...
[knockout] Change Elements in signatures to Node where reasonable
2017-08-08 10:02:42 -07:00
Andrew Casey
91913303cc
Merge pull request #18722 from amcasey/Base64Typo
...
base64-js: Correct typo in test case
2017-08-07 18:23:36 -07:00
Andrew Casey
a3488f59ed
Merge pull request #18655 from chrissinclair/master
...
[fetch-mock] Added missing flush() method to FetchMockStatic
2017-08-07 18:11:18 -07:00
Andrew Casey
407a0d5446
Merge pull request #18672 from vincaslt/master
...
Add removeAll() definition to react-notification-system-redux
2017-08-07 17:56:00 -07:00
Andrew Casey
d7f10195da
Merge pull request #18670 from azulay7/master
...
flatpicker plugins type support
2017-08-07 17:55:13 -07:00
Andrew Casey
9f8b4e107d
Merge pull request #18684 from cleverguy25/react-faux-dom-withFauxDOM
...
React faux dom support for higher order component withFauxDOM
2017-08-07 17:49:16 -07:00
Andrew Casey
3d5874ded8
Merge pull request #18703 from dcherman/raven-shouldsend
...
Raven: add `shouldSendCallback`
2017-08-07 16:56:33 -07:00
Andrew Casey
459d83be11
Correct typo
2017-08-07 16:28:36 -07:00
Daniel Herman
49013b7277
Correctly identify a few methods as polymorphic
...
Since these methods return `this`, we should modify the return value to
reflect that so that inherited classes have the return type appropriately
identified as the inherited class
2017-08-07 14:09:42 -04:00
Daniel Herman
9379410e90
Correct the return types for wrap and context
...
The `wrap` function accepts a function and returns a function that returns
the value from said function, not the Raven instance. `context` is
implemented in terms of `wrap` and as such should have a return type
corresponding to the value returned from the wrapped function.
Ref:
d359ff776d/lib/client.js (L323-L360)
2017-08-07 13:52:03 -04:00
Daniel Herman
841d4801dc
Remove non-existent argument from context
...
The `onErr` argument no longer exists on the `context` and `wrap` methods
as of Raven 2.0.0
8a88d5d4f8
2017-08-07 13:50:30 -04:00
Daniel Herman
d2dfe1e49e
add shouldSendCallback
2017-08-07 12:47:31 -04:00
Cleve Littlefield
15a46676aa
Increment version.
2017-08-07 01:09:37 -07:00
Cleve Littlefield
2f6f1e5ca8
Fix lint errors.
2017-08-07 01:02:08 -07:00
Cleve Littlefield
b503e62b3e
Add to Definitions by section.
2017-08-07 00:52:14 -07:00
Cleve Littlefield
acd4c61167
withFauxDOM, connectFauxDOM, animateFauxDOM? support
2017-08-07 00:48:55 -07:00
Eloy Durán
1514d1b834
Merge pull request #18665 from SahinVardar/master
...
Add typings for react-native-sensor-manager
2017-08-06 13:35:13 -04:00
BIKS\amit
7fb16692ad
update to array of any
2017-08-06 18:13:30 +03:00
Vincas Stonys
bed9a94a7a
Add removeAll() definition to react-notification-system-redux
2017-08-06 16:00:06 +03:00
BIKS\amit
9c14489f0c
flatpicker plugins type support
2017-08-06 09:51:48 +03:00
Sahin Vardar
03c324b1d0
Add typings for react-native-sensor-manager
...
* Added NativeModulesStatic interface which is used as a type for NativeModule var in react-native type definition.
* Now you can argument NativeModule through augmenting NativeModuleStatic.
* Added NativeModuleStatic augmentation for react-native-sensor-manager which adds the SensorManager to the NativeModules.
* Augmented DeviceEventEmitterStatic which adds type informations to 'addListener' function which works in conjunction with SensorManager.
2017-08-05 22:59:01 +02:00
Chris Sinclair
405347a636
[fetch-mock] Added missing flush() method to FetchMockStatic
2017-08-05 13:34:07 +01:00
Dmytro Borysov
e4aa15b7b3
[react-router-redux] - switching action type from string to a specific string ( #18566 )
...
* [react-router-redux] - switching action type from `string` to a specific string
* [react-router-redux] - exposing value instead of type
2017-08-04 17:18:30 -07:00
Dimitri Benin
89e1856678
[p-try] introduce typings ( #18586 )
...
Add an optional extended description…
2017-08-04 17:17:51 -07:00
dylandupreez
f1ee5b73a5
Added: coverScreen property missin gbut specified in documentation ( #18415 )
...
* Added: coverScreen property missin gbut specified in documentation
* Incremented version number as this is that latest version of the node module
* Fixed: Whitespace issues
* Fixed: trailing whitespace in comment
2017-08-04 17:14:11 -07:00
Dimitri Benin
257d5eb891
[base64url] remove typings provided by package directly ( #18335 )
...
Add an optional extended description…
2017-08-04 17:12:29 -07:00
Dimitri Benin
1c83708f54
[angular-ui-router-default] remove typings provided by package directly ( #18332 )
2017-08-04 17:11:19 -07:00
Dimitri Benin
504307dd8f
[ag-grid] remove typings provided by package directly ( #18330 )
...
Add an optional extended description…
2017-08-04 17:10:58 -07:00
Dimitri Benin
1d7334ebed
[marked] add missing typings, add more specific typings, lint ( #18327 )
2017-08-04 17:10:16 -07:00
Sebastian Clausen
4bb9d6ce15
missing types in declaration for source in Layer ( #18241 )
...
Add an optional extended description…
2017-08-04 17:07:24 -07:00
Jake Ginnivan
7f966ebe48
Adding preloader and default theme modules to spectacle ( #18505 )
...
* Adding preloader and default theme modules
* Updated version number
2017-08-04 16:59:54 -07:00
Michael Strobel
fe5b420de2
[smoothscroll-polyfill] Add type definitions ( #18618 )
...
Add an optional extended description…
2017-08-04 16:57:17 -07:00
Michael Strobel
8a6349f455
[hpp]: Add type definitions ( #18619 )
...
Add an optional extended description…
2017-08-04 16:53:42 -07:00
Diogo do Carmo
c04b681612
Add useForeground to TouchableNativeFeedback ( #18617 )
2017-08-04 16:47:23 -07:00
Nick Zelei
5467f51f78
updated SwaggerRouterOptions. ( #18613 )
...
updated SwaggerRouterOptions to include missing option.
2017-08-04 16:43:43 -07:00
Scott Cooper
72b910cdf0
add parseUser config ( #18610 )
2017-08-04 16:43:22 -07:00
Elliot Blackburn
1a77542902
Update helmet types with support for expect-ct ( #18609 )
...
* Update helmet types with support for expect-ct
* Correct helmet expectCt summary
2017-08-04 16:42:58 -07:00
rycornell
aa9e285291
Options.services should be a string array ( #18624 )
...
Add an optional extended description…
2017-08-04 16:39:26 -07:00
Brian Coleman
72d1e73d61
chrome - webrequest.onAuthRequired.addListener ( #18629 )
...
Fix callback parameter signature passed to webRequest.onAuthRequired.addListener.
2017-08-04 16:36:40 -07:00
Dimitri Benin
094bb30f88
[pino] add typings for v4.7, enable linting & strictNullChecks ( #18634 )
...
* [pino] add typings for v4.7, enable linting & strictNullChecks
* [pino] make Logger instance extend EventEmitter, overload EventEmitter interfaces
2017-08-04 16:35:36 -07:00
Rich Seviora
27510572ea
React - Adding ComponentLifecycle Documentation ( #18642 )
...
Add an optional extended description…
2017-08-04 16:26:12 -07:00
Thomas Césaré-Herriau
19aea6b3ce
Updated CredentialManagement specs to the latest version of 08/04/2017. ( #18643 )
2017-08-04 16:25:12 -07:00
Ismail Syed
e189253e24
Add NamedChunksPlugin ( #18644 )
2017-08-04 16:24:47 -07:00
Leonard Thieu
879ee09301
[gulp-uglify] Update type definitions to v3.0 ( #18514 )
...
* [gulp-uglify] Update type definitions to v3.0.
* [gulp-uglify] Use existing declaration for `minify`.
2017-08-04 16:19:13 -07:00