What's Changed
- The main change in this release is that trading limit related functionality now supports multiple assets (see #58). There are a few changes to the API that are not backwards compatible:
- getTradingLimitConfig(exchangeId) now returns an array of TradingLimitsConfig
- getTradingLimitState(exchangeId) now returns an array of TradingLimitsState
Full Changelog: v0.2.8...v1.0.0