Features:
- Repackage library
- Package source files no longer duplicated
Bugfixes:
- autoApply is undefined error
- arraybuffer data type
BREAKING CHANGES:
- package source files are not duplicated
- if using files from
/, use/dist/instead- change
/angular-websocket-mock.jsto/dist/angular-websocket-mock.js - change
/angular-websocket.jsto/dist/angular-websocket.js - change
/angular-websocket-min.jsto/dist/angular-websocket-min.js - change
/angular-websocket-min.js.mapto/dist/angular-websocket-min.js.map
- change
- if using files from
Build:
- UpdatedevDependencies
Features:
- Update to angular 1.3.15
- Added an alwaysReconnect option
- Can mock a websocket server for testing purpose.
- Use Angular's
bindpolyfill
Bugfixes:
- Pass options to the $websocket constructor
- Fix MockWebsocket readyState and flush
Features:
- Export module for better browserify support
Bugfixes:
- Missing
wsdependency for browserify
Features:
- Allow .asyncApply() if useApplyAsync is true in config
- Pass event to .notifyOpenCallbacks() callbacks
- Tests for .bindToScope and .safeDigest
Bugfixes:
- Bind ._connect() correctly for .reconnect()
- Correct rootScopeFailover of $rootScope with bindToScope
Features:
- Named functions for debugging
- Add .bindToScope() and expose .safeDigest() with scope/rootScopeFailover option
Bugfixes:
- Remove default protocol
Deprecated:
- Change $WebSocketBackend.createWebSocketBackend -> $WebSocketBackend.create
Features:
- Include onErrorCallbacks docs
- Include onCloseCallbacks docs
Bugfixes:
- Typo in _connect()
Features:
- NPM ignore
Features:
- Update bower ignore
- Add more dot files
- Add keywords to bower.json and package.json
Bugfixes:
- Module name typo in Readme
Bugfixes:
- have built files in root directory
Features:
- Copy dist to root in build
Bugfixes:
- Outdated Dependencies
Bugfixes:
- Tests
Features:
- Mocks
- Tests with Travis CI
- Module backend
- Improved API
- Docs
- Better working examples
- Reconnect
- Minified with sourcemap
- Legacy support 1.2.x with IE8
- Upgrade tests from Jasmine 1.3 to 2.0
- Update build
- Include Karma for tests
- Use ngSocket as base
- Initial release