All Versions
13
Latest Version
Avg Release Cycle
82 days
Latest Release
1580 days ago

Changelog History
Page 1

  • v0.6.2 Changes

    December 22, 2019
    • ๐Ÿ“œ megaparsec 0.8 is compatible as well as 0.7.
    • ๐Ÿ‘Œ Support for local and remote file source remotes without hashes. Some old versions of might have these. FileRemoteNoIntegrity and FileLocalNoIntegrity.
  • v0.6.1 Changes

    November 03, 2019
    • โšก๏ธ Update megaparsec dependency to 0.7.
  • v0.6.0 Changes

    December 19, 2018

    โž• Added

    • ๐Ÿ‘Œ Support for local dependencies (resolved field starts with file:)

    ๐Ÿ›  Fixed

    • Semigroup is superclass of Monoid
  • v0.5.0 Changes

    June 12, 2018

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ PackageKeys now correctly parse scoped npm names
      • This means Text is now a sum of SimplePackageKey/ScopedPackageKey

    ๐Ÿ›  Fixed

    • ๐Ÿ“ฆ PackageKeys with versions containing @ parse correctly
  • v0.4.1 Changes

    May 15, 2018

    ๐Ÿ”„ Changed

    • โšก๏ธ Update the parser to megaparsec 6.*
    • Raise protolude minimal version to 0.2.*

    ๐Ÿ›  Fixed

    • Import missing quickcheck NonEmpty instances from quickcheck-orphans
  • v0.4.0 Changes

    October 07, 2017

    ๐Ÿ”„ Changed

    • MKMap functions fromList and toList only take non-empty key lists
  • v0.3.4 Changes

    October 04, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support for Protolude 0.2.* ((<>) is exported from Monoid, not Semigroup)
  • v0.3.3 Changes

    October 04, 2017

    ๐Ÿ›  Fixed

    • โœ‚ Remove (broken) support for megaparsec 6.*
  • v0.3.2 Changes

    October 02, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support parsing packages with @ in the package name
  • v0.3.1 Changes

    August 16, 2017

    โž• Added

    • Functor, Foldable and Traversable instances for MKMap

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Remote URL parsing strips more unneeded elements