All Versions
3
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.3.0 Changes
- ๐ Changed behaviour of
numLoop
to do nothing when notstart <= end
. That means it no longer wraps around for bounded types (e.g. Int), and no longer loops forever for unbounded types (e.g. Integer). See #3.
- ๐ Changed behaviour of
-
v0.2.0
April 29, 2014 -
v0.1.0 Changes
- ๐ Initial version.