Dancer-Plugin-RPC
view release on metacpan or search on metacpan
with
- the outside world.
1.01_01 2017-02-20T21:18:38+01:00 (7496a72 => abeltje)
- (abeltje, Mon, 20 Feb 2017 21:18:38 +0100) Autocommit for distribution
Dancer::Plugin::RPC 1.01_01 (test)
1.01 2016-08-03T18:40:56+02:00 (084ef5f => abeltje)
- (abeltje, Wed, 3 Aug 2016 18:40:56 +0200) Autocommit for distribution
Dancer::Plugin::RPC 1.01 (minor)
- (abeltje, Mon, 20 Feb 2017 21:14:21 +0100) Introduce a general way to
return a complete error-response
- Dancer::RPCPlugin::ErrorResponse should be a way to return a full
- error-response as valid response without knowlage of the protocol.
1.00_04 2016-07-08T00:19:31+02:00 (96c34a7 => abeltje)
- (abeltje, Fri, 8 Jul 2016 00:19:31 +0200) Autocommit for distribution
Dancer::Plugin::RPC 1.00_04 (same)
- (abeltje, Tue, 2 Aug 2016 19:13:18 +0200) Dunno why :(
1.00_03 2016-06-12T17:09:13+02:00 (dcd5949 => abeltje)
- (abeltje, Sun, 12 Jun 2016 17:09:13 +0200) Autocommit for distribution
Dancer::Plugin::RPC 1.00_03 (same)
- (abeltje, Tue, 5 Jul 2016 23:48:08 +0200) Add a mechanism to allow for
listMethods
- Add a singleton class Dancer::RPCPlugin::DispatchMethodList to
manage a
- full view of the dispatch table from a client side view.
1.00_02 2016-06-11T16:36:59+02:00 (e972dbd => abeltje)
- (abeltje, Sat, 11 Jun 2016 16:36:59 +0200) Autocommit for distribution
Dancer::Plugin::RPC 1.00_02 (test)
- (abeltje, Sun, 12 Jun 2016 17:04:18 +0200) Fix test 250 for JSON 2.90
- JSON 2.90 changed its redering of JSON::true, fix test
1.00_01 2016-06-07T21:11:39+02:00 (8385c04 => abeltje)
- (abeltje, Tue, 7 Jun 2016 21:11:39 +0200) Autocommit for distribution
Dancer::Plugin::RPC 1.00_01 (test)
- (abeltje, Sat, 11 Jun 2016 16:32:18 +0200) Fix faulty test.
- the representation of 'True' may vary throughout versions of
from_json()
1.00 2016-03-22T21:35:21+01:00 (7e62f40 => abeltje)
- (abeltje, Tue, 22 Mar 2016 21:35:21 +0100) Autocommit for distribution
Dancer::Plugin::RPC 1.00 (minor)
- (abeltje, Tue, 7 Jun 2016 21:00:34 +0200) Try to fix test-failures
- Comments from Henk to help build a FreeBSD port
- Do not return a single value from the RPC-procedure
0.99_10 2016-02-06T09:36:21+01:00 (77f07bf => abeltje)
- (abeltje, Sat, 6 Feb 2016 09:36:21 +0100) Autocommit for distribution
Dancer::Plugin::RPC 0.99_10 (test)
- (Larion Garaczi, Tue, 22 Mar 2016 13:58:55 +0100) Handle unhandled
exceptions in callbacks
- Runtime exceptions in the 'callback' functions were not caught. Now
we
- handle them the same way as runtime exceptions in the actual
methods.
0.99_09 2016-02-01T21:15:13+01:00 (66bed13 => abeltje)
- (abeltje, Mon, 1 Feb 2016 21:15:13 +0100) Autocommit for distribution
Dancer::Plugin::RPC 0.99_09 (test)
- (abeltje, Tue, 2 Feb 2016 08:20:15 +0100) Last POD fixes
- POD fixes
- Depend on higher version of Dancer (1.32)
0.99_08 2016-01-29T13:14:34+01:00 (7431695 => abeltje)
- (abeltje, Fri, 29 Jan 2016 13:14:34 +0100) Autocommit for distribution
Dancer::Plugin::RPC 0.99_08 (test)
- (abeltje, Mon, 1 Feb 2016 21:12:07 +0100) Introduce DispatchItem and
CallbackResult
- CallbackResult: callback_success(), callback_fail()
- DispatchItem: dispatch_item()
- 'config' is now the default publishing-method
0.99_07 2016-01-29T00:15:07+01:00 (24e4e49 => abeltje)
- (abeltje, Fri, 29 Jan 2016 00:15:07 +0100) Autocommit for distribution
Dancer::Plugin::RPC 0.99_07 (test)
- (abeltje, Fri, 29 Jan 2016 13:13:49 +0100) FIX: use the Dancer
json-(de)serializer (again)
- No explicit use of JSON.pm; Dancer knows what to do.
0.99_06 2016-01-29T00:07:12+01:00 (b3a0012 => abeltje)
- (abeltje, Fri, 29 Jan 2016 00:07:12 +0100) Autocommit for distribution
Dancer::Plugin::RPC 0.99_06 (same)
- (abeltje, Fri, 29 Jan 2016 00:13:26 +0100) FIX: use the Dancer
json-(de)serializer
- No explicit use of JSON.pm; Dancer knows what to do.
0.99_05 2016-01-28T23:31:59+01:00 (4310179 => abeltje)
- (abeltje, Thu, 28 Jan 2016 23:31:59 +0100) Autocommit for distribution
Dancer::Plugin::RPC 0.99_05 (same)
- (abeltje, Fri, 29 Jan 2016 00:04:47 +0100) FIX: remove test problem with
JSON.pm
- JSON 2.90 serializes booleans different from v2.61 :(
0.99_04 2016-01-27T17:45:25+01:00 (2e32854 => abeltje)
- (abeltje, Wed, 27 Jan 2016 17:45:25 +0100) Autocommit for distribution
Dancer::Plugin::RPC 0.99_04 (test)
- (abeltje, Thu, 28 Jan 2016 23:11:10 +0100) FIX: jsonrpc_error_response
must return ëjsonrpc => '2.0'
- jsonrpc_error_response() did not return the correct key for
'jsonrpc'
0.99_03 2016-01-26T18:54:01+01:00 (303b015 => abeltje)
- (abeltje, Tue, 26 Jan 2016 18:54:01 +0100) Autocommit for distribution
Dancer::Plugin::RPC 0.99_03 (test)
( run in 1.356 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )