From d248311afb21ce3c976dc44d69bafa9327602ff0 Mon Sep 17 00:00:00 2001 From: Rebecca Stevens Date: Sun, 12 Jan 2020 02:28:34 +1300 Subject: [PATCH] docs(changelog): update changelog for v3.0.0 --- CHANGELOG.md | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc5edf75..22ba41339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 @@ -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) @@ -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 @@ -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 @@ -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)