Changelog of @hackage/coformat 0.2.1.0

Changelog for coformat

v0.2.1.0

  • Allow the user to force-set formatter options.
  • Fixed discovering the default style options: need to pass user-forced and hardcoded options, otherwise clang-format might return nonsense.

v0.2.0.0

  • Changed the scoring from Levenshtein distance to something more suitable for the task.
  • Allow resuming the optimization process from an existing style file.

v0.1.0.0

Initial release: it formats something and is even tolerant to the formatter's crashes.