Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 1.15 KB

Changelog

smuggler uses PVP Versioning. The change log is available on GitHub.

Unreleased: 0.2.0.0

  • #39: Change files only when there're warnings. Remove hash-store dependencies and a need to have local cache.
  • #7: Remove trailing commas in imports.
  • #30: Optimize whole import deletion.
  • #57: Add tests for implicit imports.
  • #59: Check if cache directory already exists before removing.
  • #52: Use ByteString instead of FilePath in Parser.
  • Upgrade to GHC-8.6.5
  • Improve tests output.

0.1.0 — Sep 24, 2018

  • #29: Improve documentation.
  • #43: Remove cabal.project (there's no need in it anymore).

0.0.0

  • Initially created.