Skip to content

Commit 4a25e5f

Browse files
author
Matthew Lefavor
committed
Cleaned up README file.
1 parent 8b057a7 commit 4a25e5f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,13 @@ URI.js is published under the [MIT license](http://www.opensource.org/licenses/m
246246

247247
### master (will become 1.15.0)
248248

249-
* URNs are now normalized based on the syntax given by [RFC 2141](https://www.ietf.org/rfc/rfc2141.txt)
249+
* 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))
250+
* 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))
251+
* 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
252+
* added `URI.encodeUrnPathSegment()`
253+
* added `URI.decodeUrnPathSegment()`
254+
* added `URI.decodeUrnPath()`
255+
* added `URI.recodeUrnPath()`
250256
* fixing `URI(undefined)` to throw TypeError - ([Issue #189](https://github.com/medialize/URI.js/issues/189)) - tiny backward-compatibility-break
251257

252258
### 1.14.2 (February 25th 2015) ###

0 commit comments

Comments
 (0)