0.015 2020-08-26 Released-By: PERLANCAR; Urgency: high
- Merge releases 0.014 and 0.014.1.
0.014.1 2020-08-08 Released-By: PERLANCAR; Urgency: medium; Status: Cancelled
- Add schema: pathnames.
- UPDATE 2020-08-26: rename release from 0.014 to 0.014.1, cancel
release (duplicate).
0.014 2020-05-27 Released-By: PERLANCAR; Urgency: medium
- Forbid empty filename/dirname/pathname.
- Add examples (tests).
0.013 2020-02-11 Released-By: PERLANCAR; Urgency: medium
- [bugfix] D'oh, fix filter rule name again.
0.012 2020-02-11 Released-By: PERLANCAR; Urgency: medium
- Tweak/fix filter rule names.
- Tweak completion.
0.011 2020-02-10 Released-By: PERLANCAR; Urgency: medium
- Use prefilters instead of coerce rules.
- [ux] Expand tilde (e.g. "~/foo" becomes "/home/budi/foo").
0.010 2019-11-29 Released-By: PERLANCAR; Urgency: medium
- Rename coerce rule modules again, revert to using lower_case
notation for the description part, because CamelCase is really,
REALLY ugly when we have many words.
0.009 2019-11-28 Released-By: PERLANCAR; Urgency: medium
- Rename coerce rule module from
Data-Sah-Coerce-perl-str-str_strip_slashes to
Data-Sah-Coerce-perl-To_str-From_str-StripSlashes.
0.008 2019-07-25 Released-By: PERLANCAR; Urgency: medium
- Update metadata version of coerce rule module(s) 3->4.
0.007 2019-07-12 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Base {file,dir,path}name::unix on str instead of on
{file,dir,path}name because otherwise we have to provide
{file,dir,path}name::str_strip_slashes coercion rule names.
0.006 2019-07-12 Released-By: PERLANCAR; Urgency: high
- UPDATE: this release is broken due to non-existing coercion rules. See
0.007.
- Coerce rule: rename str_strip_trailing_slash to
str_strip_slashes, also strip extra slashes like foo//bar ->
foo/bar. And (bugfix) do not strip '/' to ''.
- Add schemas: {file,dir,path}name::unix, move strip_slashes coercion
rule to these schemas.
- Add some tests.
0.005 2018-06-04 Released-By: PERLANCAR
- Update to Data::Sah::Coerce 0.025 (coerce rule module metadata
version 3).
0.004 2018-01-14 Released-By: PERLANCAR
- [build] Rebuild with updated DZP:Sah::Schemas to add prereqs to
Perinci::Sub::XCompletion::* modules.
0.003 2016-07-22 Released-By: PERLANCAR
- Add x.completion attribute.
0.002 2016-07-22 Released-By: PERLANCAR
- [build] Rebuild to generate Sah::SchemaR::* modules.
0.001 2016-07-20 Released-By: PERLANCAR
- First release.