tslint-immutable
Advanced tools
Changelog
[v5.1.2] - 2019-01-25
Changelog
[v5.1.1] - 2019-01-25
readonly
modifier in the wrong place for decorated class properties. See #81. Thanks to @tkryskiewicz for this fix! (See PR #113).Changelog
[v5.1.0] - 2019-01-15
ignore-new-array
for the no-array-mutation
rule. This option replaces the ignore-mutation-following-accessor
option, however the old option name will remain as an alias and will be removed in the next major release. See #102. Thanks to @RebeccaStevens for adding this option! (See PR #110)Changelog
[v5.0.0] - 2018-11-24
Changelog
[v4.9.0] - 2018-11-01
ignore-return-type
for the readonly-array
rule. See #82. Thanks to @RebeccaStevens for adding this option! (See PR #95)Changelog
[v4.7.0] - 2018-08-23
New option ignore-mutation-following-accessor
for the no-array-mutation
rule. See #88. Thanks to @RebeccaStevens for adding this option! (See PR #89)
New rules no-throw
and no-try
. See #86. Thanks to @RebeccaStevens for adding these rules! (See PR #91)
Option for enabling all the rules with tslint-immutable/all
. See #66. Thanks to @bakerface for adding this! (See PR #85)