All Versions
28
Latest Version
Avg Release Cycle
59 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.1.1.7 Changes
Current [development version]
-
v0.1.1.6 Changes
October 09, 2019๐ Latest [release version], including
- ๐ minor bug fixes and tidying, including improved error reporting; and
- compatability with GHC 8.8.1.
-
v0.1.1.5 Changes
October 03, 2019โ Add version CLI option and improved CLI error reporting.
-
v0.1.1.4 Changes
December 03, 2018๐ Fixes to documentation and CLI display bugs.
-
v0.1.1.3 Changes
December 03, 2018๐ Redundant release (version error)
-
v0.1.1.2 Changes
December 03, 2018๐ Redundant release (version error)
-
v0.1.1.1 Changes
November 24, 2018- ๐ Change to handling errors with
Either
(rather thanExcept
, eliminating the dependency onmtl
). - ๐ Removal of deprecated display functions from
Crypto.Enigma.Display
.
- ๐ Change to handling errors with
-
v0.0.3.1 Changes
November 21, 2018Non-breaking API additions, adding [new CLI] with significant ๐จ refactoring and additional features:
- Add command line interface, using optparse-applicative.
- ๐จ Refactor display functions, deprecating
show...
functions and adding new display options. - Encapsulate
EnigmaConfig
display options inDisplayOpts
with a total constructor (coercing any bad values to defaults). - More consistent and robust error handling in
EnigmaConfig
constructors (including restoringreadSpec
compliance inread
). - โ Add (export existing) total constructor
for
EnigmaConfig
.
-
v0.0.2.8 Changes
- Workflow changes.