Skip to content

Commit

Permalink
adding performance improvements to SecondLevelDomain (PR #122)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill authored and rodneyrehm committed Apr 15, 2014
1 parent fa8e831 commit c2ce45b
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 160 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ URI.js is published under the [MIT license](http://www.opensource.org/licenses/m
### master ###

* fixing [`URI.parseHost()`](http://medialize.github.io/URI.js/docs.html#static-parseHost) and [`URI.buildHost()`](http://medialize.github.io/URI.js/docs.html#static-buildHost) to properly parse and build the IPv6 examples given in [RFC2732 Format for Literal IPv6 Addresses in URL's](http://tools.ietf.org/html/rfc2732#section-2) - ([Issue #144](https://github.com/medialize/URI.js/issues/144))
* adding performance improvements to SecondLevelDomain - ([PR #122](https://github.com/medialize/URI.js/pull/122), [gorhill](https://github.com/gorhill))

### 1.12.1 (March 8th 2014) ###

Expand Down
Loading

0 comments on commit c2ce45b

Please sign in to comment.