Skip to content

Releases: MindTouch/mindtouch-http.js

mindtouch-http.js release 2.1.4

21 Jun 22:59

Choose a tag to compare

  • 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

21 Apr 19:27

Choose a tag to compare

Fix a bug in the URL parsing RegExp that was causing paths ending in . to be ignored

mindtouch-http.js release 2.1.2

10 Apr 21:51

Choose a tag to compare

mindtouch-http.js release 2.1.1

28 Mar 23:21

Choose a tag to compare

Update readme a bit

mindtouch-http.js release 2.1.0

22 Mar 21:25

Choose a tag to compare

Merge pull request #20 from aaronmars/master

Docs and version bump for release 2.1.0

mindtouch-http.js release 2.0.1

17 Mar 21:40

Choose a tag to compare

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

08 Dec 17:24

Choose a tag to compare

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

15 Nov 15:59

Choose a tag to compare

  • Fix for null/undefined query parameter values
  • Add Uri.prototype.setQueryParams()

mindtouch-http.js release 1.1.0

03 Nov 15:08

Choose a tag to compare

  • 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

02 Nov 20:02

Choose a tag to compare

Pre-release

Merging upload progress reporting bug fix from release 1.0