What's Changed
- fix: match allDexsClearinghouseState user before invoking listener by @chrisling-dev in #90
- fix: add DOMException polyfill by @nktkas in #94
- feat(subscription): add
twapStatesmethod in 3267ffd - feat(userNonFundingLedgerUpdates): enhance response schema with new update types in 2539015
- revert: restore basic transport interfaces in 96698c7
- refactor(schemas)!: stricter schemes in 7c82575
- refactor(lint)!: add custom lint plugin and fix lint in 7c82575
Explanation of breaking changes
- Schemas are now more stringent to detect errors before sending a request (i.e., the error
v.ValiErroris possible instead ofApiRequestError) - Error message slightly changed due to new Lint rules
Full Changelog: v0.29.1...v0.30.0