0.006   2022-11-04  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - Deprecate the case_insensitive option in favor of ci, the former
          is now no longer documented (but still supported).


0.005   2022-11-03  Released-By: PERLANCAR; Urgency: medium

        - Also allow options for str_maybe_to_re().

        - Add alias ci for option case_insensitive.

        - [safety] Die on unknown option.

        - Also apply ci and anchored options to string of the form /.../ and
          qr(...).


0.004   2022-11-03  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [doc] Tweak examples to show quoting behavior.


0.003   2022-07-09  Released-By: PERLANCAR; Urgency: medium

        - Add option: always_quote.


0.002   2022-07-09  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes

        - [incompatible change] Rename function str_to_re to
          str_maybe_to_re.

        - The new version of str_to_re() now invariably converts argument to
          Regexp object.


0.001   2022-07-05  Released-By: PERLANCAR

        - First release.