# 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).

## [Unreleased](https://github.com/jonaskello/eslint-plugin-functional/compare/v0.7.1...HEAD)

## [v0.7.1](https://github.com/jonaskello/eslint-plugin-functional/compare/v0.7.0...v0.7.1) - 2022-03-24

### Changed

- Updated peer deps.

## [v0.7.0](https://github.com/jonaskello/eslint-plugin-functional/compare/v0.6.0...v0.7.0) - 2022-03-24

### Changed

- Updated peer deps.

## [v0.6.0](https://github.com/jonaskello/eslint-plugin-functional/compare/v0.5.0...v0.5.1) - 2021-08-15

### Changed

- In rules `functional/no-let`, `functional/prefer-readonly-type` enabled option `ignorePattern: "^[mM]utable"`.

## [v0.5.1](https://github.com/jonaskello/eslint-plugin-functional/compare/v0.5.0...v0.5.1) - 2020-09-27

### Changed

- Turned off `@typescript-eslint/brace-style` becuase it confilicts with prettier

## [v0.5.0](https://github.com/jonaskello/eslint-plugin-functional/compare/v0.4.2...v0.5.0) - 2020-09-27

### Changed

- Upgraded plugins and settings for new rules in `@typescript-eslint/eslint-plugin`.

## [v0.4.2](https://github.com/jonaskello/eslint-plugin-functional/releases/tag/v0.4.1..v0.4.2) - 2019-10-16

### Fixed

- Add `eslint-plugin-import` rules to index.

## [v0.4.1](https://github.com/jonaskello/eslint-plugin-functional/releases/tag/v0.4.0..v0.4.1) - 2019-10-16

### Fixed

- Add `eslint-plugin-import` as peer dependency.

## [v0.4.0](https://github.com/jonaskello/eslint-plugin-functional/releases/tag/v0.3.0..v0.4.0) - 2019-10-16

### Changed

- Rules from `eslint-plugin-import` are now checked.

## [v0.3.0](https://github.com/jonaskello/eslint-plugin-functional/releases/tag/v0.2.0..v0.3.0) - 2019-10-14

### Changed

- Upgrade peer dependencies.

## [v0.2.0](https://github.com/jonaskello/eslint-plugin-functional/releases/tag/v0.1.0..v0.2.0) - 2019-08-11

### Changed

- Switch to eslint ^5.0.0 as peer dep becuase @typescript-eslint/eslint-plugin needs this

## [v0.1.0](https://github.com/jonaskello/eslint-plugin-functional/releases/tag/v0.1.0) - 2019-08-11

### Added

- Initial release
