Releases: tebello-thejane/bitx.hs
Releases · tebello-thejane/bitx.hs
New spot orders endpoint
Also fixed rate limiting, and removed dependency on http-conduit.
BitX returns ints in decimal format
The last bugfix added a new bug. Although prices are actually decimals without a fractional part, rather than actual straight integers.
Apparently, prices should be ints, not floating point
Changed prices to be Int
s instead of Scientific
. Also changed license from CC0 to less-problematic BSD3.
Bugfix and license change
- Fix bug which had rendered library unusable. All previous versions should not be used.
- Changed license from problematic PublicDomain to BSD3.
Improved Response type
ExceptionResponse
now gives the thrown exception, rather than a text
representation. This should have ideally been part of v0.3.0.0, actually.
Now using lenses instead of Volkov records; implemented rate-limiting support.
v0.2.0.2
Links to BitX in readme
Fix issues caused by new major version of Volkov's record package (0.4.*).)
v0.2.0.1 Prepare new release to fix record's upper bounds.
Module refractors, plus Scientific
v0.2.0.0 Notes.
Inital Hackage release.
First Hackage version.
Library is now "complete", modulo the items in the TODO. Development is ongoing.