fullflavedave
1a2531a895
Fixed README. Readded Accounts._hashPassword fix from merge #14718 that was just overwritten.
2017-03-08 08:31:02 -08:00
fullflavedave
ad1c05f5f1
Readded Accounts._hashPassword fix from merge #14718 that was just overwritten.
2017-03-08 08:27:20 -08:00
fullflavedave
6ff25b926e
Readded Accounts._hashPassword fix from merge #14718 that was just overwritten.
2017-03-08 08:18:17 -08:00
Birk Skyum
9d4c31f2ba
Format header such that it passes npm test
2017-03-07 13:29:27 +01:00
Birk Skyum
a0d7b386b9
Change indentation to 4 spaces
2017-03-07 13:12:50 +01:00
Birk Skyum
233a6f5865
Remove old deprecation warning
2017-03-07 12:48:12 +01:00
Birk Skyum
1eae9816b7
Update Meteor type definitions v1.4
2017-03-07 12:47:22 +01:00
Mine Starks
55a6ebc668
Merge pull request #14624 from Richie765/patch-1
...
Correct Meteor Status type
2017-03-06 17:56:45 -08:00
Richard
2499fa7b25
Add missing Accounts._hashPassword
2017-02-18 16:51:09 -03:00
Richard
9290138941
Correct Meteor Status type
2017-02-14 17:38:52 -03: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
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
Ryan Cavanaugh
a4f5ae3098
Merge commit 'upstream/master~250' into merge_7_25
2016-07-26 18:03:56 -07:00
Ryan Cavanaugh
e94e9a8630
Merge commit 'upstream/master~450' into merge_7_25
2016-07-26 13:40:56 -07:00
Ryan Cavanaugh
5e9440c8ad
Merge commit 'upstream/master~700' into merge_7_25
...
# Conflicts:
# angular-ui-router/angular-ui-router.d.ts
# bookshelf/bookshelf-tests.ts
# bookshelf/bookshelf.d.ts
# enzyme/enzyme-tests.tsx
# enzyme/enzyme.d.ts
# escodegen/escodegen-tests.ts
# helmet/helmet.d.ts
# joi/joi.d.ts
# knex/knex-tests.ts
# moment/index.d.ts
# mongoose/index.d.ts
# pg/pg.d.ts
# react-select/react-select-tests.tsx
# soap/index.d.ts
# ssh2/ssh2.d.ts
# turf/turf-tests.ts
# underscore.string/underscore.string.d.ts
2016-07-25 16:10:34 -07: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
Raghav Katyal
395c4e1639
Turning on consistent casing flag and fixing failures
2016-06-30 15:14:49 -07:00
Mohamed Hegazy
32147284a1
Merge pull request #9131 from DmitryEfimenko/master
...
added ObjectID methods
2016-06-27 09:19:20 -07:00
Dave Allen
f1e58fbffa
Deprecated and updated README appropriately ( #9652 )
...
* Deprecated, fixed tests to pass
* Improved deprecation message in README
2016-06-19 10:28:10 +09:00
Dave Allen
ba5a120b99
Improved deprecation message in README
2016-06-14 11:54:31 -07:00
Dave Allen
f3138d9170
Deprecated, fixed tests to pass
2016-06-14 11:49:26 -07:00
Tristan Geraets
6d46dce92e
Update meteor.d.ts ( #9323 )
...
Missing property Meteor.isTest added, this flag is missing from the official docs as well but referenced in the [guide](http://guide.meteor.com/v1.3/testing.html#test-modes )
2016-05-15 02:48:53 +09:00
Ryan Cavanaugh
e105eabd48
Remove invalid references
2016-05-10 16:27:59 -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
7a47e67dcc
Start preparing for path- transition
2016-05-09 13:47:53 -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
DmitryEfimenko
bd94746074
added ObjectID methods
...
according to
[docs](https://docs.mongodb.org/manual/reference/method/js-constructor/ )
2016-04-27 23:58:34 -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
Dave Allen
402a133aab
Fixed header
2016-03-30 11:51:32 -07:00
Dave Allen
196a892e6e
Reverted module declarations back to namespace declarations.
2016-03-30 11:45:35 -07:00
Dave Allen
34c761bb51
Updated for Meteor 1.3. Added more tests to verify recent updates to definitions.
2016-03-30 11:16:17 -07:00
vvakame
7de6c3dd94
Merge branch 'master' into rename-repo-url
2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4
replace internal module to namespace
2016-03-17 02:18:10 +09:00
vvakame
56295f5058
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
2016-03-17 00:55:26 +09:00
Alex
cc4e272bbf
Update meteor.d.ts
2016-02-24 16:54:15 +08:00
vvakame
9027703c0b
pass npm run all in new definition-tester
2016-02-10 00:16:03 +09:00
Horiuchi_H
bc92442c07
change CRLF to LF
2016-02-08 12:01:16 +09:00
Maciej Kucharski
4d5f70f153
updated and fixed failing meteor tests
2016-02-04 16:01:06 +01:00
Maciej Kucharski
794ad5905b
Meteor.Error constructor can be also called with (number, string?, string?)
...
see: http://docs.meteor.com/\#/full/meteor_error
Even though property is specified as example right below shows usage with a number instead.
2016-02-04 16:00:23 +01:00
Maximilian Friedmann
2830f7f722
Update meteor.d.ts
...
collection.remove returns the number of removed items, just like update/upsert etc., see http://docs.meteor.com/#/full/remove
2015-11-25 22:54:59 +01:00
Dave Allen
22d5a3bccc
Updated definitions for Meteor version 1.2.0.2
2015-10-07 14:25:59 -07:00
Dave Allen
c38e954360
Updated Meteor definitions for Meteor version 1.2.0.2
2015-10-06 12:05:49 -07:00
Sebastian Clausen
92e42e0b5a
made parameter of interface ObjectID optional
2015-09-30 16:05:13 +02:00
Daniel Rosenwasser
58345fc448
Merge branch 'master' into handleExtraObjectLiteralProperties
...
Conflicts:
angular-ui-bootstrap/angular-ui-bootstrap-tests.ts
2015-08-17 12:28:46 -07:00
Daniel Rosenwasser
b0c077fdd3
'Selector' shouldn't extend 'Object' in 'meteor'.
2015-08-10 18:15:51 -07:00
vvakame
eba9f1e2ff
remove unrequired .tscparams
2015-08-08 15:41:13 +09:00