Changelog of @hackage/config-ini 0.2.1.0

0.2.1.0

  • Fix regression in standard API where values would be reported with extraneous whitespace

0.2.0.1

  • Include prewritten test cases in distributed package

0.2.0.0

  • Introduced Data.Config.Ini.Bidir, which introduces a new alternate API for working with Ini files.
  • Reworked the internal representation to accomodate Data.Config.Ini.Bidir; as such, the structure of Data.Config.Ini.Raw is radically changed
  • Dropped GHC 7.8 backwards-compatibility.

0.1.2.1

  • GHC 8.2 compatibility

0.1.2.0

  • GHC 7.8 backwards-compatibility
  • Started changelog