Skip to content

Commit

Permalink
docs(changelog): update changelog for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Jan 11, 2020
1 parent d0fd81b commit d248311
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ 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/v2.0.0...HEAD)
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v3.0.0](https://github.com/jonaskello/eslint-plugin-functional/compare/v2.0.0...v3.0.0) - 2020-01-11

### Merged

- set up auto-changelog so we don't have to do it manually [`#90`](https://github.com/jonaskello/eslint-plugin-functional/pull/90)
- Dependency Update. [`#89`](https://github.com/jonaskello/eslint-plugin-functional/pull/89)
- Examples of correct/incorrect code for each rule [`#60`](https://github.com/jonaskello/eslint-plugin-functional/pull/60)
- docs: rename 'allow-pattern.md' to 'ignore-pattern.md' [`#88`](https://github.com/jonaskello/eslint-plugin-functional/pull/88)
- Prettier readme [`#85`](https://github.com/jonaskello/eslint-plugin-functional/pull/85)
- Additional tests [`#86`](https://github.com/jonaskello/eslint-plugin-functional/pull/86)

### Commits

Expand Down Expand Up @@ -64,10 +75,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgrade typescript-eslint packages [`#65`](https://github.com/jonaskello/eslint-plugin-functional/pull/65)
- Rename to no-mutations [`#62`](https://github.com/jonaskello/eslint-plugin-functional/pull/62)

### Changed

- Rename the "No mutability" heading and "immutable" ruleset to "no-mutations". [`#62`](https://github.com/jonaskello/eslint-plugin-functional/pull/62)

## [v1.0.0-rc.2](https://github.com/jonaskello/eslint-plugin-functional/compare/v1.0.0-rc.1...v1.0.0-rc.2) - 2019-08-07

### Fixed
Expand All @@ -82,6 +89,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Rename Options [`#55`](https://github.com/jonaskello/eslint-plugin-functional/pull/55)
- Fix #56 [`#57`](https://github.com/jonaskello/eslint-plugin-functional/pull/57)

### Fixed

- Merge pull request #57 from jonaskello/issue-56 [`#56`](https://github.com/jonaskello/eslint-plugin-functional/issues/56)

## [v0.5.3](https://github.com/jonaskello/eslint-plugin-functional/compare/v0.5.2...v0.5.3) - 2019-08-02

### Merged
Expand Down Expand Up @@ -116,7 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refactor out the checkNode function for createRule. [`#48`](https://github.com/jonaskello/eslint-plugin-functional/pull/48)
- Text matching of MemberExpression nodes now includes the property name [`#47`](https://github.com/jonaskello/eslint-plugin-functional/pull/47)
- Test configs [`#43`](https://github.com/jonaskello/eslint-plugin-functional/pull/43)
- feat(no-mixed-type): no-mixed-interface -> no-mixed-type [`#42`](https://github.com/jonaskello/eslint-plugin-functional/pull/42)
- feat(no-mixed-type): no-mixed-interface -> no-mixed-type [`#42`](https://github.com/jonaskello/eslint-plugin-functional/pull/42)
- feat(configs): Create additional configs for each category of rules. [`#40`](https://github.com/jonaskello/eslint-plugin-functional/pull/40)
- feat(functional-parameters): Add option to allow iifes [`#39`](https://github.com/jonaskello/eslint-plugin-functional/pull/39)
- new rule: prefer-type [`#38`](https://github.com/jonaskello/eslint-plugin-functional/pull/38)
Expand All @@ -125,6 +136,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- feat(functional-parameters): Add option to allow iifes [`#37`](https://github.com/jonaskello/eslint-plugin-functional/issues/37)

### Commits

- **Breaking change:** feat(ignore options): text matching MemberExpression nodes should include the property name [`4968348`](https://github.com/jonaskello/eslint-plugin-functional/commit/496834816ac7a96a5f4c25adf9f2980d1bc24254)

## [v0.4.0](https://github.com/jonaskello/eslint-plugin-functional/compare/v0.3.0...v0.4.0) - 2019-07-19

### Merged
Expand Down Expand Up @@ -154,10 +169,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Remove no-let fixer [`#14`](https://github.com/jonaskello/eslint-plugin-functional/pull/14)

### Fixed

- TypeScript is no longer imported unless it is available.

## [v0.2.0](https://github.com/jonaskello/eslint-plugin-functional/compare/v0.1.0...v0.2.0) - 2019-07-12

### Merged
Expand All @@ -167,12 +178,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added ignoreAccessorPattern, ignorePattern now uses Regex matching [`#7`](https://github.com/jonaskello/eslint-plugin-functional/pull/7)
- Ignore option fix [`#6`](https://github.com/jonaskello/eslint-plugin-functional/pull/6)
- Consistent file casing [`#5`](https://github.com/jonaskello/eslint-plugin-functional/pull/5)
- Port docs for each rule [`#3`](https://github.com/jonaskello/eslint-plugin-functional/pull/3)
- WIP: Port docs for each rule [`#3`](https://github.com/jonaskello/eslint-plugin-functional/pull/3)

### Fixed

- feat(ignore-option): Add ignoreAccessorPattern option to deal with accessors and switch ignorePatter [`#4`](https://github.com/jonaskello/eslint-plugin-functional/issues/4)

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

### Merged

This is the first release and everything is experimental at this point.
- Update readme for eslint [`#2`](https://github.com/jonaskello/eslint-plugin-functional/pull/2)

0 comments on commit d248311

Please sign in to comment.