4.0.1 (2016-11-16)
- tsfmt: add typescript
>=2.2.0-dev
to peerDependencies (#68) thanks @myitcv !
4.0.0 (2016-10-27)
Now, typescript-formatter supports typescript@^2.0.6
.
If you want to use with older version typescript, you can use typescript-formatter@^3.0.0
.
- tsfmt: support TypeScript 2.0.6 (26db3de)
3.1.0 (2016-10-09)
- tsfmt: move final newline character logic to editorconfig part (2df1f7a)
thanks @jrieken !
3.0.1 (2016-09-23)
TypeScript 2.0.3 released! yay!
- example: update example code (3b365be)
3.0.0 (2016-08-19)
- tsfmt: support comments in tsconfig.json & tsfmt.json & tslint.json (5a4fdfd)
- tsfmt: support include, exclude properties @tsconfig.json when using --replace options #48 (d8e71f5)
- tsfmt: update peerDependencies, remove tsc ^1.0.0 (35c1d62)
2.3.0 (2016-07-16)
- tsfmt: support TypeScript 2.0.0 and next (38dc72e)
2.2.1 (2016-06-30)
- tsfmt: Add 'next' support for TypeScript 2.0.0-dev. (35a371c)
2.2.0 (2016-05-14)
2.1.0 (2016-02-25)
- ci: fix Travis CI failed (68a9c7c)
- tsfmt: support [email protected]. add
insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces
. (611fee0)
2.0.0 (2016-02-06)
- tsfmt: remove es6-promise from dependencies. tsfmt supports after latest LTS of node.js (19a7f44)
- tsfmt: remove typescript from dependencies and add to peerDependencies refs #30 (b8a58c6)
- tsfmt: update dependencies. support TypeScript 1.7.5 (bb9cd81)
1.2.0 (2015-12-01)
- tsfmt: update dependencies. support TypeScript 1.7.3 (abd22cf)
1.1.0 (2015-10-14)
- example: update example, support [email protected] (dd283b3)
- tsfmt: add support for filesGlob. thanks @ximenean #25 (bf9f704)
- tsfmt: support newline char settings from tsconfig.json (d618ee8)
1.0.0 (2015-09-22)
- ci: use
sudo: false
and switch to node.js v4 (29b0f45) - tsfmt: add baseDir options closes #23 (b69c4b6), closes #23
- tsfmt: add tsconfig.json support. thanks @robertknight #22 (cb52bd4)
- tsfmt: change tsc version specied. strict to loose. (ea4401c)
- tsfmt: fix many issue by @myitcv #24 (d0f2719), closes #24
- tsfmt: pass Options object to providers (c425bac)
- tsfmt: refactor to es6 style (2941857)
- tsfmt: update dependencies, switch to [email protected], change build process (tsconfig. (d8f5670)
- tsfmt: pass specified file name to typescript language service. support tsx files. (b9196e9)
- tsfmt: remove trailing white chars and add linefeed (3843e40)
<a name"0.4.0">
<a name"0.3.2">
- tsfmt: change --stdio option to do not required fileName (32055514)
<a name"0.3.1">
- tsfmt: support [email protected] (a5f7f19a)
- tsfmt: support --stdin option refs #9 (e322fc74)
- tsfmt: fix .d.ts file generation refs #7 (f5520ec6)
- tsfmt: add grunt-dts-bundle and generate typescript-formatter.d.ts (c846cf37)
TypeScript 1.4.1 support!
- deps:
- bump editorconfig version (68140595)
- remove jquery.d.ts dependency (ae3b52c6)
- deps:
- add grunt-conventional-chagelog (bbe79771)
- remove grunt-espower and add espower-loader, refactor project (4f213464)
- grunt: remove TypeScript compiler specified (b241945a)
- tsfmt: add typescript package to dependencies and remove typescript-toolbox submodule (48d176e9)