2.1.0 (2016-09-15)
- migrate: Skip converting when 'include' is detected (ec45d80)
2.0.0 (2016-04-08)
- core: add output option (ec9abdb)
- 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)
- core: Add -v option and more logging (6c97b0b)