Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Releases: DefinitelyTyped/tsd

v0.6.5

03 Oct 23:31
Compare
Choose a tag to compare

fix - link command with --config flag.

related #216

To install the beta version:

v0.6.5-beta.2

21 Sep 04:19
Compare
Choose a tag to compare
v0.6.5-beta.2 Pre-release
Pre-release

fix - link command with --configflag.

related #216

fix - find '_debugger' from DefinitelyTyped

related #193

To install the beta version:

npm install tsd@0.6.5-beta.2 -g

v0.6.5-beta

02 Sep 01:25
Compare
Choose a tag to compare
v0.6.5-beta Pre-release
Pre-release

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 tsd@0.6.5-beta

v0.6.4

29 Aug 04:36
Compare
Choose a tag to compare

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.

related #184, #185, #179

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 npm npm-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

#182

support tsd link for npm scoped packages

#194

v0.6.4-beta

17 Aug 03:27
Compare
Choose a tag to compare
v0.6.4-beta Pre-release
Pre-release

Install via npm

npm install tsd@0.6.4-beta -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.

related #184, #185, #179

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 npm npm-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

#182

support tsd link for npm scoped packages

#194

The worlds moving on

03 Jun 23:22
Compare
Choose a tag to compare

Use raw.githubusercontent.com : #140
Minor update to package.json to allow shrinkwrapping : #159

Bartvds Love

15 May 07:26
Compare
Choose a tag to compare

Share @Bartvds's code with the 🌐 at large 🌹 ❤️

beta bombastique

26 Oct 15:15
Compare
Choose a tag to compare

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

28 Mar 21:24
Compare
Choose a tag to compare

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

12 Mar 02:30
Compare
Choose a tag to compare

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://github.com/DefinitelyTyped/tsd#0.5.7-alpha -g