Releases: DefinitelyTyped/tsd
v0.6.5
v0.6.5-beta.2
fix - link
command with --config
flag.
related #216
fix - find '_debugger' from DefinitelyTyped
related #193
To install the beta version:
npm install [email protected] -g
v0.6.5-beta
fix - reinstall --clean
command must clean the typings directory using path relative to config file
related #184 (comment), #151, #203
To install the beta version:
npm install [email protected]
v0.6.4
Changelog
Prevent 'install' and 'reinstall' command to execute 'link' operation
related #204 angular/angular#3740 palantir/tslint#606
reverted "reinstall" implementation. Added "--clean" switch to "reinstall" command
tsd reinstall --clean
This will install all definitions from tsd.json and remove all unreferenced typings.
The exception handler has been improved
- Now always we have an exception a log file named
tsd-debug.log
will be created. This file follows the npmnpm-debug.log
file concept. Now we can attach this file to submit with an issue always we have an exception. This file will be something like this:
Example:
Trying to use tsd with the command tsd query jquery
without an internet connection I got an error like this:
[ERR!] cwd : /home/.../tsd
[ERR!] os : Linux 3.19.0-21-generic
[ERR!] argv : "node" ".../build/cli.js" "query" "jquery"
[ERR!] node : v0.12.4
[ERR!] tsd : 0.6.3
[ERR!] Error: getaddrinfo EAI_AGAIN
[ERR!] CODE : EAI_AGAIN
[ERR!] getaddrinfo EAI_AGAIN
This is most likely not a problem with tsd itself
and is related to network connectivity.
In most cases you are behind a proxy or have bad network settings.
If you are behind a proxy, please make sure that the
'proxy' config is set properly. See: https://github.com/DefinitelyTyped/tsd#tsdrc
[ERR!] .tsdrc could not be retrieved
[ERR!] Please include the following file with any support request:
/tsd-debug.log
- Now we have a friendly error message when the GitHub API rate-limit is reached. #178
[ERR!] GitHub API: GitHub rate limit reached.
To increase the limit use GitHub authentication.
See: https://github.com/DefinitelyTyped/tsd#tsdrc
tsd "install --save" now include overwrite flag automatically
support tsd link for npm scoped packages
v0.6.4-beta
Install via npm
npm install [email protected] -g
Changelog
reverted "reinstall" implementation. Added "--clean" switch to "reinstall" command
tsd reinstall --clean
This will install all definitions from tsd.json and remove all unreferenced typings.
The exception handler has been improved
- Now always we have an exception a log file named
tsd-debug.log
will be created. This file follows the npmnpm-debug.log
file concept. Now we can attach this file to submit with an issue always we have an exception. This file will be something like this:
Example:
Trying to use tsd with the command tsd query jquery
without an internet connection I got an error like this:
[ERR!] cwd : /home/.../tsd
[ERR!] os : Linux 3.19.0-21-generic
[ERR!] argv : "node" ".../build/cli.js" "query" "jquery"
[ERR!] node : v0.12.4
[ERR!] tsd : 0.6.3
[ERR!] Error: getaddrinfo EAI_AGAIN
[ERR!] CODE : EAI_AGAIN
[ERR!] getaddrinfo EAI_AGAIN
This is most likely not a problem with tsd itself
and is related to network connectivity.
In most cases you are behind a proxy or have bad network settings.
If you are behind a proxy, please make sure that the
'proxy' config is set properly. See: https://github.com/DefinitelyTyped/tsd#tsdrc
[ERR!] .tsdrc could not be retrieved
[ERR!] Please include the following file with any support request:
/tsd-debug.log
- Now we have a friendly error message when the GitHub API rate-limit is reached. #178
[ERR!] GitHub API: GitHub rate limit reached.
To increase the limit use GitHub authentication.
See: https://github.com/DefinitelyTyped/tsd#tsdrc
tsd "install --save" now include overwrite flag automatically
support tsd link for npm scoped packages
The worlds moving on
Bartvds Love
Share @Bartvds's code with the 🌐 at large 🌹 ❤️
beta bombastique
The long awaited npm beta release of TSD dev/next
branch, also known as v0.6.x
Much of the code was refactored and improved, with many fixes and usability tweaks.
Get the preview of v0.6.x
from npm using the sliding next
tag:
npm install tsd@next -g
Please report any issues as we move to a latest
tag and trigger the update-notifier
.
global empowered
This npm release improves TSD for power-users and office environments:
Main addition is a global .tsdrc
configuration file that enabled new optional features:
- Support for http(s) proxies
- Support to raise the Githup API rate-limit from 60 to 5000 requests-per-hour.
- Global settings are shared with dependent modules (like
grunt-tsd
). - See the readme for more info.
Additionally various fixes landed, main ones are:
- Improved relative paths from/to
tsd.d.ts
bundle - CLI rate limit reporting only visible when relevant (below < 60)
- Simplified CLI version header
- TSD now builds on
tsc v0.9.7
Get this release from npm:
$ npm install tsd -g
This include the solutions for #71, #73 and #74
Thanks to @vvakame, @jtburke and @michelsalib for reports & testing!
a token rc
This release candidate supports an optional OAuth token to raise the Githup API rate-limit from 60 to 5000 requests-per-hour.
See the readme for more info and steps to use a global .tsdrc
file to set this up.
Install from the git tag:
$ npm install git:https://github.com/DefinitelyTyped/tsd#0.5.7-alpha -g