Revision history for Syntax-Keyword-Match

0.08    2021-08-31
        [CHANGES]
         * Use XS::Parse::Keyword 0.14 to parse infix match operators so we
           can automatically cope with certain kinds of custom ones

0.07    2021-08-20
        [BUGFIXES]
         * Reïmplement Perl_do_ncmp() internally, because it isn't exposed
           as a real API function

0.06    2021-08-16
        [CHANGES]
         * Permit multiple case labels for a single block (RT135133)
         * Updated for XS::Parse::Keyword 0.12

        [BUGFIXES]
         * Preserve context of blocks (RT135138)

0.05    2021-05-31
        [CHANGES]
         * Need to configure_requires XPK:Builder 0.04
         * Remove op_scope() around case blocks thus ensuring context
           propagation (RT135138)

0.04    2021-05-24
        [CHANGES]
         * Updated for XS::Parse::Keyword 0.04 API change

0.03    2021-04-21
        [CHANGES]
         * Added :experimental(dispatch) feature for more efficient runtime
           of large constant dispatch cases
         * Unit-test that operation on objects with overloaded comparison
           operators works correctly

0.02    2021-04-17
        [CHANGES]
         * Support `isa` and `=~` operator
         * Support non-constant case() expressions
         * Back-compatbility to perl 5.16

0.01    2021-04-15
        First version, released on an unsuspecting world.