Skip to content

Releases: ErykMroczek/mofmt

mofmt 0.3.1

13 Oct 08:09
Compare
Choose a tag to compare

[0.3.1] - 2023-10-13

Fixed

  • Fix line wrapping inside external function calls and matrix rows

mofmt 0.3.0

22 Sep 18:59
Compare
Choose a tag to compare

[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

04 Aug 08:42
Compare
Choose a tag to compare

[0.2.2] - 2023-08-04

Fixed

  • Fix issue with incorrect indentation when function call is broken
    inside wrapped expression

mofmt 0.2.1

06 Jul 05:44
Compare
Choose a tag to compare

[0.2.1] - 2023-07-06

Fixed

  • Fix issue with additional blank lines when handling line comments
    between elements

mofmt 0.2.0

21 Jun 07:32
Compare
Choose a tag to compare

[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

06 Jun 17:03
Compare
Choose a tag to compare

Fixed

  • Fix issue with pre-commit hook running on multiple files

mofmt 0.1.1

28 May 07:53
Compare
Choose a tag to compare

Fixed

  • Fix recursive directory walking
  • Fix grammar in some error messages

0.1.0

27 May 19:54
Compare
Choose a tag to compare

Initial release of mofmt