Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-17 | Update CHANGELOG.md | Adnan Abdulally | |
Add information around the breaking changes added and upgrade instructions for 0.17.X to 0.18.X Co-authored-by: Nick Van Doorn <nick@super.gd> | |||
2021-02-22 | Update the changelog | Noah Silvera | |
Add a note about the addition of the rails engine. | |||
2021-02-08 | Include API version in request headers | Nicholas Van Doorn | |
TaxJar requires certified extensions to include an API version in the header of each request. This extensions wraps the official TaxJar Ruby Gem with another API client, so we make sure the version gets set in when our wrapper class is constructed. Co-authored-by: Noah Silvera <noah@super.gd> | |||
2020-07-14 | Update CHANGELOG.md | Jared Norman | |
2020-07-07 | Add solidus_dev_support change to CHANGELOG.md | Jared Norman | |
2020-05-27 | v0.17.1v0.17.1 | Jared Norman | |
2020-05-27 | Document bugfix in CHANGELOG.md | Jared Norman | |
2020-02-03 | v0.17.0v0.17.0 | Jared Norman | |
2020-02-03 | Add support for modifying order params | Jared Norman | |
2020-02-02 | v0.16.0v0.16.0 | Jared Norman | |
2020-01-22 | Remove unnecessay safe navigator | andrea longhi | |
The safe navigator is not necessary here, as all other method calls on `address` don't have it. | |||
2020-01-15 | Add changelog entry for TaxRateCalculator | andrea longhi | |
2019-06-26 | v0.15.2v0.15.2 | Jared Norman | |
2019-06-26 | Add order number to params logging | Jared Norman | |
Much easier to trace a request by doing this. | |||
2019-06-25 | v0.15.1v0.15.1 | Jared Norman | |
2019-06-25 | Add logging to changelog | Jared Norman | |
2019-06-25 | v0.15.0v0.15.0 | Jared Norman | |
2019-06-25 | Make cache key a string | Jared Norman | |
2019-05-28 | v0.14.0v0.14.0 | Jared Norman | |
2019-05-28 | Add new order check to changelog | Jared Norman | |
2019-05-20 | v0.13.0v0.13.0 | Jared Norman | |
2019-05-13 | Send customer_id to TaxJar API | Jared Norman | |
This is required to support per-customer exemptions through the TaxJar API. | |||
2019-04-24 | Bump to v0.12.0v0.12.0 | Jared Norman | |
2019-04-24 | More hacks to handle zero dollar orders | Jared Norman | |
I have a plan for how to handle these better in v1.0 though! | |||
2019-04-24 | Report no tax collected when order zeroed out | Jared Norman | |
2019-04-11 | Bump to v0.11.1v0.11.1 | Jared Norman | |
2019-04-11 | Avoid sending negative order totals | Jared Norman | |
If an order is adjusted to zero, we don't want to subtract the tax from it... because that don't make no sense. A better solution that properly factors in order level adjustments will be coming eventually, this is just a hack to process some orders immediately. | |||
2019-04-11 | Bump to v0.11.0v0.11.0 | Jared Norman | |
2019-04-11 | Avoid sending 0 quantity line items | Jared Norman | |
2019-04-05 | Bump to v0.10.0v0.10.0 | Jared Norman | |
2019-04-05 | Make shipping amount calculator configurable | Jared Norman | |
Necessary if you need to factor in order level adjustments (boooooo) into your shipping amounts to make things add up correctly. | |||
2019-03-24 | Bump to v0.9.1 | Jared Norman | |
2019-03-24 | Remove cache key hack | Jared Norman | |
This never actually worked as expected. While imperfect, use the order params directly will produce better results. | |||
2019-03-24 | Bump to v0.9.0 | Jared Norman | |
2019-03-24 | Make cache duration configurable | Jared Norman | |
2019-03-24 | Make cache key configurable | Jared Norman | |
Some stores may want to more aggressively cache the responses, preferring fewer requests to more accurate results. | |||
2019-03-20 | Bump to v0.8.0 and update changelogv0.8.0 | Jared Norman | |
2019-03-19 | Bump to v0.7.0, update CHANGELOG.md | Jared Norman | |
2019-03-14 | Update CHANGELOG.mdv0.6.2 | Jared Norman | |
2019-03-14 | Better explain the bug fix in v0.6.2 | Jared Norman | |
2019-03-14 | Bump Version | Juan Carlos Ruiz | |
2019-03-12 | Update CHANGELOG.mdv0.6.1 | Jared Norman | |
2019-02-05 | Make labels customizable. | Jared Norman | |
2019-02-05 | Introduce configurable taxable address checkv0.5.0 | Jared Norman | |
2019-02-05 | Move exception handler configuration | Jared Norman | |