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

feat: release 1.0.0

This commit is contained in:
Kevin Amado 2022-03-03 21:05:20 -05:00
parent 439631f07f
commit 511c3f6a88
9 changed files with 24 additions and 24 deletions

View file

@ -42,7 +42,7 @@ Types of changes
- String interpolations (`"${something}"`)
now follow the same logic as parentheses (`(something)`),
since ultimately, the are the same family of elements
since ultimately, they are the same family of elements.
- Parentheses handling logic was rewritten
and by extension string interpolations as well.
@ -137,7 +137,7 @@ Types of changes
- A few internal position counters, nothing visible from the outside.
- The new features cost a little of runtime speed,
but anyway we are still pretty fast ⚡
but anyway we are still pretty fast.
## [0.7.0] - 2022-02-28