- Fixed JSON unmarshaling error when using
WithInGivenOutoption GetQuote()now returnsCoinfor bothAmountInandAmountOutfields, regardless of the underlying quote type, WithOutGivenIn or WithInGivenOut
- Update osmoutils-go to v0.0.16.
- Update api key header to x-api-key.
- Update osmoutils-go and add WithOutGivenInCustom option to GetQuote.
- Remove regex validation from RouterQuoteOptions tokenIn and tokenOut.
- Export SQSQuoteResponse, SQSPool, SQSRoute, SQSPriceInfo, Coin, Pool, Route, PriceInfo.
- Add WithAppendBaseFee option to GetQuote and extend SQSQuoteResponse with more data.
- rename GetRoute to GetQuote
- Add SQSMock to support testing.
- Add WithCustomURL option to Initialize.
- Improve router/quote WithOutGivenIn and WithInGivenOut options.
- Initial release.