Comparing version 1.13.1 to 1.13.2
{ | ||
"name": "URIjs", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"title": "URI.js - Mutating URLs", | ||
@@ -77,2 +77,4 @@ "author": { | ||
"src/jquery.URI.js", | ||
"src/URI.min.js", | ||
"src/jquery.URI.min.js", | ||
"src/URI.fragmentQuery.js", | ||
@@ -79,0 +81,0 @@ "src/URI.fragmentURI.js" |
@@ -199,2 +199,3 @@ # URI.js # | ||
* [uri-template](https://github.com/rezigned/uri-template.js) (supporting extraction as well) by Rezigne | ||
* [uri-templates](https://github.com/geraintluff/uri-templates) (supporting extraction as well) by Geraint Luff | ||
@@ -232,2 +233,6 @@ * [uri-templates](https://github.com/marc-portier/uri-templates) by Marc Portier | ||
### 1.13.2 (May 29th 2014) ### | ||
* changes to package management manifests only | ||
### 1.13.1 (April 16th 2014) ### | ||
@@ -234,0 +239,0 @@ |
@@ -5,3 +5,3 @@ /*! | ||
* | ||
* Version: 1.13.1 | ||
* Version: 1.13.2 | ||
* | ||
@@ -8,0 +8,0 @@ * Author: Rodney Rehm |
@@ -5,3 +5,3 @@ /*! | ||
* | ||
* Version: 1.13.1 | ||
* Version: 1.13.2 | ||
* | ||
@@ -8,0 +8,0 @@ * Author: Rodney Rehm |
@@ -1,2 +0,2 @@ | ||
/*! URI.js v1.13.1 http://medialize.github.io/URI.js/ */ | ||
/*! URI.js v1.13.2 http://medialize.github.io/URI.js/ */ | ||
/* build contains: jquery.URI.js */ | ||
@@ -3,0 +3,0 @@ (function(d,e){"object"===typeof exports?module.exports=e(require("jquery","./URI")):"function"===typeof define&&define.amd?define(["jquery","./URI"],e):e(d.jQuery,d.URI)})(this,function(d,e){function h(a){return a.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function k(a){var b=a.nodeName.toLowerCase();return"input"===b&&"image"!==a.type?void 0:e.domAttributes[b]}function p(a){return{get:function(b){return d(b).uri()[a]()},set:function(b,c){d(b).uri()[a](c);return c}}}function l(a,b){var c,e,f;if(!k(a)|| |
@@ -5,3 +5,3 @@ /*! | ||
* | ||
* Version: 1.13.1 | ||
* Version: 1.13.2 | ||
* | ||
@@ -8,0 +8,0 @@ * Author: Rodney Rehm |
/*! | ||
* URI.js - Mutating URLs | ||
* | ||
* Version: 1.13.1 | ||
* Version: 1.13.2 | ||
* | ||
@@ -60,3 +60,3 @@ * Author: Rodney Rehm | ||
URI.version = '1.13.1'; | ||
URI.version = '1.13.2'; | ||
@@ -63,0 +63,0 @@ var p = URI.prototype; |
@@ -1,2 +0,2 @@ | ||
/*! URI.js v1.13.1 http://medialize.github.io/URI.js/ */ | ||
/*! URI.js v1.13.2 http://medialize.github.io/URI.js/ */ | ||
/* build contains: IPv6.js, punycode.js, SecondLevelDomains.js, URI.js, URITemplate.js */ | ||
@@ -3,0 +3,0 @@ (function(f,n){"object"===typeof exports?module.exports=n():"function"===typeof define&&define.amd?define(n):f.IPv6=n(f)})(this,function(f){var n=f&&f.IPv6;return{best:function(g){g=g.toLowerCase().split(":");var h=g.length,d=8;""===g[0]&&""===g[1]&&""===g[2]?(g.shift(),g.shift()):""===g[0]&&""===g[1]?g.shift():""===g[h-1]&&""===g[h-2]&&g.pop();h=g.length;-1!==g[h-1].indexOf(".")&&(d=7);var m;for(m=0;m<h&&""!==g[m];m++);if(m<d)for(g.splice(m,1,"0000");g.length<d;)g.splice(m,0,"0000");for(m=0;m<d;m++){for(var h= |
@@ -5,3 +5,3 @@ /*! | ||
* | ||
* Version: 1.13.1 | ||
* Version: 1.13.2 | ||
* | ||
@@ -8,0 +8,0 @@ * Author: Rodney Rehm |
190340
475