Releases: melwynfurtado/postcode-validator
Releases · melwynfurtado/postcode-validator
3.3.0
- [feature] EcmaScript modules support.
3.2.1
- [fix] Fix postocde validation regex for US, MU, IL & countried in EU which require country code to be prefixed.
3.2.0
- [feature] Export country codes as type for typescript
- [fix] Validate postal code for ANY country
- [fix] Update dev dependencies to overcome security vulnerabilities
3.1.1
- [fix] Replace UK country code with GB
- [fix] Fix validation for Korean zipcode
3.1.0
- [feature] Added support for typed country code
- [feature] Added function to support checking if validation exists for a specified country
3.0.0
- [feature] Typescript version
- [deps] Requires node version 10 or above
2.1.0
- [feature] Add support for Ireland postcodes
- [fix] Tighten Austrian postal code validation
2.0.0
- [feature] Stricter country validation
- [deps] Requires node version 8 or above
1.2.1
- [Bug Fix] Tighten Canadian postal code validation
1.2.0
- Adds more number of country specific regexes
- Updates README.md file