Skip to content

Commit

Permalink
1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Apr 18, 2024
1 parent 91c64d8 commit cde4ece
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## main

## 1.0.0-alpha.0

An alpha! You probably want to hold off for the beta, but feel free to take this for a spin and give feedback!

Documentation to come.

### Improvements

#### Alias Lifting
Expand Down Expand Up @@ -33,6 +39,8 @@ defmodule A do
end
```

To exclude modules ending in `.Foo` from being lifted, add `styler: [alias_lifting_exclude: [Foo]]` to your `.formatter.exs`

#### Mix Config File Organization

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.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Styler.MixProject do
use Mix.Project

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

def project do
Expand Down

0 comments on commit cde4ece

Please sign in to comment.