### dev [full changelog](http://github.com/yolk/valvat/compare/v0.6.8...master) ### 0.6.8 / 2014-12-18 [full changelog](http://github.com/yolk/valvat/compare/v0.6.7...v0.6.8) * Added cert to allow valvat to be installed with `gem install valvat -P MediumSecurity` (more info: http://guides.rubygems.org/security/) * Removed all circular require-statements - fixed #34 (by [Julik Tarkhanov](https://github.com/julik)) * Fixed segfault with activemodel requiring files with .rb-suffix - fixed #34 (by [Julik Tarkhanov](https://github.com/julik)) ### 0.6.7 / 2014-11-03 [full changelog](http://github.com/yolk/valvat/compare/v0.6.6...v0.6.7) * Fixed SOAP issue with current wasabi 3.3 - fixed #33 * Several minor travis/guard fixes ### 0.6.6 / 2014-10-02 [full changelog](http://github.com/yolk/valvat/compare/v0.6.5...v0.6.6) * Added czech translations (by [Dawid Cichuta](https://github.com/cichaczem)) * Fixed polish translations (by [Dawid Cichuta](https://github.com/cichaczem)) ### 0.6.5 / 2014-06-19 [full changelog](http://github.com/yolk/valvat/compare/v0.6.4...v0.6.5) * Added french, spanish and danish translations (by [Roman Lehnert](https://github.com/romanlehnert)) * Specs: Fixed issues with rspec 3 * Specs: Switched to :expect syntax ### 0.6.4 / 2014-04-09 [full changelog](http://github.com/yolk/valvat/compare/v0.6.3...v0.6.4) * Added dutch translations (by [0scarius](https://github.com/0scarius)) ### 0.6.3 / 2014-04-05 [full changelog](http://github.com/yolk/valvat/compare/v0.6.2...v0.6.3) * Fixed portuguese translations (by [Davidslv](https://github.com/Davidslv)) ### 0.6.2 / 2013-11-10 [full changelog](http://github.com/yolk/valvat/compare/v0.6.1...v0.6.2) * Added blank? method to Valvat object ### 0.6.1 / 2013-09-02 [full changelog](http://github.com/yolk/valvat/compare/v0.6.0...v0.6.1) * Valvat::Lockup: require savon on load ### 0.6.0 / 2013-08-01 [full changelog](http://github.com/yolk/valvat/compare/v0.5.0...v0.6.0) * Works now with current version of savon gem (2.3.0) (by [liggitt](https://github.com/liggitt)) * Corrected regex for IE VAT numbers (by [brianphillips](https://github.com/brianphillips)) * Improved PT translation * Some code refactorings * Spec improvments ### 0.5.0 / 2013-07-18 [full changelog](http://github.com/yolk/valvat/compare/v0.4.7...v0.5.0) * Added experimental checksum verification for 17 european countries (with help from [kirichkov](https://github.com/kirichkov)) * Works now with current version of savon gem (2.2.0) (by [nevesenin](https://github.com/nevesenin)) ### 0.4.7 / 2013-07-18 [full changelog](http://github.com/yolk/valvat/compare/v0.4.6...v0.4.7) * Added I18n locales for Polish, Romanian, Italian, Portuguese and Latvian (by [shaundaley39](https://github.com/shaundaley39)) ### 0.4.6 / 2013-07-01 [full changelog](http://github.com/yolk/valvat/compare/v0.4.5...v0.4.6) * Added support for croatian vat numbers (by [mowli](https://github.com/mowli)) ### 0.4.5 / 2013-02-16 [full changelog](http://github.com/yolk/valvat/compare/v0.4.4...v0.4.5) * Added I18n locales in bulgarian (by [kirichkov](https://github.com/kirichkov)) ### 0.4.4 / 2013-01-07 [full changelog](http://github.com/yolk/valvat/compare/v0.4.3...v0.4.4) * Fixed dependency on savon version 1.2 (2.0 uses new api) * Convert to string before normalize (by [borodiychuk](https://github.com/borodiychuk)) ### 0.4.3 / 2012-12-11 [full changelog](http://github.com/yolk/valvat/compare/v0.4.2...v0.4.3) * Fixed error handling in Lookup (by [bmurzeau](https://github.com/bmurzeau)) ### 0.4.2 / 2012-11-16 [full changelog](http://github.com/yolk/valvat/compare/v0.4.1...v0.4.2) * Fixed usage with savon version 1.2 * Require version 1.2 of the savon gem from now on * Added :raise_error option to throw errors instead of returning nil ### 0.4.1 / 2012-07-17 [full changelog](http://github.com/yolk/valvat/compare/v0.4.0...v0.4.1) * Fixed issue with current savon version & required more recent savon version ### 0.4.0 / 2012-07-17 [full changelog](http://github.com/yolk/valvat/compare/v0.3.6...v0.4.0) * Added support for company details and requester identifiers in successful responses (by [lcx](https://github.com/lcx)) * Added Valvat::Lookup.last_error for debugging ### 0.3.6 / 2012-04-10 [full changelog](http://github.com/yolk/valvat/compare/v0.3.5...v0.3.6) * Fixed wrong regexp for Belgium numbers (by [opsidao](https://github.com/opsidao)) ### 0.3.5 / 2012-02-02 [full changelog](http://github.com/yolk/valvat/compare/v0.3.4...v0.3.5) * Swedish translation (by [henrik](https://github.com/henrik)) * English fixes (by [henrik](https://github.com/henrik)) ### 0.3.4 / 2011-08-01 [full changelog](http://github.com/yolk/valvat/compare/v0.3.3...v0.3.4) * Normalize all input on initialization (by [SpoBo](https://github.com/SpoBo)) ### 0.3.3 / 2011-06-02 [full changelog](http://github.com/yolk/valvat/compare/v0.3.2...v0.3.3) * Add Valvat::Utils.iso_country_to_vat_country (by [Deb Bassett](https://github.com/urbanwide)) ### 0.3.2 / 2011-01-14 [full changelog](http://github.com/yolk/valvat/compare/v0.3.1...v0.3.2) * Fixed localization strings (en/de) * Moved locales folder to lib/valvat/locales ### 0.3.1 / 2011-01-12 [full changelog](http://github.com/yolk/valvat/compare/v0.3.0...v0.3.1) * ActiveModel validation: Failed validations with _match_country_ now use error message with country from given attribute * ActiveModel validation: Failed validations with _match_country_ skip lookup and syntax checks ### 0.3.0 / 2011-01-12 [full changelog](http://github.com/yolk/valvat/compare/v0.2.3...v0.3.0) * ActiveModel validation: added _match_country_ option to validate if iso country code of vat number matches another attribute. ### 0.2.3 / 2011-01-10 [full changelog](http://github.com/yolk/valvat/compare/v0.2.2...v0.2.3) * Valvat::Utils.normalize now removes spaces and special chars anywhere ### 0.2.2 / 2011-01-10 [full changelog](http://github.com/yolk/valvat/compare/v0.2.1...v0.2.2) * Using vies directly via soap/savon again; isvat.appspot.com is not _really_ reliable. * Added support for Valvat#exist? as an alias of Valvat#exists? ### 0.2.1 / 2011-01-07 [full changelog](http://github.com/yolk/valvat/compare/v0.2.0...v0.2.1) * Fixed blocker in valvat/lookup ### 0.2.0 / 2011-01-07 [full changelog](http://github.com/yolk/valvat/compare/v0.1.1...v0.2.0) * Rewrote Valvat module to a vat number class for convenience + internal use of Valvat instances * I18n: Default error messages in german ### 0.1.1 / 2011-01-07 [full changelog](http://github.com/yolk/valvat/compare/v0.1.0...v0.1.1) * Fixed issue with country web service down and added spec * Stubbed web service specs with fakeweb * Added documentation for ActiveModel support ### 0.1.0 / 2011-01-07 [full changelog](http://github.com/yolk/valvat/compare/v0.0.3...v0.1.0) * ActiveModel validation: added optional lookup support * ActiveModel validation: I18n support with country specific messages * ActiveModel validation: I18n locales in english and german * Fixed bug with wrong iso country code on greek vat number (EL != GR) * Valvat::Util.split only returns countries from europe ### 0.0.3 / 2011-01-06 [full changelog](http://github.com/yolk/valvat/compare/v0.0.2...v0.0.3) * Basic support for ActiveModel validation ### 0.0.2 / 2011-01-06 [full changelog](http://github.com/yolk/valvat/compare/v0.0.1...v0.0.2) * Use REST-wrapper for accessing VIES web service; this removes dependency on savon and some lines of code. See http://isvat.appspot.com/