Skip to content

Releases: barbieswimcrew/zip-code-validator

v1.3.6

13 Sep 06:28
1371df5
Compare
Choose a tag to compare

Improvement

v1.3.5

28 Jun 12:29
Compare
Choose a tag to compare

Bugfix

  • Fix Jamaican (JA) zipcode regex issues (aschempp)
  • Add invalid test cases to JA unit test (aschempp)

v1.3.4

27 Jun 13:36
Compare
Choose a tag to compare

Improvement

  • Thanks to Yanick the zip code regex pattern for Switzerland (CH) has been improved (Toflar)
  • Unit tests have been added to ensure the CH regex is working properly (Toflar)

v1.3.3

31 May 17:16
Compare
Choose a tag to compare

Improvement

  • Add zipcode regex for Jamaica JA as well as tests for JA (boxblinkracer)

v1.3.2

28 Feb 07:15
Compare
Choose a tag to compare

Improvement

  • Add zipcode regex for Panama PA as well as tests for PA (boxblinkracer)

v1.3.1

12 Oct 14:18
Compare
Choose a tag to compare

Improvement

  • Make ES zip code regexp more explicit (monro93)

v1.3.0

08 Oct 06:07
Compare
Choose a tag to compare

Improvement

  • The Mockery dependency has been replaced by PhpUnit (dangenendt)
  • Testcases have been refactored to provide a much more standardized structure of test classes (dangenendt)

v1.2.1

01 Oct 13:38
Compare
Choose a tag to compare

Improvement

  • [A-Z]{2}? shouldn't be optional in NL zip code (mwansinck)

v1.2.0

02 May 10:53
Compare
Choose a tag to compare
  • Adding the ability to decide whether the validation should check case sensitive or not. This may be done via the new "caseSensitiveCheck" property. (nagno)

v1.1.4

26 Jan 09:57
Compare
Choose a tag to compare

Improvement

  • Forcing a start and end string match for GB zipcode regex. (gonzalovilaseca)