Skip to content

Releases: MindTouch/mindtouch-http.js

mindtouch-http.js release 2.1.4

Choose a tag to compare

@modethirteen modethirteen released this 21 Jun 22:59
  • 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

Choose a tag to compare

@aaronmars aaronmars released this 21 Apr 19:27

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

mindtouch-http.js release 2.1.2

Choose a tag to compare

@JeremyRH JeremyRH released this 10 Apr 21:51

update npmignore

mindtouch-http.js release 2.1.1

Choose a tag to compare

@aaronmars aaronmars released this 28 Mar 23:21

Update readme a bit

mindtouch-http.js release 2.1.0

Choose a tag to compare

@aaronmars aaronmars released this 22 Mar 21:25
Merge pull request #20 from aaronmars/master

Docs and version bump for release 2.1.0

mindtouch-http.js release 2.0.1

Choose a tag to compare

@aaronmars aaronmars released this 17 Mar 21:40

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

Choose a tag to compare

@aaronmars aaronmars released this 08 Dec 17:24

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

Choose a tag to compare

@aaronmars aaronmars released this 15 Nov 15:59
  • Fix for null/undefined query parameter values
  • Add Uri.prototype.setQueryParams()

mindtouch-http.js release 1.1.0

Choose a tag to compare

@aaronmars aaronmars released this 03 Nov 15:08
  • 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

Pre-release

Choose a tag to compare

@aaronmars aaronmars released this 02 Nov 20:02

Merging upload progress reporting bug fix from release 1.0