The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.018   2024-02-06  Released-By: PERLANCAR; Urgency: medium

        - Add schemas: matcher::str, single_line_str, multi_line_str,
          str_or_aos::arrayified, str_or_aos1::arrayified.


0.017   2023-12-20  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [doc] Explain difference between re_from_str & str_or_re, and
          code_from_str and str_or_code.


0.016   2023-10-23  Released-By: PERLANCAR; Urgency: medium

        - Add minimum perl version v5.14 because of the generated (?^...)
          regexp pattern (RT#150115).


0.015   2023-09-03  Released-By: PERLANCAR; Urgency: medium

        - Add schemas: str_or_code, str_or_re_or_code.


0.014   2023-09-03  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [doc] Mention related schemas.


0.013   2022-09-23  Released-By: PERLANCAR; Urgency: medium

        - Add schemas: str1, non_empty_str,
          latin_{uppercase,lowercase}_{alpha,letter}.

        - [ux] Tweak summary of schemas (give example).


0.012   2022-09-22  Released-By: PERLANCAR; Urgency: medium

        - Add schema: percent_str.

        - [ux] [schema hexstr] Allow & remove whitespaces.


0.011   2022-07-09  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [doc] Change mention of Sah::Schema::re_from_str to
          Sah::PSchema::re_from_str.


0.010   2022-07-09  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [doc] Mention re_from_str schema.


0.009   2022-07-05  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [doc] Mention Regexp::From::String.


0.008   2022-06-09  Released-By: PERLANCAR; Urgency: medium

        - [schema str_or_re] Allow string in the form of 'qr(...)' to also
          be converted to Regexp object.


0.007   2022-06-08  Released-By: PERLANCAR; Urgency: medium

        - No functional changes.

        - [schema str_or_re] [doc] Tweak description to mention that a
          Regexp object is also accepted.


0.006   2022-06-08  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [build] Rebuild with newer Pod::Weaver::Plugin::Sah::Schemas (0.070)
          to tweak examples display.


0.005   2022-06-08  Released-By: PERLANCAR; Urgency: medium

        - [schema str_or_re] Allow regex modifiers i, m, s.


0.004   2022-06-05  Released-By: PERLANCAR; Urgency: medium

        - Add schema: str_or_re.


0.003   2021-07-23  Released-By: PERLANCAR; Urgency: medium

	- Add schemas: str_or_aos, str_or_aos1.


0.002   2020-05-27  Released-By: PERLANCAR; Urgency: low

	- No functional changes.

	- Add examples.


0.001   2019-08-23  Released-By: PERLANCAR; Released: no

        - First release.