Skip to content

Releases: davidvarga/MBeautifier

v1.3.2

14 Mar 19:30
Compare
Choose a tag to compare
  • New Special Rules
    • Section separator (%%) preceding empty line count
    • Section separator (%%) trailing empty line count
    • Empty line count at the end of the formatted text
    • Break multiple statements in a single line into multiple lines
  • Bugfixes

v1.3.1

26 Dec 15:32
Compare
Choose a tag to compare
  • General bugfixes
  • Automatic shortcut creation

v1.3

08 Jun 10:40
Compare
Choose a tag to compare

Release Notes:

  • Added new formatting approach: format files in a directory in-place
  • Several bug-fixing on operator padding
  • MBeautifier now runs with increased speed (code restructured)

v1.2.1

18 Nov 13:39
Compare
Choose a tag to compare

This small release mainly contains fixes for container (cell array and matrix) formatting capabilities.
From this release the power operators are not padded by default.

v1.2

12 Oct 15:35
Compare
Choose a tag to compare

Release Notes:

  • Added two new formatting approaches: editor selection and file
  • Added support for unary plus and unary minus operators
  • Now embedded cell arrays and matrices are also supported
  • New options to insert missing element separators in case of cell arrays and matrices
  • New options to do not pad arithmetic operators if they are used to index cell arrays and matrices
  • Bugfixes

Important note:
the usage of MBeautifier has been changed. Please read the corresponding section of the readme file.

v1.0

12 Jan 17:27
Compare
Choose a tag to compare

Initial release of MBeautifier.

Contains the most needed functionality:

  • Configurable rules for formatting
  • Handling of the most frequent use-cases
  • Handling of the most frequent Matlab syntax