From cde4ece186590d4c04e7048c13f98ce22ef3e868 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Thu, 18 Apr 2024 16:04:23 -0400 Subject: [PATCH] 1.0.0-alpha.0 --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ddb018..c86e3621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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. diff --git a/mix.exs b/mix.exs index 2919c1a6..a59868d2 100644 --- a/mix.exs +++ b/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 - @version "0.11.9" + @version "1.0.0-alpha.0" @url "https://github.com/adobe/elixir-styler" def project do