Skip to content

Releases: tebello-thejane/bitx.hs

New spot orders endpoint

23 Oct 04:32
Compare
Choose a tag to compare

Also fixed rate limiting, and removed dependency on http-conduit.

BitX returns ints in decimal format

29 Aug 13:49
Compare
Choose a tag to compare

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

26 Aug 18:54
Compare
Choose a tag to compare

Changed prices to be Ints instead of Scientific. Also changed license from CC0 to less-problematic BSD3.

Bugfix and license change

22 Aug 09:29
Compare
Choose a tag to compare
  • Fix bug which had rendered library unusable. All previous versions should not be used.
  • Changed license from problematic PublicDomain to BSD3.

Improved Response type

12 Aug 10:20
Compare
Choose a tag to compare

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.

10 Aug 11:47
Compare
Choose a tag to compare

v0.2.0.2

18 Jun 12:52
Compare
Choose a tag to compare
Links to BitX in readme

Fix issues caused by new major version of Volkov's record package (0.4.*).)

16 Jun 11:50
Compare
Choose a tag to compare
v0.2.0.1

Prepare new release to fix record's upper bounds.

Module refractors, plus Scientific

10 Jun 18:17
Compare
Choose a tag to compare

Inital Hackage release.

01 Jun 08:50
Compare
Choose a tag to compare

First Hackage version.

Library is now "complete", modulo the items in the TODO. Development is ongoing.