-
The gem is now licensed under the MIT license - @dblock.
-
Raise specialized configuration and SOAP errors - @dblock.
-
Added
TaxCloud::Client.ping
- @dblock. -
Returning a verified
TaxCloud::Address
fromTaxCloud::Address.verify
- @dblock. -
Added
TaxCloud::Address.zip
that returns a 9-digit address zip code, when available - @dblock. -
Returning a
TaxCloud::Responses::Lookup
fromTaxCloud::Transaction.lookup
- @dblock. -
Returning transaction state, ie.
"OK"
from all other TaxCloud transactions. Exceptions are raised on error - @dblock. -
Added support for tax codes and tax code groups lookup with
TaxCloud::TaxCodes
andTaxCloud::TaxCode::Groups
- @dblock.
-
Fixed compatibility with Ruby 1.8.7 and 1.9.3, removed super from constructors for classes which inherit from
Object
- @gfmurphy.
-
Upgraded rdoc - @drewtempelmeyer.
-
Fixed
.gemspec
dependency declaration for savon - @drewtempelmeyer.
-
Added support for the “returned” request - @danielmorrison.
-
Refactoreted tests to use vcr and webmock - @danielmorrison.
-
Initial public release - @drewtempelmeyer.