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

Latest commit

 

History

History
238 lines (137 loc) · 7.09 KB

CHANGELOG.md

File metadata and controls

238 lines (137 loc) · 7.09 KB

1.1.0 (2016-04-30)

Features

  • dtsm: add @internal annotation to pseudo private method(65e9321)
  • dtsm: remove reference from bundle when uninstall definitions(4d0a151d)

1.0.0 (2016-02-21)

Bug Fixes

  • ci: bump node.js version 0.12 to 0.4.x (22e511d)

0.13.0 (2015-11-09)

Features

  • dtsm: Add -S option as an alias of --save. by @pocke (bd4f1bb)

0.12.0 (2015-11-04)

Features

  • dtsm: DT repo move borisyankov to DT org (631481a)

0.11.0 (2015-09-23)

Features

<a name"0.10.3">

0.10.3 (2015-06-03)

Bug Fixes

  • dtsm: fix path generation for Windows (b614014, closes #12)

<a name"0.10.2">

0.10.2 (2015-05-21)

Bug Fixes

  • dtsm: fix reference path lookup (dfe797d6, closes #10)

<a name"0.10.0">

0.10.0 (2015-05-15)

Features

  • dtsm: implement link sub command refs #9 (4141749c)

<a name"0.9.2">

0.9.2 (2015-05-07)

Bug Fixes

  • ci: fix for appveyor (0c94b909)
  • dtsm:
    • do not use ./bin/dtsm directly in specs, avoid test failed in Windows env (aea92275)
    • fix reference path generation in bundle.d.ts on windows (daedaca2, closes #6)

Features

<a name"0.9.1">

0.9.1 (2015-04-02)

Bug Fixes

  • dtsm: add grunt setup to appveyor.yml (5b963bd6)

Features

  • dtsm:
    • challenge for windows support! update dependencies (44fb100e)
    • update node.js version in appveyor (83af71f5)
    • add appveyor.yml (b3603305)

0.9.0 (2015-03-27)

Features

  • dtsm: support default query in --interactive option (9b4be7bf)

0.8.2 (2015-03-23)

Features

0.8.1 (2015-03-13)

  • dtsm: update dependencies

0.8.0 (2015-03-05)

Bug Fixes

  • dtsm:
    • fix grunt test failed (90e382a9)
    • avoid twice tracking in uninstall method (b316cdbf)
    • fix output directory resolution (9fabbc) thanks @Tsuguya !

Features

  • dtsm: implement uninstall sub-command and Manager#uninstall method (7962a40e)

0.7.0 (2015-02-25)

Features

  • deps:
    • add archy to dependencies (1e8321da)
    • update dependencies and apply packagemanager-backend 0.5.0 (888b2270)
  • dtsm:
    • improve display dependency tree styling (1a374496)
    • implement resolveMissingDependency (15af730b)
    • improve install result displaying (001f348c)
    • add utils.padString function (e13ee8a1)

0.6.1 (2015-02-09)

Bug Fixes

  • dtsm: fix install from file is failed when dtsm.json are hand assembled (e0c7a9a9)

0.6.0 (2015-02-08)

Features

  • dtsm:
    • add dtsm refs sub-command (f2ea9773)
    • move feature of es6 polyfill main code to test code (c9938369)
    • add --ref option (0a541f21)

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

0.5.0 (2015-02-08)

Features

  • deps: add grunt-conventional-changelog (6c30106a)
  • dtsm: add update sub command (d753cedf)

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