All Versions
13
Latest Version
Avg Release Cycle
82 days
Latest Release
1379 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.6.2 Changes
December 22, 2019- ๐
megaparsec
0.8
is compatible as well as0.7
. - ๐ Support for local and remote file source remotes without hashes. Some old versions of might have these.
FileRemoteNoIntegrity
andFileLocalNoIntegrity
.
- ๐
-
v0.6.1 Changes
November 03, 2019- โก๏ธ Update
megaparsec
dependency to0.7
.
- โก๏ธ Update
-
v0.6.0 Changes
December 19, 2018โ Added
- ๐ Support for local dependencies (
resolved
field starts withfile:
)
๐ Fixed
- Semigroup is superclass of Monoid
- ๐ Support for local dependencies (
-
v0.5.0 Changes
June 12, 2018๐ Changed
- ๐ฆ
PackageKey
s now correctly parse scoped npm names- This means
Text
is now a sum ofSimplePackageKey
/ScopedPackageKey
- This means
๐ Fixed
- ๐ฆ
PackageKey
s with versions containing@
parse correctly- Like for example
git+ssh:[email protected]
links for some git packages
- Like for example
- ๐ฆ
-
v0.4.1 Changes
May 15, 2018๐ Changed
- โก๏ธ Update the parser to
megaparsec 6.*
- Raise
protolude
minimal version to0.2.*
๐ Fixed
- Import missing quickcheck
NonEmpty
instances fromquickcheck-orphans
- โก๏ธ Update the parser to
-
v0.4.0 Changes
October 07, 2017๐ Changed
- MKMap functions
fromList
andtoList
only take non-empty key lists
- MKMap functions
-
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
- ๐ Support parsing packages with
-
v0.3.1 Changes
August 16, 2017โ Added
- Functor, Foldable and Traversable instances for MKMap
๐ Fixed
- ๐ Remote URL parsing strips more unneeded elements