Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 1.1 KB

Change Log

1.1.4 (2018-11-27)

  • Lock 'event-stream' version due to security vulnerability.
  • Minor doc update.

1.1.1 (2016-09-01)

  • Use 'readystatechange' event for IE9 compatibility (#9).

1.1.0 (2016-08-20)

  • Add release task (#8).
  • Cleanup 'loadend' event handler.
  • Return rejected promise with parameter of wrong type.
  • Documentation improvements.

1.0.2 (2016-07-26)

  • Faster file protocol check.
  • Provide minified UMD bundle (#3).

1.0.1 (2016-07-13)

  • Add basic usage documentation.
  • Improve protocol regular expression.