Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 794 Bytes

CHANGELOG.md

File metadata and controls

48 lines (28 loc) · 794 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.7] - 2021-01-12

Add

  • Deprecation notice
  • Support for .tsx files (thanks @mxmul)

[1.0.6] - 2020-04-21

Edited

  • README edit

[1.0.5] - 2020-04-21

Edited

  • README edit

[1.0.4] - 2020-04-21

Edited

  • README edit

[1.0.3] - 2020-01-13

Added

  • react/jsx-no-comment-textnodes
  • no-unused-expressions // Allows ternary
  • import/prefer-default-export

[1.0.2] - 2019-12-24

Added

  • Changelog file
  • ignore no-array-index-key
  • ignore require-default-props
  • ignore no-unescaped-entities