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

Releases: DefinitelyTyped/tsd

.tsdrc & proxy preview

08 Mar 05:29
Compare
Choose a tag to compare
Pre-release

This preview supports using TSD behind a http proxy.

Install it from the git tag:

$ npm install git://github.com/DefinitelyTyped/tsd#0.5.6-proxy -g

There are two ways to configure the location of the proxy server:

  1. Use a environment variable: pick one of HTTPS_PROXY, https_proxy, HTTP_PROXY or http_proxy and pass the location of the proxy.
  2. Create a .tsdrc file and in JSON set a proxy value: store this in your $HOME or %USERPROFILE%
{
    "proxy": "http://proxy.example.com:88"
}

cleanin' n fixin'

17 Feb 20:30
Compare
Choose a tag to compare

Maintenance update with some general fixes and improvements to module usage:

  • Fixes DefinitelyTyped/grunt-tsd#5 (module usage uses global cache as intended)
  • CLI's stats tracker can optionally be toggled in tsd.json (property stats:boolean).
  • Fixed bug where time-cached requests delayed CLI exit a few seconds
  • Removed some global object modifications (less interference)
  • Dropped some dependencies and json-schemas
  • Slightly leaner package

Experimental:

  • Generate declaration file for API in ./build (unfiltered so very horrible)
$ npm install tsd -g

Thanks to @vvakame for many reports! 😸

bugfixes

04 Feb 13:21
Compare
Choose a tag to compare

This releases fixes some issues:

  • #59 made sure no ANSI codes show up in Unix pipes
  • #60 fixed small error in bundle file generation

Additionally some small improvement to the internal code.

This should show in up the update notifier:

$ npm install tsd -g

bugfix - npm vs git eol fun

31 Jan 23:18
Compare
Choose a tag to compare

Addressing #57:

env: node\r: No such file or directory

If you have the problem then make a clean reinstall:

$ npm remove tsd -g
$ npm cache clear
$ npm install tsd -g

Likely cause are CRLF's from a Windows workstation in the CLI scripts (the ones with bangs on Unixy systems).

Update is adding aggressive pre-publish grunt tasks

  • normalise cli.js eol
  • removes source-map from api.js
  • source-map now devDependency

release candidate v4 - the new master

31 Jan 02:58
Compare
Choose a tag to compare

Merged 0.5.x to master branch.

To install:

$ npm install git://github.com/DefinitelyTyped/tsd#0.5.2-beta.2 -g

release candidate v3 - beta

31 Jan 00:32
Compare
Choose a tag to compare

Since there are a few real users already it is time to name beta.1 and drop the pre-release label.

To install:

$ npm install git://github.com/DefinitelyTyped/tsd#0.5.2-beta.1 -g
  • Added feature to stabilize tsd.json output style (indent, eol, trailing-eol) and ordering.
  • Small edits to readme.

pushed to npm

31 Jan 15:08
Compare
Choose a tag to compare

We are now live!

To install:

$ npm install tsd -g
$ npm install [email protected] -g
$ npm install git://github.com/DefinitelyTyped/tsd#0.5.2 -g

This also brings a small change in that the cache is now spread over directories: 1-level of the first 2-hex-chars of the object-hash (so 256 subfolders).

release candidate v2

29 Jan 15:07
Compare
Choose a tag to compare
release candidate v2 Pre-release
Pre-release

Bugfixes!

To install:

$ npm install git://github.com/DefinitelyTyped/tsd#0.5.2-alpha.15 -g
  • Fix CLI error in --action visit & --action browse
  • Fix CLI output for settings command
  • Typo in CLI help

release candidate v1

29 Jan 10:53
Compare
Choose a tag to compare
release candidate v1 Pre-release
Pre-release

Expanded usability

To install:

$ npm install git://github.com/DefinitelyTyped/tsd#0.5.2-alpha.14 -g

Main changes:

  • added --action browse & --action visit to open browser
  • added bundle feature (in config json and using --bundle)
  • added update-notifier
  • added usage tracker (analytics )
  • made many adjustments to CLI reporting
  • tuned CLI option names
  • added central config.json
  • improved readme and docs
  • tuned projects

This release is candidate for npm publishing.

release tuning

25 Jan 02:37
Compare
Choose a tag to compare
release tuning Pre-release
Pre-release

Tuning & bug-fixing for npm release

To install:

$ npm install git://github.com/DefinitelyTyped/tsd#0.5.2-alpha.12 -g

Main changes:

  • Improved header info parsing & display
  • Improved date/commit/version filtering
  • Tuned CLI output
    • compacter urs, authors
    • less notification noise
    • history filtered when using commit/date filter
  • Many internal cleanups
  • Fixed bugs
    • query filtering
    • http-cache location

This version or one very much like it will be soft-launched to npm