All Versions
4
Latest Version
Avg Release Cycle
550 days
Latest Release
3444 days ago
Changelog History
Changelog History
-
v0.2.0 Changes
November 22, 2015- Incompatible API change to cleanup some initial design decisions:
๐ the two levelFormatOption
/FormatMode
model is removed, the
๐ fixed unit ofFormatOption
is moved to a new constructor
๐FormatMode
, andFormatOption
is removed entirely. This should be
a simpler API, at the cost of breaking compatibility. - ๐ Fixed issue #3 (No support for negative numbers).
- Worked around issue #1 (Add 'base' unit) by adding a mode that
disables scaling; it should have the same effect without introducing
an artificial unit.
- Incompatible API change to cleanup some initial design decisions:
-
v0.1.0 Changes
May 21, 2014๐ Initial release.
-
v0.1.0.2 Changes
November 22, 2015- ๐ Trivial release for compatibility with QuickCheck 2.7 and older
๐ฆ HUnit packages as found in Wheezy. - ๐ The release switches the test suite to use Cabal macros, which might
create issues in some cases. - ๐ Fixed issue #2 (Wrong formatting for small numbers in SI mode).
- ๐ Trivial release for compatibility with QuickCheck 2.7 and older
-
v0.1.0.1 Changes
May 21, 2014๐ Trivial release updating upper package bounds (for testing), updating homepage/related settings as part of move to github, and fixing a few documentation issues.