UNPKG

ember-websockets

Version:

EmberJS WebSockets addon for Ember-CLI apps.

59 lines (35 loc) 2.06 kB
## v10.2.1 (2022-05-23) #### :bug: Bug Fix * [#238](https://github.com/thoov/ember-websockets/pull/238) Fix socket.on ([@rwwagner90](https://github.com/rwwagner90)) #### Committers: 1 - Robert Wagner ([@rwwagner90](https://github.com/rwwagner90)) ## v10.2.0 (2022-05-16) #### :rocket: Enhancement * [#230](https://github.com/thoov/ember-websockets/pull/230) Remove unnecessary vendor funnels ([@rwwagner90](https://github.com/rwwagner90)) #### Committers: 1 - Robert Wagner ([@rwwagner90](https://github.com/rwwagner90)) ## v10.1.0 (2022-05-16) #### :bug: Bug Fix * [#229](https://github.com/thoov/ember-websockets/pull/229) Add back urijs to support relative urls ([@rwwagner90](https://github.com/rwwagner90)) #### Committers: 1 - Robert Wagner ([@rwwagner90](https://github.com/rwwagner90)) ## v10.0.0 (2022-05-16) #### :boom: Breaking Change * [#228](https://github.com/thoov/ember-websockets/pull/228) Update socket.io to 3.x ([@rwwagner90](https://github.com/rwwagner90)) #### Committers: 1 - Robert Wagner ([@rwwagner90](https://github.com/rwwagner90)) ## v9.0.0 (2022-05-12) #### :boom: Breaking Change * [#207](https://github.com/thoov/ember-websockets/pull/207) ember-cli 3.28, drop node 10 ([@rwwagner90](https://github.com/rwwagner90)) #### :bug: Bug Fix * [#201](https://github.com/thoov/ember-websockets/pull/201) fix to retrieve environment config for socket.io use case ([@heyweswu](https://github.com/heyweswu)) #### :house: Internal * [#224](https://github.com/thoov/ember-websockets/pull/224) ember-cli 4.3 ([@rwwagner90](https://github.com/rwwagner90)) #### Committers: 2 - Robert Wagner ([@rwwagner90](https://github.com/rwwagner90)) - [@heyweswu](https://github.com/heyweswu) # Ember Websockets Changelog ### v8.0.0 (September 15, 2020) - [#189](https://github.com/thoov/ember-websockets/pull/189) Drop travis-ci - [#184](https://github.com/thoov/ember-websockets/pull/184) Support Ember Octane & move to Github CI - [#178](https://github.com/thoov/ember-websockets/pull/173) Replace URI.js with native URL interface