Skip to content

Latest commit

History

History
74 lines (47 loc) 路 2.71 KB

CHANGELOG.md

File metadata and controls

74 lines (47 loc) 路 2.71 KB

Changelog

All notable changes to this project will be documented in this file.

[0.3.0] - 2023-03-13

Features

[0.2.1] - 2023-01-23

Bug fixes

[0.2.0] - 2023-01-16

Features

  • Accept reading input from a file (53e34ff)
  • Get line and column of error position (5eca6e8)
  • Print fancy error message on error (4adb459)
  • Better error message (653f170)

Bug fixes

  • Respect user's color choice (d011f5e)
  • Exit code should be non-zero if any files had errors or were not formatted (00a1bd1)
  • Change the input files as direct argument (cacfbdc)
    • BREAKING! 鈿狅笍 : this change the previous argument, where language is the direct argument. Now it is the file input. I see this pattern is more common than the previous design.
  • Return error code on formatting failure (7c82da2)
  • Remove the feature flag (5d36ac8)
  • Migrate to clap derive API (65dad31)
  • Exit code as enum is more readable than integer (5f8e74f)

[0.1.5] - 2022-07-18

Features

  • Allow whitespace after backtick (0e3dbfc)
  • Respect color option (d048148)

[0.1.4] - 2022-07-18

Features

  • Configuration for language formatter (bc37b30)

[0.1.3] - 2022-07-17

Bug fixes

  • Don't change invalid code (41e4bd4)
  • Display file name on IO error (120ca53)

[0.1.2] - 2022-07-17

Features

  • Support multiple code block in a file (dfc2855)
  • Check mode (8b1de34)

[0.1.0] - 2022-07-14

Features

  • Prevent app crash on file with no code block (eb0882d)
  • Multiple files as input (ce9a158)
  • Optional dependencies (4335182)
  • Language choice (4021fc1)
  • Integrate stylua (6a5b27e)