Changelog of @hackage/hlint-plugin 1.0.2

1.0.2

  • Fix performance of argsSettings
    • Before this change hlint-plugin would read in the hlint settings file for each Haskell module that was compiled and now it correctly caches those reads, which greatly improves the performance of the plugin.
  • Small improvements to package description

1.0.1

  • Small improvements to package description

1.0.0

  • Initial release