Ember Websockets Versions Save

Ember.js websockets and socket.io addon

v10.2.1

1 year ago

:bug: Bug Fix

Committers: 1

v10.2.0

1 year ago

:rocket: Enhancement

Committers: 1

v10.1.0

1 year ago

:bug: Bug Fix

Committers: 1

v10.0.0

1 year ago

:boom: Breaking Change

Committers: 1

v9.0.0

1 year ago

:boom: Breaking Change

:bug: Bug Fix

  • #201 fix to retrieve environment config for socket.io use case (@heyweswu)

:house: Internal

Committers: 2

8.0.0

3 years ago

7.2.0

5 years ago

7.0.2

7 years ago

Fixes some issues that have come up about referencing the socket.io dist file.

7.0.0

7 years ago

Notable Changes:

  • Fixes ember-cli 2.12 issues

This addon relied on a "hack" to expose an internal testing library https://github.com/thoov/mock-socket via treeForAddon. This behavior has changed as explained by this issue (ember-cli/ember-cli#6826)

  • Changes how socketIO is included.

SocketIO now requires a config property set instead of running a generator:

var ENV = {
  'ember-websockets': {
    socketIO: true
  }
};

This allows all of ember-websockets to move off of bower.

6.2.2

7 years ago