Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
86 lines (37 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

86 lines (37 loc) · 1.71 KB

2.1.0 (2016-09-15)

Features

  • migrate: Skip converting when 'include' is detected (ec45d80)

2.0.0 (2016-04-08)

Features

  • core: add output option (ec9abdb)

BREAKING CHANGES

  • core: S

When you use -u option, an input file will be overwritten ALWAYS.

If you want to separate input and output files, use -o option.

BEFORE:

$ tsconfig -u tsconfig.proto.json

AFTER

$ tsconfig -o tsconfig.json tsconfig.proto.json

1.0.2 (2016-03-06)

1.0.1 (2016-03-06)

1.0.0 (2016-03-06)

Bug Fixes

  • scripts: fix changelog.js (d1372fa)
  • scripts: fix npm scripts (b8e0c0a)

Features

  • core: Add -v option and more logging (6c97b0b)

0.1.1 (2015-11-21)

0.1.0 (2015-11-21)

0.0.2 (2015-11-12)