summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2019-04-11Bump to v0.11.0v0.11.0Jared Norman
2019-04-11Avoid sending 0 quantity line itemsJared Norman
2019-04-05Bump to v0.10.0v0.10.0Jared Norman
2019-04-05Make shipping amount calculator configurableJared Norman
Necessary if you need to factor in order level adjustments (boooooo) into your shipping amounts to make things add up correctly.
2019-03-24Bump to v0.9.1Jared Norman
2019-03-24Remove cache key hackJared Norman
This never actually worked as expected. While imperfect, use the order params directly will produce better results.
2019-03-24Bump to v0.9.0Jared Norman
2019-03-24Make cache duration configurableJared Norman
2019-03-24Make cache key configurableJared Norman
Some stores may want to more aggressively cache the responses, preferring fewer requests to more accurate results.
2019-03-20Bump to v0.8.0 and update changelogv0.8.0Jared Norman
2019-03-19Bump to v0.7.0, update CHANGELOG.mdJared Norman
2019-03-14Update CHANGELOG.mdv0.6.2Jared Norman
2019-03-14Better explain the bug fix in v0.6.2Jared Norman
2019-03-14Bump VersionJuan Carlos Ruiz
2019-03-12Update CHANGELOG.mdv0.6.1Jared Norman
2019-02-05Make labels customizable.Jared Norman
2019-02-05Introduce configurable taxable address checkv0.5.0Jared Norman
2019-02-05Move exception handler configurationJared Norman