Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 882 Bytes

CHANGELOG.md

File metadata and controls

17 lines (14 loc) · 882 Bytes

v0.5.1 (2018-12-13)

  • Fix for --help command not running properly #121

v0.5.0 (2018-12-11)

  • Beautified results can now update file contents directly #55
  • Color text will only be output if stdout is a terminal #97
  • A language will be suggested if the specified one via -l isn't found #116

v0.4.0 (2018-07-25)

  • Pass a Unibeautify configuration file into CLI options
  • Beautify text directly from files and output to stdout
  • Major refactoring #49
  • More unit test coverage

v0.3.0 (2018-07-18)

  • Read text from stdin and output beautified results
  • Pass a configuration file or directly enter JSON into terminal to specify options