All Versions
4
Latest Version
Avg Release Cycle
26 days
Latest Release
2532 days ago
Changelog History
Changelog History
-
v0.1.2.1 Changes
April 21, 2018Apr 21, 2018
๐ https://github.com/mstksg/one-liner-instances/releases/tag/v0.1.2.1
- Forgot to export System.Random.OneLiner!
-
v0.1.2.0 Changes
April 21, 2018Apr 20, 2018
๐ https://github.com/mstksg/one-liner-instances/releases/tag/v0.1.2.0
- Generic instances for
Random
from the random package.
- Generic instances for
-
v0.1.1.0 Changes
February 05, 2018Feb 5, 2018
๐ https://github.com/mstksg/one-liner-instances/releases/tag/v0.1.1.0
- Newtype instances actually didn't work before! They do now :)
- Added generic implementations and newtypes for
Bounded
,Ord
, andEq
. - Some aggressive inlining in all modules.
- Added clarification and comparisons to other libraries to README
-
v0.1.0.0 Changes
February 03, 2018Feb 3, 2018
๐ Deprecated
๐ https://github.com/mstksg/one-liner-instances/releases/tag/v0.1.0.0
- ๐ Initial release