-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7337c9e
commit b21bdea
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,24 @@ | ||
# Changelog | ||
|
||
Quokka attempts follows [Semantic Versioning](https://semver.org) and | ||
[Common Changelog: Guiding Principles](https://common-changelog.org/#12-guiding-principles) | ||
|
||
## [1.0.0] - 2025-02-10 | ||
|
||
### Added | ||
- Initial release | ||
Quokka is inspired by the wonderful [`elixir-styler`](https://github.com/adobe/elixir-styler) :heart: | ||
|
||
It maintains the same directive that consistent coding standards can help teams | ||
iterate quickly, but allows a few more affordances | ||
[via `.credo.exs` configuration](https://hexdocs.pm/credo/config_file.html). | ||
This allows users with an already fine-tuned `.credo.exs` config to enjoy | ||
the automatic rewrites and strong opinions of Quokka | ||
|
||
More details about specific Credo rewrites and their configurability can be | ||
found in [Quokka: Credo inspired rewrites](https://hexdocs.pm/quokka/readme.html#credo-inspired-rewrites). | ||
|
||
Adoption of opinionated code changes can be hard in larger code bases, so | ||
Quokka allows a few configuration options in `.formatter.exs` to help | ||
isolate big sets of potentially controversial or code breaking changes that | ||
may need time for adoption. However, these may be removed in a future release. | ||
See [Quokka: Configuration](https://hexdocs.pm/quokka/readme.html#configuration) | ||
for more details. |