All Versions
16
Latest Version
Avg Release Cycle
-
Latest Release
1672 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.1.1 Changes
- โ Added instances for common typeclasses:
Generic
,NFData
, andHashable
. This is to avoid having users define these instances themselves as orphans. If there are more instances you want added, please let me know.Data
was left out on purpose.
- โ Added instances for common typeclasses:
-
v3.1.0 Changes
- Added support for epoch numbers in the
Version
type. These are numbers like the1:
in1:2.3.4
. These are used in Arch Linux in rare cases where packages change their versioning scheme, but need a reliable integer prefix to establish ordering. TheVersion
type has been given a new field,_vEpoch :: Maybe Int
, and a corresponding lens,vEpoch
.
- Added support for epoch numbers in the
-
v3.0.2 Changes
- ๐ฆ Expose internal parsers so that they could be used in other parser programs that parse version numbers in larger files.
-
v3.0.0 Changes
- โก๏ธ Updated for
megaparsec-5
andghc-8
- โก๏ธ Updated for
-
v2.0.0 Changes
- ๐ Switched to
megaparsec
to perform all parsing asText
- ๐ Support for legacy
String
removed - โ Added more Traversals and INLINE'd all Lenses/Traversals
- ๐ Switched to
-
v1.1.0 Changes
- โ Added Lenses and Traversals (no
lens
dependency)
- โ Added Lenses and Traversals (no