Rand Stats

Cookie::Jar

zef:jjatria
Revision history for Cookie::Jar

0.1.3 - 2022-08-14T09:58:15+01:00

    - Drop cookies without an equal (`=`) in the cookie-av pair, as per
      step 2 in RFC 6265 § 5.2.
    - Re-phrased distribution abstract for easier parsing

0.1.2 - 2022-07-27T23:59:13+01:00

    - Fixed a typo in the docs

0.1.1 - 2022-07-25T22:15:06+01:00

    - Removed a mention in the documentation that erroneously stated
      Cookie::Jar could not be configured to reject supercookies, when
      indeed it can (when the PublicSuffix module is installed).

0.1.0 - 2022-07-25T21:56:32+01:00

    - Add `:netscape` flag to `save` and `load` methods, for compatibility
      with files generated by `libcurl`.
    - Add `:all` flag to `save` to allow including non-persistent cookies
      when writing cookies to disk: it's up to the user to define what the
      end of a session is.
    - Internal Cookie object allows stringification to JSON

0.0.1 - 2022-07-23T15:56:33+01:00

    - Initial version