Commit Graph

18 Commits

Author SHA1 Message Date
Stein Magnus Jodal
24f9a2ac3b js: Release v0.4.0 2014-06-24 00:44:47 +02:00
Stein Magnus Jodal
d15c7d0797 js: Log warning if calling convention is not explicitly set 2014-06-20 11:16:46 +02:00
Stein Magnus Jodal
56ad78c333 docs: Add more details on Mopidy.js calling convention 2014-06-19 23:57:35 +02:00
Stein Magnus Jodal
225f41f999 js: Add by-position-or-by-name calling convention
Fixes #699
2014-06-18 23:27:07 +02:00
Stein Magnus Jodal
d9d8d06ff4 js: Release Mopidy.js v0.3.0 2014-06-16 23:11:39 +02:00
Stein Magnus Jodal
30471bab74 js: Add ServerError and ConnectionError types 2014-06-15 23:43:43 +02:00
Stein Magnus Jodal
026fdb38a3 js: Reject promises using Error objects
This is recommended to get proper stack traces, according to
https://github.com/cujojs/when/blob/master/docs/api.md#a-note-on-javascript-errors.

The new Error objects has the exact same properties as the objects we used to
reject promises previously, thus this should be fully backwards compatible, but
improve debuggability.
2014-06-15 23:43:39 +02:00
Stein Magnus Jodal
eec51a1e83 js: Upgrade to when.js 3 2014-06-15 12:14:14 +02:00
Stein Magnus Jodal
6cbb15bd15 js: Update dev env instructions 2014-06-12 20:47:15 +02:00
Stein Magnus Jodal
d12381d7d4 docs: Move Mopidy.js docs to its own page 2014-05-15 21:10:36 +02:00
Stein Magnus Jodal
a7d38df853 js: Release Mopidy.js 0.2.0 to npm 2014-01-04 00:13:19 +01:00
Stein Magnus Jodal
ac7ff2744d js: Update Node instructions, add changelog 2014-01-03 23:59:39 +01:00
Stein Magnus Jodal
621aff22c9 http: Move mopidy.{frontends => }.http 2013-12-31 14:04:25 +01:00
Stein Magnus Jodal
95c8077135 docs: nodejs deb now includes npm 2013-08-04 11:24:00 +02:00
Stein Magnus Jodal
dc7289ba83 docs: Fix formatting of code examples in lists 2013-08-04 11:22:36 +02:00
Stein Magnus Jodal
b22cba63b8 js: Use 'npm start' to run 'grunt watch' 2013-05-13 19:25:34 +02:00
Stein Magnus Jodal
29ac5f0cc7 js: Update link to HTTP API docs 2013-04-12 11:30:36 +02:00
Stein Magnus Jodal
5e374350f5 js: Add more metadata to package.json for npm publishing 2013-03-30 01:34:22 +01:00