Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
style(changelog): format
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Jul 20, 2017
1 parent 05c3eb3 commit e192608
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
# Change Log

## v0.10.0 (2017-07-09)

- [enable-option] `await-promise`: `PromiseLike`
- [disable-rule] `no-require-imports`

## v0.9.0 (2017-07-06)

- [tslint] Upgrade v5.5.0
- [enable-new-rule] `no-this-assignment`
- [disable-rule] `no-bitwise`
- [disable-option] `whitespace`: `check-module`, `check-typecast`

## v0.8.0 (2017-06-13)

- [disable-rule] `no-magic-numbers`
- [disable-rule] `prefer-method-signature`
- [disable-option] `strict-boolean-expressions`: `allow-null-union`, `allow-undefined-union`

## v0.7.0 (2017-06-02)

- [tslint] Upgrade v5.4.2
- [enable-new-rule] `switch-final-break`
- [enable-new-rule] `use-default-type-parameter`
Expand All @@ -24,9 +28,11 @@
- [disable-rule] `no-non-null-assertion`

## v0.6.0 (2017-05-27)

- [disable-rule] `interface-name`

## v0.5.0 (2017-05-24)

- [tslint] Upgrade v5.3.2
- [enable-option] `strict-boolean-expressions`: `allow-null-union`, `allow-undefined-union`
- [enable-option] `only-arrow-functions`: `allow-declarations`, `allow-named-functions`
Expand All @@ -39,9 +45,11 @@
- [enable-new-rule] `ter-func-call-spacing`

## v0.4.0 (2017-05-08)

- [disable-rule] `typedef`: unnecessary typedef for known types, `--noImplicitAny` is enough for unknown types.

## v0.3.0 (2017-05-04)

- [tslint] Upgrade v5.2.0
- [enable-option] `align`: `members`, `elements`
- [enable-rule] `ordered-imports`
Expand All @@ -56,13 +64,16 @@
- [disable-new-rule] `prefer-switch`

## v0.2.0 (2017-04-22)

- [adjust] `variable-name`: add `allow-leading-underscore` option
- [disable] `no-any`
- [disable] `no-unsafe-any`
- [disable] `prefer-function-over-method`

## v0.1.1 (2017-04-18)

- fix entry point

## v0.1.0 (2017-04-18)

- first release

0 comments on commit e192608

Please sign in to comment.