Releases: ErykMroczek/mofmt
Releases · ErykMroczek/mofmt
mofmt 0.3.1
[0.3.1] - 2023-10-13
Fixed
- Fix line wrapping inside external function calls and matrix rows
mofmt 0.3.0
[0.3.0] - 2023-09-23
Added
- Add info about formatted file path to error messages
Changed
- Prevent formatter from formatting files that contain syntax errors
mofmt 0.2.2
[0.2.2] - 2023-08-04
Fixed
- Fix issue with incorrect indentation when function call is broken
inside wrapped expression
mofmt 0.2.1
[0.2.1] - 2023-07-06
Fixed
- Fix issue with additional blank lines when handling line comments
between elements
mofmt 0.2.0
[0.2.0] - 2023-06-21
This release introduces changes to mofmt formatting style that makes
it more similar to Dymola's.
Changed
Style
- Reduce indentation in class sections
- Add space between
annotation
keyword and class modification
Removed
- Remove string token splitting and indentation
mofmt 0.1.2
Fixed
- Fix issue with pre-commit hook running on multiple files
mofmt 0.1.1
Fixed
- Fix recursive directory walking
- Fix grammar in some error messages
0.1.0
Initial release of mofmt