The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.07      2021-03-26 13:39:29 CET

          - Tests can now cache their output and be rerun without a Typesense
            server. Delete the t/cache directory to require a Typesense server
            again.
          - Consolidate the http request behavior into a single role,
            Search::Typesense::Role::Request.
          - Standardized HTTP request args in _GET, _POST, _PATCH, and _DELETE
            methods.
          - Added Perl::Critic and Perl::Tidy tests to xt/

0.06      2021-03-23 18:09:49 CET
          - No significant (non-doc) changes. The version number was bumped
            automatically by Dist::Zilla as I was trying to force a new
            release.

0.05      2021-03-23 17:59:07 CET
          - Collection and Document behaviors are now moved into their own
            subclasses.

0.04      2021-03-23 17:01:20 CET
          - Move author tests to xt directory.
          - Expose the Typesense version (this appears to not be documented)

0.03      2021-03-23 09:32:02 CET
          - Fix dependencies in the dist.ini file. This should resolve
            https://github.com/Ovid/Search-Typesense/issues/1
          - Start a proper Test::Search::Typesense module. It's only a stub
            right now, but it simplifies some common code.
          - Lay the groundwork for more i18n tests in the future.

0.02      2021-03-22 15:38:24 CET
          - port argument now defaults to 8108
          - update_document() was broken. It's now fixed and tested.
          - Renamed purge to delete_all_collections()
          - Bump hard dependency on Perl to 5.16.0
          - Make the Moo code more idiomatic
          - Assert that the port is a PositiveInt
          - Add kraih and mst to acknowledgements

0.01      2021-03-22 13:22:28 CET
          - Basic interface to Typesense.