Skip to content

Commit

Permalink
Bump to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcadass committed May 1, 2020
1 parent d2c77eb commit 4769ffa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,45 @@
## v3.0.0
# Changelog

## v3.1.0

### Features
- Set back `GB` country code to be [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) compliant. `UK` country code will fallback to `GB` for backward compatibility [@jariz](https://github.com/jariz)
- Update `IE` zipcode regex [@jariz](https://github.com/jariz)

### Miscellaneous
- Update dev dependencies
- Add code coverage
- Add tests
- Add `build` NPM script
- Setup Travis CI for PR and remote branches
- Setup CD to publish package on new releases
- Keep only useful files for package (reduce package size)


## v3.0.0

### Features
- ⚠️ Remove [obsolete](https://en.wikipedia.org/wiki/ISO_3166-2:CS) **CS** code (Serbia and Montenegro). Use **RS** (Serbia) & **ME** (Montenegro) that already exist in the lib.

### Miscellaneous

- Update README

---

## v2.0.0

### Features

- ⚠️ Replace **GB** by **UK**
- Update **UK** Regex (ex **GB**) to cover all **UK** zipcodes
- Add **CO** (Colombia) support

### Miscellaneous

- Update dependencies
- Add a header prefix on dist files to identify lib and version

---

## v1.0.3 (from v1.0.0)

### Miscellaneous

- Add MIT License
- Add manual test HTML file
- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion dist/i18n-zipcodes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! i18n-zipcodes v3.0.0 - https://github.com/sarcadass/i18n-zipcodes */
/*! i18n-zipcodes v3.1.0 - https://github.com/sarcadass/i18n-zipcodes */
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/i18n-zipcodes.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-zipcodes",
"version": "3.0.0",
"version": "3.1.0",
"description": "International zipcodes validator based on Regex for Node.js and the browser.",
"keywords": [
"i18n",
Expand Down

0 comments on commit 4769ffa

Please sign in to comment.