All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.5.0 Changes
- ๐ Use
time
instead ofthyme
.time
is a lot faster now, andthyme
seems unmaintained.
- ๐ Use
-
v0.4.1 Changes
- ๐ Fix style suggestions for newer hlint
-
v0.4.0 Changes
- Migrated to the new v20 REST API
-
v0.3.1 Changes
- โ Added endpoint to create orders
-
v0.3.0.0 Changes
- Prefer
Text
instead ofString
for arguments. We still useString
in endpoints since that is whatwreq
uses. - ๐ Use
http-conduit
instead ofwreq
- Prefer
-
v0.2.0.0 Changes
- ๐ Use thyme instead of time. Thyme uses a much more efficient representation of time stamps. Note that thyme has a module called Data.Thyme.Time that provides wrappers and conversion functions to and from time types.
- โ Added a convenient
granularityToDiffTime
to convert fromGranularity
toNominalDiffTime
. - ๐ Fixed not being able to use a start/end time in conjunction with a count for the candlestick endpoints.
- ๐ Use true optional arguments using
Maybe
. This fixes some endpoints breaking when empty lists were passed, and also makes it so we don't have to hard-code defaults.
-
v0.1.0.0 Changes
๐ Initial release. The API is not yet complete, but there is enough to be useful.