Commit Graph

49 Commits

Author SHA1 Message Date
João Jácome
583d6f8c2d Removed boolean | false 2017-02-07 19:12:47 -02:00
João Jácome
0dad7332d1 RethinkDB - Fixed UpdateOptions - Ref: https://www.rethinkdb.com/api/javascript/update/ 2017-02-01 16:05:07 -02:00
João Jácome
a05407ca53 Revert "RethinkDB - Fixed UpdateOptions - Ref: https://www.rethinkdb.com/api/javascript/update/"
This reverts commit c514652a56.
2017-02-01 16:04:36 -02:00
João Jácome
c514652a56 RethinkDB - Fixed UpdateOptions - Ref: https://www.rethinkdb.com/api/javascript/update/ 2017-02-01 15:58:29 -02: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
Alexander Kuhta
9fb2725d0d Moving changes() method to Sequence interface (#13043)
Adjusting `InsertOptions` to be compatible with current rethinkdb driver.
2016-12-20 23:16:07 +09: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
Nathan Shively-Sanders
2f92400b50 More fixes to adjust to released compiler 2016-11-22 08:58:23 -08:00
Mine Yalcinalp Starks
253e456e3c Merge remote-tracking branch 'upstream/master' into types-2.0
Many badly resolved merge conflicts
2016-11-18 20:42:46 -08:00
Alex Gorbatchev
37beef5c62 [rethinkdb] Removing @seanhess as author 2016-10-03 09:48:21 -07:00
Alex Gorbatchev
69edec5c4d [rethinkdb] Fixes boolean operators 2016-10-02 16:59:52 -07:00
Alex Gorbatchev
4601d7808d [rethinkdb] Adds hasFields() 2016-10-02 13:52:38 -07:00
Alex Gorbatchev
dd6c2c88d7 [rethinkdb] Fixes dt testing 2016-10-02 11:15:48 -07:00
Alex Gorbatchev
625b39c951 [rethinkdb] Updates sub() 2016-10-02 09:15:23 -07:00
Alex Gorbatchev
b416006b7f [rethinkdb] Fixes header 2016-10-02 09:06:16 -07:00
Alex Gorbatchev
e1820ba703 [rethinkdb] Fixes r.now() return results 2016-10-02 09:00:01 -07:00
Alex Gorbatchev
655bd4c93b [rethinkdb] Removes Bluebird dependency, adds many missing methods and overloads 2016-09-30 10:32:33 -07:00
Alex Gorbatchev
29bf3b2414 [rethinkdb] Clean up the listing issues in the test 2016-09-30 10:31:54 -07:00
Vladimir Matveev
2a4b0965b8 Merge pull request #11529 from alexgorbatchev/alexgorbatchev/rethinkdb
[rethinkdb] Adds missing method definitions and formats the file
2016-09-28 12:16:47 -07:00
Alex Gorbatchev
317be6bc69 [rethinkdb] Adds types to Cursor methods 2016-09-26 19:59:32 -07:00
Alex Gorbatchev
87a03f83ce [rethinkdb] Applied TypeScript formatting to the file 2016-09-26 19:41:08 -07:00
Alex Gorbatchev
5ac67c6749 [rethinkdb] Adds missing promise methods to Cursor and Connection 2016-09-26 19:40:01 -07:00
Leonard Hecker
568ec4378d Fixed references to Bluebird 2.0 2016-08-11 13:13:12 +02:00
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Mohamed Hegazy
c8379dd3b2 Fix noImplicitAny warnings for rethinkdb 2016-07-08 11:59:44 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
33686b47c5 Lots of fixes 2016-05-04 16:30:29 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
fa204a87d1 Remove obsolesced reference comments 2016-04-27 21:53:46 -07:00
Ryan Cavanaugh
337587de8c Rename external modules to index.d.ts 2016-04-27 21:30:22 -07:00
Ryan Cavanaugh
dc851736af Delete unused tscparams 2016-04-27 20:42:33 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Ryan Cavanaugh
541e24b685 Fix angularjs/angular; 'export declare'/'declare export' 2016-04-25 13:02:25 -07:00
Ryan Cavanaugh
4a433abbf4 Unwrap all lone ambient external modules 2016-04-22 14:12:45 -07:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
hamza zia
3e7df0c95a added rethink promise API 2015-10-14 13:48:59 +08:00
Mohamed Hegazy
2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Sean Clark Hess
9426f5677a 0.9.5 changes to lodash, rethinkdb, and svgjs 2014-01-23 10:19:31 -07:00
Sean Clark Hess
427c9729fb updated rethinkdb. Sequences instead of expressions. Added time. other fixes 2014-01-21 09:45:28 -07:00
Igor Oleinikov
b56ddda6d9 rethinkdb: fixed test 2013-12-19 19:48:57 +04:00
vvakame
a096487886 Repaired CI failed 2013-10-19 22:10:59 +09:00
Sean Clark Hess
7c9f57f719 documentation 2013-10-18 08:55:13 -06:00
Sean Clark Hess
31a7980b23 added rethinkdb 2013-10-18 08:51:03 -06:00