v0.7.0
What's Changed
- Fixes a few ShipEngine typos by @pelargir in #131
- Parse UPS Freight cost breakdown from shipping label API response by @pelargir in #133
- Parse HTTP error responses in Freight error handler by @pelargir in #134
- Refactor error handlers by @pelargir in #135
- Use message from
cause
when API error message not set by @pelargir in #136 - Use person name when company name is blank by @pelargir in #137
- More Freight pickup and delivery options by @pelargir in #138
- Support Freight reference numbers by @pelargir in #139
- Parse Freight label responses with missing rates by @pelargir in #140
- Use
FriendlyShipping::Response
in default error handler by @pelargir in #141 - Restrict URI gem to < 0.11.0 by @mamhoff in #142
- Add optional
http_method
attr toRequest
class by @pelargir in #130 - Add support for UPS SurePost shipping methods by @mamhoff in #143
- Ruby 3 support by @pelargir in #145
- Pass multiple address lines to TForce correctly by @pelargir in #146
- Update uri requirement from < 0.11.0 to < 0.13.0 by @dependabot in #148
- Test multiple rubies by @mamhoff in #149
Full Changelog: v0.6.5...v0.7.0