Changes on 2019-11-27 for repository at:
  Fetch URL: git@github.com:abeltje/Dancer-Plugin-RPC-RESTISH.git
  Push  URL: git@github.com:abeltje/Dancer-Plugin-RPC-RESTISH.git

Enjoy!

1.00 2019-11-27T15:46:59+01:00 (689da78 => Abe Timmerman)
 - (Abe Timmerman, 1 second ago) Autocommit for distribution
   Dancer::Plugin::RPC::RESTISH 1.00 (minor)

0.99_04 2019-11-27T15:42:15+01:00 (1e60b25 => Abe Timmerman)
 - (Abe Timmerman, 5 minutes ago) 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, 6 weeks ago) Autocommit for distribution
   Dancer::Plugin::RPC::RESTISH 0.99_03 (same)

 - (Abe Timmerman, 6 minutes ago) 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, 5 months ago) Autocommit for distribution
   Dancer::Plugin::RPC::RESTISH 0.99_02 (same)

 - (Abe Timmerman, 6 weeks ago) 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, 7 months ago) Autocommit for distribution
   Dancer::Plugin::RPC::RESTISH 0.99_01 (test)

 - (Abe Timmerman, 5 months ago) 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, 7 months ago) 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.