Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.27 KB

CHANGELOG.rdoc

File metadata and controls

28 lines (19 loc) · 1.27 KB

0.2.0 (11/26/2012)

  • 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 from TaxCloud::Address.verify - @dblock.

  • Added TaxCloud::Address.zip that returns a 9-digit address zip code, when available - @dblock.

  • Returning a TaxCloud::Responses::Lookup from TaxCloud::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 and TaxCloud::TaxCode::Groups - @dblock.

0.1.5 (5/9/2012)

  • Fixed compatibility with Ruby 1.8.7 and 1.9.3, removed super from constructors for classes which inherit from Object - @gfmurphy.

0.1.4 (10/20/2011)

  • Upgraded rdoc - @drewtempelmeyer.

  • Fixed .gemspec dependency declaration for savon - @drewtempelmeyer.

0.1.3 (9/19/2011)

  • Added support for the “returned” request - @danielmorrison.

  • Refactoreted tests to use vcr and webmock - @danielmorrison.

0.1.0 (8/23/2011)

  • Initial public release - @drewtempelmeyer.