Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1.45 KB

File metadata and controls

62 lines (33 loc) · 1.45 KB

Changelog

All notable changes to this project will be documented in this file.

0.1.0

  • Dropped support for Rails 4.0 and 4.1 and for older minor Ruby 2 versions. This means those versions or combinations will not be tested, they may still work but will not receive support. This change could potentially break some apps in the future. Also, gem is stable enough to merit a minor version. Hence, 0.1.0 is here.
  • Added support for Rails 5.1 and 5.2 ~ @Onumis

0.0.20

  • Merge UK and GB regex, using official regex provided by gob.uk ~ @Onumis @dgilperez

0.0.19

  • Fixes JP and IE formats, thanks to ~ @timokleemann

0.0.18

  • Adds support for excluded_country_codes in the validation setup.
  • Remove support for UAE, not reliable sources found, assume not used.

0.0.17

  • Updates support for Luxembourg postal codes ~ @rivsc

0.0.16

  • Support for old / new Israel postal codes ~ @EricLarch

0.0.15

  • Support for old / new Lithuania postal codes ~ @EricLarch

0.0.14

  • Support for Rails5 ~ @dgilperez

0.0.13

  • Support for new Korea postal codes ~ @adlersantos

0.0.12

  • Sweden whitespace made optional ~ @radubatori

0.0.11

  • Fix Brazil zipcode ~ @pedrosfdcarneiro

0.0.10

  • Support zip+6 for the USA ~ @dimroc

0.0.9

  • Added Code of Conduct from Contributor Covenant ~ @dgilperez
  • Fixed Regex for Greece thanks to @Masa331

0.0.8

  • Added ValidatesZipcode.valid?(zipcode, country_alpha2) for usage outside models ~ @dgilperez