Skip to content

Commit

Permalink
2.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed Apr 17, 2023
1 parent cc9614f commit 26b2047
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## [2.0.29] - 2023-04-17

- Fixed an issue where `List.append` would be fixed incorrectly ([#105](https://github.com/jfmengels/elm-review-simplify/issues/105))

## [2.0.28] - 2023-02-25

- Fixed an issue where errors for `List.foldl` operations would be incorrectly fixed (#86)
- Fixed an issue where errors for `List.foldl` operations would be incorrectly fixed ([#86](https://github.com/jfmengels/elm-review-simplify/issues/86))

## [2.0.27] - 2023-02-21

- Fixed an issue where `String.fromList [ f x ]` would incorrectly be changed to `String.fromChar f x` (#85)
- Fixed an issue where `String.fromList [ f x ]` would incorrectly be changed to `String.fromChar f x` ([#85](https://github.com/jfmengels/elm-review-simplify/issues/85))

## [2.0.26] - 2023-02-06

Expand Down Expand Up @@ -306,7 +310,5 @@ Help would be appreciated to fill the blanks!
[#40]: https://github.com/jfmengels/elm-review-simplify/pull/40
[#48]: https://github.com/jfmengels/elm-review-simplify/pull/48
[#52]: https://github.com/jfmengels/elm-review-simplify/pull/52
[#85]: https://github.com/jfmengels/elm-review-simplify/issues/85
[#86]: https://github.com/jfmengels/elm-review-simplify/issues/86

[@miniBill]: https://github.com/miniBill
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides [`elm-review`](https://package.elm-lang.org/packages/jfmengels/elm-revi

## Provided rules

- [🔧 `Simplify`](https://package.elm-lang.org/packages/jfmengels/elm-review-simplify/2.0.28/Simplify/ "Provides automatic fixes") - Reports when an expression can be simplified.
- [🔧 `Simplify`](https://package.elm-lang.org/packages/jfmengels/elm-review-simplify/2.0.29/Simplify/ "Provides automatic fixes") - Reports when an expression can be simplified.

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion docs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "jfmengels/elm-review-simplify",
"summary": "Provides elm-review rules to simplify Elm code",
"license": "BSD-3-Clause",
"version": "2.0.28",
"version": "2.0.29",
"exposed-modules": [
"Simplify"
],
Expand Down
2 changes: 1 addition & 1 deletion example/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jfmengels/elm-review": "2.10.0",
"pzp1997/assoc-list": "1.0.0",
"stil4m/elm-syntax": "7.2.9",
"jfmengels/elm-review-simplify": "2.0.28"
"jfmengels/elm-review-simplify": "2.0.29"
},
"indirect": {
"elm/bytes": "1.0.8",
Expand Down

0 comments on commit 26b2047

Please sign in to comment.