7.2.2 (2018-06-01)
I failed git rebase 😩, released again... (sorry!)
7.2.1 (2018-06-01)
checked by TypeScript 2.9.1
7.2.0 (2018-04-13)
- ci: remove Node.js v4 from .travis.yml (e657ccb)
- tsfmt: update dependencies & use npm again (850b369)
- tslint: add support to read extended
tslint.json
(9c55670), closes #123
7.1.0 (2018-02-19)
- tsfmt: add insertSpaceAfterConstructor and insertSpaceAfterTypeAssertion support to .vscode/settings.json (0f8b1e3)
- tsfmt: add insertSpaceBeforeTypeAnnotation support refs #108 (68bd800)
7.0.1 (2017-12-17)
- tsfmt: cache tsconfig.json. thanks @stweedie (0e42c1b)
7.0.0 (2017-10-27)
- tsfmt: Use host EOL by default. thanks @vegansk (9021fc6)
- ci: Update .travis.yml, add Node.js v8 env (78a1128)
6.1.0 (2017-10-26)
- tsfmt: Adds --useVscode flag that specifies an alternative path to .vscode/settings.json configuration. thanks @cspotcode (5c0072a)
- tsfmt: update dependencies (7a12cca)
6.0.0 (2017-08-22)
- tsfmt: don't use
default
export in our code (6d04913) - tsfmt: update peerDependencies, required typescript@^2.1.6 (d43c3cc)
- tsfmt: using Language Service API instead of Old Compiler API (1520cf8)
5.2.0 (2017-05-10)
- tsfmt: update dependencies, use npm-scripts for building (890836f)
- tsfmt: add missing rules recently added by vscode (#99) thanks @clebert !
5.1.3 (2017-04-06)
5.1.2 (2017-03-16)
5.1.1 (2017-03-06)
bump versions!
4.2.2 (2017-03-06)
5.1.0 (2017-03-02)
- api: print tsc version when exec --version (17a16ac)
- tsfmt: clean up verbose printing (64ac10f)
- tsfmt: support new 6 settings (4f21283)
- see default settings.
5.0.1 (2017-02-28)
4.2.1 (2017-02-28)
- tsfmt: fix procedd of error message generation (5bab796)
5.0.0 (2017-02-27)
- tsfmt: add --useTsconfig, --useTsfmt, --useTslint options to CLI closes #67 (025c543)
- tsfmt: drop tsconfig.json's filesGlob support, it is unofficial field. (3b0d38f)
- tsfmt: remove es6-promise devDependencies (03ce823)
4.2.0 (2017-02-27)
- tsfmt: add .vscode/settings.json support #70 (2d9fbed)
- tsfmt: add
extends
of tsconfig.json support #77 (8b31561)
4.1.2 (2017-02-23)
4.1.1 (2017-02-10)
- tsfmt: Use latest release of TypeScript 2.1.5 (#72) thanks @xiamx !
- tsfmt: Fix an issue with applying edits (#75) thanks @xiamx !
4.1.0 (2017-02-05)
- tsfmt: support empty tsconfig.json that does not have files, include and exclude field (c741d83)
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 typescript@1.8.2. 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 typescript-formatter@1.0.0 (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 typescript@1.6.2, 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 typescript@1.5.0-beta (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)