Releases: DefinitelyTyped/tsd
.tsdrc & proxy preview
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:
- Use a environment variable: pick one of
HTTPS_PROXY
,https_proxy
,HTTP_PROXY
orhttp_proxy
and pass the location of the proxy. - Create a
.tsdrc
file and in JSON set aproxy
value: store this in your$HOME
or%USERPROFILE%
{
"proxy": "http://proxy.example.com:88"
}
cleanin' n fixin'
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
(propertystats: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
bugfix - npm vs git eol fun
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
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
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
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
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
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
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