You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- Improved formatting of function declarations. It will now properly take into account the amount of space left on the column width.
19
19
- Improve formatting for assignments with expressions such as function calls. The whole assignment is now taken into account, so we can better determine whether to split the expression.
20
20
21
+
### Fixed
22
+
- Fixed trailing whitespace remaining on the last item of a multiline table (which was expanded from a singleline one)
23
+
21
24
## [0.7.1] - 2021-04-19
22
25
### Fixed
23
26
- Fixed parentheses around a table being incorrectly removed leading to a syntax error, such as in `({}):foo()`
24
-
- Fixed trailing whitespace remaining on the last item of a multiline table (which was expanded from a singleline one)
0 commit comments