All the changes can be found below. Order used:
- Added
- Changed
- Deprecated
- Removed
- Fixed
- Security
- Fixed error when using nested
For
loops.
- Added
jsx-jcs-no-undef
rule that replaces the built-inno-undef
rule with one that is tolerant of variables expressed in<For>
.
- Fixed working on node
v0.10
andv0.12
.
- removed
jsx-for-single-child
(Multiple children are now supported). - removed
jsx-if-single-child
(Multiple children are now supported). - removed
jsx-for-require-index
. - removed
lodash
dependency.
- Fixed: Allow JSX Expression to be used as child inside
If
andFor
tags.
- Internal: Refactor code.
- Fix build on node v0.x and iojs.
- Rule
jsx-for-require-each
. - Rule
jsx-for-require-index
. - Rule
jsx-for-require-of
.
- Renamed
jsx-if-condition
tojsx-if-require-condition
.
- Rule:
jsx-for-single-child
. - Rule:
jsx-use-if-tag
.
- Fix false negatives in
jsx-if-single-child
.
Initial release
- Rule:
jsx-if-condition
. - Rule:
jsx-if-single-child
.