Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

38 lines (27 loc) · 1.97 KB

Ember WebSockets Changelog

1.2.0 (Jun 29, 2015)

  • #41 Adding protocol support to socketFor method

1.1.0 (Jun 23, 2015)

  • #36 Removing the old mixin and the tests that went along with it
  • #34 Socket.IO intergration
  • #33 Fixing deprecations warning in ember-canary
  • #31 Upgrading to ember-cli 0.2.6

1.0.0 (April 21, 2015)

  • #29 Upgrading to ember-cli 0.2.3
  • #27 Changing from a mixin approach to a services approach

0.8.0 (March 13, 2015)

  • #25 Deprecating the standalone file and removing the readme entry

0.7.0 (March 9, 2015)

  • #22 Upgrading to ember-cli 0.2

0.6.3 (March 3, 2015)

  • #20 Adding version number into ember inspector info table

0.6.2 (February 17, 2015)

  • #18 Wrapping event handler inside of a ember run to prevent async issues

0.6.1 (February 12, 2015)

  • #17 Fixing issue where dynamic socketURLs would not property reset

0.6.0 (February 11, 2015)

  • #15 Moving websocket closing logic from the deactivate hook to the resetController hook

0.5.0 (January 8, 2015)

  • #14 Moving the standalone dist file from the dist folder to the vendor folder

0.4.0 (January 6, 2015)

  • #13 Enabling ember install:addon ember-websockets to work with ember-cli 0.1.5+