Skip to content

Commit

Permalink
Cleaned up README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lefavor committed Mar 31, 2015
1 parent 8b057a7 commit 158011d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,13 @@ URI.js is published under the [MIT license](http://www.opensource.org/licenses/m

### master (will become 1.15.0)

* URNs are now normalized based on the syntax given by [RFC 2141](https://www.ietf.org/rfc/rfc2141.txt)
* fixed [`.pathname()`](http://medialize.github.io/URI.js/docs.html#accessors-pathname) to properly en/decode URN paths - ([Issue #201](https://github.com/medialize/URI.js/pull/201), [mlefoster](https://github.com/mlefoster))
* fixing URI normalization to properly handle URN paths based on [RFC 2141](https://www.ietf.org/rfc/rfc2141.txt) syntax - ([Issue #201](https://github.com/medialize/URI.js/pull/201), [mlefoster](https://github.com/mlefoster))
* fixed [`.normalize()`](http://medialize.github.io/URI.js/docs.html#normalize) and [`.normalizePath()`](http://medialize.github.io/URI.js/docs.html#normalize-path) to properly normalize URN paths
* added `URI.encodeUrnPathSegment()`
* added `URI.decodeUrnPathSegment()`
* added `URI.decodeUrnPath()`
* added `URI.recodeUrnPath()`
* fixing `URI(undefined)` to throw TypeError - ([Issue #189](https://github.com/medialize/URI.js/issues/189)) - tiny backward-compatibility-break

### 1.14.2 (February 25th 2015) ###
Expand Down

0 comments on commit 158011d

Please sign in to comment.