The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension JSON-RPC-Spec

v1.0.4 2015-11-12T01:03:04Z

    - add extra args into parse to register method.

v1.0.3 2015-03-01T19:22:10Z

    - change default value to code refs

v1.0.2 2015-02-06T16:13:43Z

    - change default value from `.callback` to `_callback`
    - add tests
    - add daiku perltidy

v1.0.1 2014-09-13T13:46:31Z

    - add code `no Moo;`

v1.0.0 2014-08-26T12:50:12Z

    - from Class::Accessor::Lite to Moo
    - add method `compose`

0.03 2014-08-17T14:33:56Z

    - from JSON::XS to JSON::MaybeXS
    - add new options
    - add method `parse_without_encode`

0.02 2014-08-14T09:08:26Z

    - add param matched hash (via Router::Simple)
    - enable debug mode

0.01 2014-08-13T14:28:56Z

    - original version