Changes on 2023-04-13 for repository at:
  Fetch URL: ssh://git@source.test-smoke.org:9999/~/Dancer-Plugin-RPC-RESTISH
  Push  URL: ssh://git@source.test-smoke.org:9999/~/Dancer-Plugin-RPC-RESTISH

Enjoy!

1.01_01 2023-04-13T15:34:36+02:00 (9474247 => Abe Timmerman)
 - (Abe Timmerman, Thu, 13 Apr 2023 15:34:36 +0200) Autocommit for
   distribution Dancer::Plugin::RPC::RESTISH 1.01_01 (test)

1.01 2020-02-19T10:45:03+01:00 (d5d3163 => Abe Timmerman)
 - (Abe Timmerman, Wed, 19 Feb 2020 10:45:03 +0100) Autocommit for
   distribution Dancer::Plugin::RPC::RESTISH 1.01 (same)

 - (Abe Timmerman, Wed, 12 Apr 2023 19:35:29 +0200) Add timing information
 -     This is in line with the other 3 Dancer::Plugin::RPC modules.

 - (Abe Timmerman, Wed, 12 Apr 2023 19:50:35 +0200) Update to
   t::Test::abeltje 1.08

 - (Abe Timmerman, Wed, 12 Apr 2023 19:56:49 +0200) Add the debian
   directory

 - (Abe Timmerman, Wed, 12 Apr 2023 19:57:23 +0200) given/when/smartmatch
   will be deprecated in 5.38+

 - (Abe Timmerman, Thu, 13 Apr 2023 15:22:55 +0200) use t::Test::abeltje in
   the tests.

1.00 2019-11-27T15:46:59+01:00 (a62f656 => Abe Timmerman)
 - (Abe Timmerman, Wed, 27 Nov 2019 15:46:59 +0100) Autocommit for
   distribution Dancer::Plugin::RPC::RESTISH 1.00 (minor)

 - (Abe Timmerman, Wed, 19 Feb 2020 10:36:45 +0100) Introduce
   $Dancer::RPCPlugin::ROUTE_INFO
 -     For RPC::RESTISH we want some extra information about the route.

0.99_04 2019-11-27T15:42:15+01:00 (1e60b25 => Abe Timmerman)
 - (Abe Timmerman, Wed, 27 Nov 2019 15:42:15 +0100) Autocommit for
   distribution Dancer::Plugin::RPC::RESTISH 0.99_04 (same)

0.99_03 2019-10-15T22:19:30+02:00 (50b6878 => Abe Timmerman)
 - (Abe Timmerman, Tue, 15 Oct 2019 22:19:30 +0200) Autocommit for
   distribution Dancer::Plugin::RPC::RESTISH 0.99_03 (same)

 - (Abe Timmerman, Wed, 27 Nov 2019 15:40:49 +0100) Send non-references
   as-is
 -     One should be able to send plain-text or PDF from a RESTISH service.

0.99_02 2019-06-27T07:22:05+02:00 (20433a4 => Abe Timmerman)
 - (Abe Timmerman, Thu, 27 Jun 2019 07:22:05 +0200) Autocommit for
   distribution Dancer::Plugin::RPC::RESTISH 0.99_02 (same)

 - (Abe Timmerman, Tue, 15 Oct 2019 21:37:20 +0200) Use the new
   ErrorResponse from Dancer::Plugin::RPC
 -     Now that we can link HTTP-response-status to RPC-error_code,
   register
 -     the rpc-error-code with HTTP-response map with the ErrorResponse
   object.
 -     No longer the need to set the HTTP-response from within the
   software.
 -     Also fix some regexen, to allow for dispatch-paths with a
   path-parameter
 -     as their first element (after the path)

0.99_01 2019-05-14T15:10:24+02:00 (f5d21c7 => Abe Timmerman)
 - (Abe Timmerman, Tue, 14 May 2019 15:10:24 +0200) Autocommit for
   distribution Dancer::Plugin::RPC::RESTISH 0.99_01 (test)

 - (Abe Timmerman, Thu, 27 Jun 2019 07:16:06 +0200) Basic support for CORS
 -     By specifying 'cors_allow_origin' as an argument in the
   configuration of
 -     the 'restish' keyword, we try to handle preflight-requests an add
   CORS
 -     headers for (regular) requests that send the 'Origin' header.

0.00_00 2019-05-14T14:57:36+02:00 (9d6d295 => Abe Timmerman)
 - (Abe Timmerman, Tue, 14 May 2019 14:57:36 +0200) Initial commit for
   Dancer::Plugin::RPC::RESTISH
 -     A new plugin for the Dancer::Plugin::RPC framework that enables one
   to
 -     also expose an existing API as a REST interface.