Commit Graph

393 Commits

Author SHA1 Message Date
Mohamed Hegazy
a569c59c8f Add major version upgrade documentation (#14130)
* Add major version upgrade documentation

* add note about depenencies
2017-01-20 11:19:03 -08:00
Andy
450a426995 Set "target": "es6" where necessary. (#14111) 2017-01-19 06:37:32 -08:00
Andy
ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
5e640e9f20 readme: Clarify how to add oneself as an author (#13917)
Add an optional extended description…
2017-01-10 15:25:34 -08:00
Andy
a13492cbe3 Update comment on TS2.1 (#13883) 2017-01-10 06:29:13 -08:00
Andy Hanson
2379ab7be2 Remove mistakes from readme if we will lint for them anyway 2016-12-30 14:29:50 -08:00
Andy
c72f19ae3c Add section to README about DOM APIs (#13610) 2016-12-29 12:13:21 -08:00
Andy Hanson
2e869dbdc0 Merge branch 'types-2.0' into merge_28dec 2016-12-28 12:38:06 -08:00
Andy Hanson
8f8ba7ac29 Mention missing tslint.json in README 2016-12-24 16:07:32 -05:00
Jason Jarrett
634f7c5af5 note about NuGet 2016-12-23 13:59:24 -08:00
Andy
b96c8d58d5 Add note to README about default exports. (#13442) 2016-12-22 11:22:45 -05:00
Andy
3a9dfff847 Add comment to README describing how to use TypeScript 2.1 (#13474) 2016-12-21 14:37:42 -08:00
Andy
a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Andy Hanson
c325f55b5c Add script to remove a package 2016-12-15 12:47:21 -08:00
Andy Hanson
e7f046c72a Update documentation now that we use the master branch instead of types-2.0 2016-12-13 12:39:57 -08:00
Andy
c968762595 Merge 'master' to 'types-2.0' one last time (#13277)
* Added missing nconf.required(keys) and Provider.required(keys) methods.

* update to 4.7.0, add querycursor.map() and schema.loadClass()

* add error callback for schema.post()

* Added playsInline property as introduced in React 15.3.2

* Add definitions for redux-localstorage and main enhancers (#12580)

* Add definitions for redux-localstorage

* Add definitions for redux-localstorage-filter enhancer

* Add definitions for redux-localstorage-debounce enhancer

* csurf.d.ts relying on CookieOptions from express

It seems express no longer exports `CookieOptions`, we need to import `express-serve-static-core` instead.

* Added height property to IDialogOptions

* versionKey type

* kendo-ui: mark toString() params as optional (#13164)

These function parameters are optional according to the upstream
docs, e.g.
  http://docs.telerik.com/kendo-ui/api/javascript/geometry/matrix#methods-toString

* Ensure that zoneAbbr and zoneName are expected type (string).

* Update moment-timezone.d.ts

* Fix syntax error in interact.d.ts

A parameter name was missing making TypeScript compiler fail.

* adding type for move to fs-extra

* fixing signature of sinon/alwaysReturned based on the http://sinonjs.org/docs/#sinonspy

* increasing version number

* returning back the version number to the origin number

* reversing changes in fs-extra

* Request that PRs have meaningful titles

* Improvement to existing nouislider type definition. (#12033)

* updated nouislider version and added a lot of tests out of the documentation

* corrected intentation

* corrected untyped variables, issue raised by Travis

* incorporated feedback on pull request

* #13037 (#13039)

* #13037

* pointToLayer first argument type fixed
GeoJSON.Point to GeoJSON.Feature<GeoJSON.Point>

* Missing cc in sendgrid packate (#13063)

The sendgrid package was missing the `cc` field, and the `bcc` field had a too generic type (`any` instead of `string[]`, as used on the `setCcs` and `setBccs` below.

* Fixes #12414 (#13076)

* Fixes #12414

* Make applicationServerKey optional

* added ariaLabelledBy and ariaDescribedBy to IModalSettings (#13004)

* Ceymard leaflet (#13007)

* replaced all overrides of LatLng by a single use of LatLngExpression when appropriate

* Changed Point, PointTuple overrides to use PointExpression instead

* Changet use of LatLngBounds and Bounds in general to use the Expression variant instead of having several overrides

* add ElasticSeach 5.x API function for deleteByQuery (#13014)

* add ElasticSeach 5.x API function for deleteByQuery

* use searchParams for deleteByQuery, as theses resemble the documentation.

* add DeleteByQueryParams parameter type.

* add deleteByQuery to tests.

* Make `less` render options optional (#13078)

* Added semver

* Updated gravity definition. (#13088)

* Full Redis client options (#13108)

* Added missing return type to on() methods. (#13082)

* Update react-native.0.29.d.ts (#13118)

drawerPosition is of type `number`
Android DrawerConsts.DrawerPosition.Left is equivalent to DrawerLayoutAndroid.positions.Left
Android DrawerConsts.DrawerPosition.Right is equivalent to DrawerLayoutAndroid.positions.Right

* Upgrade to match braintree-web 3.6.1 (#13098)

* Update to match braintree-web version 3.3.0

* Upgrade to match Braintree-web v3.5.0

* upgrade to match braintree-web 3.6.1

add US bank class

* Fix missing parameters from svg append (#13119)

* Add parameter declarations to append()

* Made insertFirst parameter optional

* Correct missing ‘auto’ option of GridList’s cellHeight (#13094)

* Add new Angular 1.5.9 methods to $compileProvider  (#13096)

* Add new Angular 1.5.9 methods to $compileProvider

Add new methods available in Angular 1.5.9: onChangesTtl(), commentDirectivesEnabled() and cssClassDirectivesEnabled()

* Add JSDoc to Angular 1.59 new methods of $compileProvider

JSDoc for onChangesTtl(), commentDirectivesEnabled() and cssClassDirectivesEnabled() methods.

* Expand $compileProvider JSDoc

Urls added to JSDoc of Angular 1.5.9 new methods .

* Changed type of injectedScript property to string (#13120)

The injectedScript property should take string value with script code, not the bool flag as in current version

* Use unions for openlayers string enums (#13134)

* Update google.maps.MapPane interface (#13122)

* Removing myself (AlStar01) as definition author from angular-material.d.ts (#13125)

* Clarify that notNeededPackages.json is just for packages formerly on DefinitelyTyped (#13156)

* Update Parsimmon typings (#13146)

* Update AmCharts.d.ts (#13170)

* knex: add MySqlConnectionConfig, tests (#13161)

* knex: add MySqlConnectionConfig, tests

* knex: add types for MySqlConnectionConfig queryFormat params

* Add note in readme about tsjs-lib-generator (#13210)

* Remove redux-localstorage packages; added by #13115 instead
2016-12-12 11:00:28 -08:00
Andy
6b3bc735ad Add note in readme about tsjs-lib-generator (#13210) 2016-12-12 09:24:06 -08:00
Andy
b294befbaf Clarify that notNeededPackages.json is just for packages formerly on DefinitelyTyped (#13156) 2016-12-08 13:02:21 -08:00
Nathan Shively-Sanders
06412ff108 Merge pull request #12792 from DefinitelyTyped/tslint_json
Add 'tslint.json' to required files
2016-11-23 14:38:41 -08:00
Nathan Shively-Sanders
745e9b1514 Merge pull request #12755 from DefinitelyTyped/typos
Fix typos
2016-11-23 12:38:17 -08:00
Nathan Shively-Sanders
1d62ee1441 Fix typoes in readme and improve link readability 2016-11-21 08:35:34 -08:00
Andy Hanson
fb051545ca Add 'tslint.json' to required files 2016-11-18 07:54:44 -08:00
Andy Hanson
7746240807 Fix typos 2016-11-17 08:42:43 -08:00
Andy Hanson
85608b4d29 Use baseUrl and typeRoots instead 2016-11-17 07:53:15 -08:00
Andy Hanson
e2b13f3c9e Change instructions for how to test a new type definition 2016-11-17 07:49:33 -08:00
Andy Hanson
b18b48560c Copy README.md and PULL_REQUEST_TEMPLATE.md from types-2.0 2016-11-16 10:02:19 -08:00
Andy Hanson
657ee7a10e Mention that bundled packages don't need a header 2016-11-09 08:42:00 -08:00
Andy
6685090e94 Fix tsconfig in readme (#12107) 2016-10-26 08:42:23 -07:00
Andy
31eb66a8dd Improve README (#12133) 2016-10-26 08:41:58 -07:00
Andy
da44ddef86 Write new README (#12070)
* Write new README

* Add back line about "users like you"

* Mention bundled types
2016-10-19 06:00:46 -07:00
Mohamed Hegazy
4384aab990 Merge pull request #9493 from ngbrown/patch-1
Update README.md to point to Typings instead of tsd
2016-06-21 15:06:28 -07:00
Klaus Sevensleeper
d5b8216161 removed wasted word (#9664) 2016-06-19 11:19:05 +09:00
Nathan Brown
10468a3425 Update README.md to point to Typings instead of tsd
Based on the note on the `tsd` page and the issue DefinitelyTyped/tsd#269, it would make sense to point people to Typings instead.
2016-05-28 08:42:25 -07:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Ben Bodenmiller
0cc0dd9d54 Github -> GitHub 2016-02-15 13:45:20 -08:00
Tim Perry
e120044c7b Update README build status badge to correct URL 2015-12-07 14:57:49 +01:00
Basarat Ali Syed
1d2b45ff73 licence -> license
for consistency 🌹
2015-10-16 16:15:04 +11:00
Igor Sechyn
adb9289a58 reverted travis ci changes in readme 2015-09-28 07:43:30 +10:00
Igor Sechyn
ec96f4e404 Update README.md 2015-09-25 15:40:08 +10:00
Igor Sechyn
9866dda46e added travis build hook 2015-09-25 15:37:59 +10:00
The Gitter Badger
4e2bf8aeb5 Added Gitter badge 2015-06-10 01:55:51 +00:00
Sean Leather
dbbedfe4b5 Show only open request issues
Don't show requests if the issue has been closed.
2015-02-12 14:20:30 +02:00
Patrick Magee
956079a98b Merge remote-tracking branch 'upstream/master'
Conflicts:
	README.md
2014-05-16 23:08:49 +01:00
Bart van der Schoor
a71f0ee0f9 added Google Analytics beacon
so we have some github stats in the GA account to compare to the sites
2014-04-23 13:45:09 +02:00
Bart van der Schoor
47c6498885 moved contributors from README.md to CONTRIBUTORS.md 2014-04-20 15:00:45 +02:00
Bart van der Schoor
45df9cc2da added definitions for joi 2014-04-20 03:13:14 +02:00
vvakame
e68f6bc24f added glob/glob.d.ts 2014-04-18 00:03:04 +09:00
Pavel Zika
0ae5dd9940 Update README.md 2014-04-15 13:29:00 +02:00
keisuke oohashi
a3456013ad Created definitions for 'notify.js' 2014-04-15 16:00:56 +09:00
vvakame
cf3934dd97 added atom/atom.d.ts and dependencies... 2014-04-15 01:56:00 +09:00