Skip to content

Releases: MeanBoyCousin/100xClient

Release 1.2.0

26 Jun 10:37
ea54f54
Compare
Choose a tag to compare
  • New trade-history endpoint added via the getTradeHistory method.
  • Fixed a typo in the unknown error message and moved it to a constant for better reusability.

Release 1.1.1

11 Jun 13:02
bbb3d24
Compare
Choose a tag to compare
  • The placeOrder method now takes a priceIncrement parameter for market orders to ensure correct precision when slippage is applied.
  • Nonces are now generated in microsecond time instead of nanosecond time.

Release 1.1.0

28 May 15:01
5ab3ad6
Compare
Choose a tag to compare
  • Scripts and dev dependencies are now cleaned from package.json before building the package.
  • README updates.
  • Mainnet contracts now up to date.
  • No longer mocking contract addresses and API URL.

Release 1.0.3

24 Apr 14:47
a3541a7
Compare
Choose a tag to compare
  • Change log updates are now checked during PR CI runs.
  • Change log notes are now appended to releases.
  • Added tsx as a missing dev dependency.
  • Users can now hot swap between sub-accounts.

Release 1.0.2

22 Apr 12:10
5469aec
Compare
Choose a tag to compare
  • Added missing entry points to package.json.
  • Tweaks to the TypeScript config.
  • Updated various docs.

Release 1.0.1

19 Apr 17:16
Compare
Choose a tag to compare
  • Updated README.
  • Updated release workflow for better ordering.

Release 1.0.0

19 Apr 17:01
Compare
Choose a tag to compare
  • V1 release with all REST endpoints.
  • Added README.
  • Added contributing guidelines.