Skip to content

mindtouch-http.js release 2.0.0

Choose a tag to compare

@aaronmars aaronmars released this 08 Dec 17:24
· 66 commits to master since this release

This release introduces a breaking change for Plug:

When calling Plug.prototype.at, the segments passed in are no longer URI-encoded. It is now up to the caller to ensure the segments are encoded properly before they are passed to the at() function.