# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [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
