Skip to content

Releases: barbieswimcrew/zip-code-validator

v1.2.0

02 May 10:53

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

Choose a tag to compare

Improvement

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

v1.1.3

06 Dec 21:40

Choose a tag to compare

Improvement

  • Allowing the LV- part of an Latvian postcode to be optional (timwebsterreiss)

v1.1.2

21 Sep 18:29

Choose a tag to compare

Improvement

  • Allowing the second part of an Irish postcode to be optional (timwebsterreiss)

v1.1.1

30 Jun 06:42

Choose a tag to compare

Improvement

  • added regex patterns for Hong Kong (HK) and Macau (MO)

v1.1.0

06 Jun 11:17

Choose a tag to compare

Improvement

  • added new option "ignoreEmpty" (bool, default: false) that, set TRUE, avoids that validation fails if there is an empty value

v1.0.9

06 Jun 08:57

Choose a tag to compare

Improvement

  • Allowing A or B word character in FR pattern

v1.0.8

05 Apr 14:51

Choose a tag to compare

Bugfixing

  • Fixed regex for NL to allow optional space before letter suffix

v1.0.7

18 Oct 15:35

Choose a tag to compare

Improvements

  • Updated regex patterns for AI, AM, BB, BH, BM, BN, BR, CA, CZ, EC, FR, GB, GG, IM, JE, LB, LI, MT, MU, NG, NL, OM, PE, SE, SH, SK, SO, TW, TZ

Bugfixing

  • Fixed regex for NL to allow optionally appended letters

v1.0.6

05 Oct 11:28

Choose a tag to compare

Bugfixing

  • Fixed a bug that occurred when using a getter in an entity's property annotation. By removing empty $constraint->iso check the validation now works properly