Dancer-Plugin-RPC

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

   Dancer::Plugin::RPC 1.07 (minor)

 - (Abe Timmerman, Fri, 22 Mar 2019 15:50:19 +0100) Various minor fixes
 -	 - include the local-lib in the do-rpc script
 -	 - fix typo in log-message in Dancer::Plugin::RPC::JSONRPC

 - (Abe Timmerman, Thu, 8 Aug 2019 14:27:44 +0300) Rewrite the example-code
 -     It now uses Bread::Board to set up the application.
 -     Some fixes in the Moo-based code.

1.06 2017-11-06T18:37:03+01:00 (bc7dae9 => abeltje)
 - (abeltje, Mon, 6 Nov 2017 18:37:03 +0100) Autocommit for distribution
   Dancer::Plugin::RPC 1.06 (minor)

 - (abeltje, Mon, 20 Nov 2017 20:05:15 +0100)  Add .travis.yml file for
   automated testing from GitHub

 - (abeltje, Wed, 6 Dec 2017 08:23:17 +0100) Add PREREQ_PM to
   BUILD_REQUIRES

1.05_03 2017-10-22T10:24:47+02:00 (9d232c6 => abeltje)
 - (abeltje, Sun, 22 Oct 2017 10:24:47 +0200) Autocommit for distribution
   Dancer::Plugin::RPC 1.05_03 (test)

 - (abeltje, Mon, 6 Nov 2017 18:34:34 +0100) Change mode
   example/bin/app.psgi to executable

1.05_02 2017-10-19T08:20:31+02:00 (e2a7c45 => abeltje)
 - (abeltje, Thu, 19 Oct 2017 08:20:31 +0200) Autocommit for distribution
   Dancer::Plugin::RPC 1.05_02 (test)

 - (abeltje, Sun, 22 Oct 2017 10:23:49 +0200) Restore backward compatiblity
   for list_methods()

1.05_01 2017-10-18T20:04:06+02:00 (a54c02f => abeltje)
 - (abeltje, Wed, 18 Oct 2017 20:04:06 +0200) Autocommit for distribution
   Dancer::Plugin::RPC 1.05_01 (test)

 - (abeltje, Thu, 19 Oct 2017 08:07:28 +0200) Do not try to load 'main'
 -     'main.pm' doesn't usually exist. The 'main' namespace is loaded
   anyway.

1.05 2017-09-25T20:22:52+02:00 (0367b23 => abeltje)
 - (abeltje, Mon, 25 Sep 2017 20:22:52 +0200) Autocommit for distribution
   Dancer::Plugin::RPC 1.05 (minor)

 - (abeltje, Wed, 18 Oct 2017 19:59:28 +0200) Introduce a way to add to the
   registered plugin-names
 -     By introducing a singleton-class that keeps track of plugin-names we
 -     hope the Dancer::Plugin::RPC and Dancer::RPCPlugin mechanism makes a
 -     move forward towards extendability.

1.04_07 2017-09-05T22:47:42+02:00 (443eca4 => abeltje)
 - (abeltje, Tue, 5 Sep 2017 22:47:42 +0200) Autocommit for distribution
   Dancer::Plugin::RPC 1.04_07 (test)

1.04_06 2017-09-04T18:45:07+02:00 (b8eb5b9 => abeltje)
 - (abeltje, Mon, 4 Sep 2017 18:45:07 +0200) Autocommit for distribution
   Dancer::Plugin::RPC 1.04_06 (test)

 - (abeltje, Tue, 5 Sep 2017 22:37:26 +0200) Introduce explicit endpoints
   for POD-publishing.
 -     The pod-directive for publishing now has a third (optional) part to
 -     specify an endpoint. This way one  can have code for multiple
   endpoints
 -     in the same file.
 -	   =for <plugin> <rpc-name> <code-name>[ <endpoint>]

1.04_05 2017-09-02T20:03:22+02:00 (e763554 => abeltje)
 - (abeltje, Sat, 2 Sep 2017 20:03:22 +0200) Autocommit for distribution
   Dancer::Plugin::RPC 1.04_05 (same)

 - (abeltje, Sun, 3 Sep 2017 11:41:50 +0200) Fix
   Dancer::RPCPlugin::MethodList::list_methods interface
 -     Now it is like the Dancer2 version with positional parameters.

 - (abeltje, Mon, 4 Sep 2017 18:41:21 +0200) Fix agent-identifier in
   http-client.

 - (abeltje, Mon, 4 Sep 2017 18:42:06 +0200) More places to document
   RESTRPC

1.04_04 2017-08-16T20:13:04+02:00 (5870202 => abeltje)
 - (abeltje, Wed, 16 Aug 2017 20:13:04 +0200) Autocommit for distribution
   Dancer::Plugin::RPC 1.04_04 (same)

 - (abeltje, Sat, 2 Sep 2017 19:52:37 +0200) Use Params::ValidationCompiler
   rather than Params::Validate
 -     As of June 2017 the author recommends this change.
 -     Change the interface of ::DispatchMethodList so it's in sync with
   the
 -     Dancer2 version.

1.04_03 2017-08-16T20:11:18+02:00 (cd01b9d => abeltje)
 - (abeltje, Wed, 16 Aug 2017 20:11:18 +0200) Autocommit for distribution
   Dancer::Plugin::RPC 1.04_03 (same)

1.04_02 2017-07-19T21:53:18+02:00 (8db3504 => abeltje)
 - (abeltje, Wed, 19 Jul 2017 21:53:18 +0200) Autocommit for distribution
   Dancer::Plugin::RPC 1.04_02 (test)

 - (abeltje, Fri, 11 Aug 2017 16:02:27 +0200) Fix regex for determining
   protocol

1.04_01 2017-06-26T20:11:57+02:00 (0775c84 => abeltje)
 - (abeltje, Mon, 26 Jun 2017 20:11:57 +0200) Autocommit for distribution
   Dancer::Plugin::RPC 1.04_01 (test)

 - (abeltje, Wed, 19 Jul 2017 20:33:25 +0200) Rename tests to resemble
   their Dancer2 versions
 -     This is only done for the base-module tests.

 - (abeltje, Wed, 19 Jul 2017 21:38:30 +0200) Changes to meta-files
 -     Manage sorting and ignoring things better.

 - (abeltje, Wed, 19 Jul 2017 21:40:06 +0200) Change example-app config to
   log to file

 - (abeltje, Wed, 19 Jul 2017 21:45:02 +0200) Bring code between plugins
   closer
 -     Do things in the same order and log at the same moment.

 - (abeltje, Wed, 19 Jul 2017 21:52:26 +0200) More meta-file stuff

1.04 2017-05-08T19:48:30+02:00 (1ee79d0 => abeltje)
 - (abeltje, Mon, 8 May 2017 19:48:30 +0200) Autocommit for distribution
   Dancer::Plugin::RPC 1.04 (minor)



( run in 0.605 second using v1.01-cache-2.11-cpan-e93a5daba3e )