Update to Mopidy.js 0.5.0
This commit is contained in:
parent
b46844fbe2
commit
5b614e95d6
@ -289,9 +289,10 @@ unhandled errors. In general, unhandled errors will not go silently missing.
|
||||
|
||||
The promise objects returned by Mopidy.js adheres to the `CommonJS Promises/A
|
||||
<http://wiki.commonjs.org/wiki/Promises/A>`_ standard. We use the
|
||||
implementation known as `when.js <https://github.com/cujojs/when>`_. Please
|
||||
refer to when.js' documentation or the standard for further details on how to
|
||||
work with promise objects.
|
||||
implementation known as `when.js <https://github.com/cujojs/when>`_, and
|
||||
reexport it as ``Mopidy.when`` so you don't have to duplicate the dependency.
|
||||
Please refer to when.js' documentation or the standard for further details on
|
||||
how to work with promise objects.
|
||||
|
||||
|
||||
Cleaning up
|
||||
|
||||
@ -92,6 +92,19 @@ v0.20.0 (UNRELEASED)
|
||||
|
||||
- Add basic tests for the stream library provider.
|
||||
|
||||
**Mopidy.js client library**
|
||||
|
||||
This version has been released to npm as Mopidy.js v0.5.0.
|
||||
|
||||
- Reexport When.js library as ``Mopidy.when``, to make it easily available to
|
||||
users of Mopidy.js. (Fixes: :js:`1`)
|
||||
|
||||
- Default to ``wss://`` as the WebSocket protocol if the page is hosted on
|
||||
``https://``. This has no effect if the ``webSocketUrl`` setting is
|
||||
specified. (Pull request: :js:`2`)
|
||||
|
||||
- Upgrade dependencies.
|
||||
|
||||
|
||||
v0.19.6 (UNRELEASED)
|
||||
====================
|
||||
|
||||
@ -155,6 +155,7 @@ man_pages = [
|
||||
extlinks = {
|
||||
'issue': ('https://github.com/mopidy/mopidy/issues/%s', '#'),
|
||||
'commit': ('https://github.com/mopidy/mopidy/commit/%s', 'commit '),
|
||||
'js': ('https://github.com/mopidy/mopidy.js/issues/%s', 'mopidy.js#'),
|
||||
'mpris': (
|
||||
'https://github.com/mopidy/mopidy-mpris/issues/%s', 'mopidy-mpris#'),
|
||||
'discuss': ('https://discuss.mopidy.com/t/%s', 'discuss.mopidy.com/t/'),
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
6
mopidy/http/data/mopidy.min.js
vendored
6
mopidy/http/data/mopidy.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user