1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: release 4.0.0

This commit is contained in:
Kevin Amado 2025-04-10 16:09:57 -06:00
parent 4afecdb5df
commit 3e2a855066
19 changed files with 3595 additions and 3100 deletions

View file

@ -17,7 +17,19 @@ Types of changes
- Security in case of vulnerabilities.
-->
## [3.1.0] - 2023-05-15
## [4.0.0] - 2025-04-10
### Added
- (experimental) Configurable indentation (two spaces, four spaces and tabs).
- Pipe operators (`a |> b` and `a <| b`) are now supported.
- Doc comments (`/** */`) are handled more graciously.
### Changed
- Upgraded dependencies to its latest version.
## [3.1.0] - 2024-11-03
### Added