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 WWW-Form-UrlEncoded-XS

0.24 2017-02-28T06:16:53Z

   - updated with Minil 3

0.23 2015-11-19T00:27:20Z

   - add test cases parsing undef

0.22 2015-06-12T05:32:35Z

   - no changes. Newer version required by W-F-UE::PP
   - switch to Module::Build::Tiny

0.21 2015-04-28T17:03:29Z

   - bugfix. the delimiter is missed after undefined values in some case #1
     (Thank you zdm for reporting)

0.20 2014-11-18T08:22:47Z

   - add 0 terminate

0.19 2014-04-30T03:05:15Z

   - add test about \xE5. it must becom %E5 with build_urlencoded

0.18 2014-02-26T02:51:53Z

    - bugfix around memory reallocation

0.17 2014-02-24T13:44:11Z

    - requires 5.008001

0.16 2014-02-24T08:05:20Z

    - add parse_urlencoded_arrayref

0.15 2014-02-21T08:39:34Z

    - optimze around memory alloc

0.14 2014-02-21T04:11:13Z

    - add build_urlencoded_utf8

0.13 2014-02-18T07:56:41Z

    - supports a delimiter parameter

0.12 2014-02-18T03:11:35Z

    - build_urlencoded supports hashref and arrayref arguments

0.10 2014-02-17T06:13:10Z

    -