Releases: MindTouch/mindtouch-http.js
Releases · MindTouch/mindtouch-http.js
mindtouch-http.js release 2.1.4
- Rename variables intended to be private
- setting uriParser hostname or protocol to falsy value removes protocol both hostname, creating the same 'hostless' url that the ctor creates.
mindtouch-http.js release 2.1.3
Fix a bug in the URL parsing RegExp that was causing paths ending in . to be ignored
mindtouch-http.js release 2.1.2
update npmignore
mindtouch-http.js release 2.1.1
Update readme a bit
mindtouch-http.js release 2.1.0
Merge pull request #20 from aaronmars/master Docs and version bump for release 2.1.0
mindtouch-http.js release 2.0.1
Update the release process to make it a bit easier to get right consistently.
Generate a CommonJS bundle so mindtouch-http.js can be used in node directly.
Generate docs/ to be hosted at http://mindtouch.github.io/mindtouch-http.js/
mindtouch-http.js release 2.0.0
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.
mindtouch-http.js release 1.2.0
- Fix for null/undefined query parameter values
- Add Uri.prototype.setQueryParams()
mindtouch-http.js release 1.1.0
- Support for file uploading through an XHR-based ProgressPlug subclass
- Additions to Uri for a couple of missing parameters
mindtouch-http.js release 1.1.0-beta.2
Merging upload progress reporting bug fix from release 1.0