The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
1.18 (2021-12-09)
    (nicomen) Let tests pass with Mojolicious >= 9.20 #4, thanks @toreau

1.17 (2021-04-18)
    (nicomen) Avoid redefinitions (and their warnings) #3, thanks @anirvan

1.16 (2021-02-22)
    (nicomen) Be compatible with Mojolicious 9.x, bumped required version to be at least 8.72

1.15 (2021-02-19)
    (nicomen) Fix foobared build/deps

1.14 (2021-02-18)
    (nicomen) Depend on newer Mojolicious that provides gzip method in Mojo::Util which is needed by test

1.13 (2021-02-18)
    (Peter Oliver) Handle finish events on req and res https://github.com/nicomen/mojo-useragent-cached/pull/1
    (Peter Oliver) Provide a definition for _url() https://github.com/nicomen/mojo-useragent-cached/pull/2

1.12 (2020-11-19)
    (nicomen) Add insecure and max_response_size attributes

1.11 (2019-11-13)
    (nicomen) Fix regression when local_dir was set but asking for a real URL

1.10 (2019-11-11)
    (nicomen) Hook into start and build_tx method rather than just get, to allow caching otther methods, and _p variants

1.09 (2019-11-05)
    (nicomen) Typo fix, to actually respect cache options

1.08 (2019-11-05)
    (nicomen) Allow passing in cache options directly

1.07 (2019-07-03)
    (nicomen) Try to adhere to updated Mojo::UserAgent tests
    (nicomen) Default to same timeouts as Mojo::UserAgent
    (nicomen) Check for always_return_file when trying to find out if we are trying to get a local file