Skip to content

Latest commit

 

History

History
282 lines (119 loc) · 8.26 KB

CHANGELOG.md

File metadata and controls

282 lines (119 loc) · 8.26 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.26.0 (2016-11-27)

Bug Fixes

  • primitive constructor types regex (ceea11c)

Features

  • add no-primitive-constructor-types rule (0d37f03)

2.25.0 (2016-10-25)

Features

  • Add excludeParameterMatch option to require-parameter-type (d9cfbbe)

2.24.0 (2016-10-25)

Features

  • add additional tests for function return types (795b3a4)

2.23.1 (2016-10-25)

Bug Fixes

  • Support more properties in object-type-delimiter (6b0a677)

2.23.0 (2016-10-24)

Features

  • add object-type-delimiter rule (a99721b)

2.22.0 (2016-10-24)

Features

  • ObjectTypeIndexer in spaceBeforeTypeColon & spaceAfterTypeColon (82c87c4), closes #134

2.21.0 (2016-10-22)

Features

  • Add variance support to spaceBeforeTypeColon & spaceAfterTypeColon (4a7f87f), closes #137

2.20.0 (2016-10-06)

Features

  • add annotation enforcement option (dd71ce8)

2.19.0 (2016-09-20)

Bug Fixes

  • parens in TypeCastExpression (0e0081f)

Features

  • add rule sort-keys (fixes #104) (f6b8deb), closes #104
  • check TypeCastExpressions in type colon spacing rules (98839f0)

2.18.2 (2016-09-18)

2.18.1 (2016-09-15)

2.18.0 (2016-09-15)

Features

2.17.1 (2016-09-12)

Bug Fixes

  • config file (json failing lint) (eedcac7)
  • correct recommended config name (35150d4)
  • disable lint for one run (3745498)

2.17.0 (2016-09-12)

Features

  • define recommended configuration (dc2e35b)
  • export recommended configuration (f7d7a21)

2.16.1 (2016-09-09)

2.16.0 (2016-09-07)

Bug Fixes

  • delimiter-dangle with indexers (9ff6f37)
  • reported locations in delimiter-dangle (06fbd92)

Features

  • add delimiter-dangle for trailing commas/semicolons (788f480)

2.15.0 (2016-09-05)

Features

  • options to prevent specific types in no-weak-types (#99) (9c903ad)

2.14.3 (2016-09-05)

Bug Fixes

  • ensure not to print private tokens (1e41818)

2.14.2 (2016-09-05)

Bug Fixes

  • move tag check prior to branch check (29b35d0)

2.14.1 (2016-09-05)

Bug Fixes

  • add a condition to prevent empty commit (2e6ddfa)
  • fix release script (260b86b)

2.14.0 (2016-09-05)

Features

  • add new rule no-weak-types (#96) (c1a94c5)

2.13.0 (2016-09-03)

Features

  • add new rule boolean-style (#98) (1ab7902)

2.12.1 (2016-09-01)

Bug Fixes

  • allow uppercase sequences in 'type-id-match' (#93) (000b0d1)

2.12.0 (2016-09-01)

Bug Fixes

  • add --no-verify to docs commit (393643b)
  • add --no-verify to standard-version (22a0559)

Features

  • add new rule "semi" for semicolon linting (#95) (ead974d)

2.11.5 (2016-09-01)

2.11.4 (2016-08-23)

2.11.3 (2016-08-23)

Bug Fixes

  • commit documentation changes (15a8289)

2.11.2 (2016-08-23)

Bug Fixes

  • make release.sh executable (6fa6f89)