Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 696 Bytes

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 696 Bytes

1.2.1

  • Added better linux instructions

1.2.0

  • Upped dart version and dependencies

1.1.2

  • Fixed reading dart fmt flag from config

1.1.1

  • Optimizations and Refactoring of String operations

1.1.0

  • Added an option to disable dart formatter
    • only the imports are always formatted, rest of the code is untouched
  • Rewrote the sorting logic
  • Added new Tests

1.0.4

  • Added dry run support
  • Added support for library directives

1.0.3

  • Moved all files in src folder to hide them from importing.

1.0.2

  • Dropped all barrel files to not export anything.

1.0.1

  • Updated readme with the Run on Save configuration option.

1.0.0

  • Initial version.