We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4254c commit c11aee1Copy full SHA for c11aee1
CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
## v0.10.5
6
7
+After being bitten by two of them in a row, Styler's test suite now makes sure that there are no
8
+idempotency bugs as part of its tests.
9
+
10
+In short, we now have `assert style(x) == style(style(x))` as part of every test. Sorry for not thinking to include this before :)
11
12
### Fixes
13
14
* alias: fix single-module alias deletion newlines bug
mix.exs
@@ -12,7 +12,7 @@ defmodule Styler.MixProject do
use Mix.Project
# Don't forget to bump the README when doing non-patch version changes
15
- @version "0.10.4"
+ @version "0.10.5"
16
@url "https://github.com/adobe/elixir-styler"
17
18
def project do
0 commit comments