1.1.0 (2016-04-30)
- dtsm: add @internal annotation to pseudo private method(65e9321)
- dtsm: remove reference from bundle when uninstall definitions(4d0a151d)
1.0.0 (2016-02-21)
- ci: bump node.js version 0.12 to 0.4.x (22e511d)
0.13.0 (2015-11-09)
- dtsm: Add -S option as an alias of --save. by @pocke (bd4f1bb)
0.12.0 (2015-11-04)
- dtsm: DT repo move borisyankov to DT org (631481a)
0.11.0 (2015-09-23)
- dtsm: add workaround for microsoft/TypeScript/issues/4667 (0c634eb)
- dtsm: refactor to es6 style (af91f9d)
- dtsm: update dependencies & switch to tsconfig.json oriented style (d7a25f5)
<a name"0.10.3">
<a name"0.10.2">
<a name"0.10.0">
- dtsm: implement
link
sub command refs #9 (4141749c)
<a name"0.9.2">
- ci: fix for appveyor (0c94b909)
- dtsm:
- deps: update dependencies, support [email protected] (0a8a3c59)
<a name"0.9.1">
- dtsm: add
grunt setup
to appveyor.yml (5b963bd6)
- dtsm:
- dtsm: support default query in --interactive option (9b4be7bf)
- dtsm: update dependencies (0f10fba6)
- dtsm: update dependencies
- dtsm:
- dtsm: implement uninstall sub-command and Manager#uninstall method (7962a40e)
- deps:
- dtsm:
- dtsm: fix install from file is failed when dtsm.json are hand assembled (e0c7a9a9)
- dtsm:
If you want to get definition files for older version tsc, exec dtsm --ref 1.3.0 install <libname>
.
If you know what ref-name accepted by dtsm, exec dtsm refs
.
e.g. get definition files without union types!
$ dtsm refs
Branches:
0.8
0.9.1.1
0.9.5
1.0.1
1.3.0
def/node
master
$ dtsm --ref 1.3.0 search promise
Search results.
chai-as-promised/chai-as-promised.d.ts
es6-promise/es6-promise.d.ts
es6-promises/es6-promises.d.ts
promise-pool/promise-pool.d.ts
promises-a-plus/promises-a-plus.d.ts
tspromise/tspromise.d.ts
$ dtsm --ref 1.3.0 install es6-promise
es6-promise/es6-promise.d.ts
If you want to update dependencies revision, you can use dtsm update
or dtsm update --save
.
The general procedure.
$ dtsm update
...omitted...
$ npm run test
...omitted...
$ echo $?
0
$ dtsm update --save
$ git status -s
M dtsm.json