Skip to content

Commit cde4ece

Browse files
committed
1.0.0-alpha.0
1 parent 91c64d8 commit cde4ece

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## main
44

5+
## 1.0.0-alpha.0
6+
7+
An alpha! You probably want to hold off for the beta, but feel free to take this for a spin and give feedback!
8+
9+
Documentation to come.
10+
511
### Improvements
612

713
#### Alias Lifting
@@ -33,6 +39,8 @@ defmodule A do
3339
end
3440
```
3541

42+
To exclude modules ending in `.Foo` from being lifted, add `styler: [alias_lifting_exclude: [Foo]]` to your `.formatter.exs`
43+
3644
#### Mix Config File Organization
3745

3846
Styler now organizes `Mix.Config.config/2,3` stanzas according to erlang term sorting. This helps manage large configuration files, removing the "where should I put this" burden from developers AND helping find duplicated configuration stanzas.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule Styler.MixProject do
1212
use Mix.Project
1313

1414
# Don't forget to bump the README when doing non-patch version changes
15-
@version "0.11.9"
15+
@version "1.0.0-alpha.0"
1616
@url "https://github.com/adobe/elixir-styler"
1717

1818
def project do

0 commit comments

Comments
 (0)