2.0.5 2021-01-31 Released-By: PERLANCAR; Urgency: medium
- Introduce top border characters when not drawing header row.
2.0.4 2021-01-23 Released-By: PERLANCAR; Urgency: medium
- Relabel border characters, introduce 6 more border characters for
table with row/column spans.
2.0.3 2020-06-19 Released-By: PERLANCAR; Urgency: medium
- State that get_struct() must also be available as a static
method.
2.0.2 2020-06-14 Released-By: PERLANCAR; Urgency: medium
- No longer encourage putting border style modules under app
namespace (SOME::APP::BorderStyle::*) due to slow search.
- Add note in Changes: 2.0.0 was never released.
2.0.1 2020-06-11 Released-By: PERLANCAR; Urgency: medium
- Forgot to specify box_chars property.
2.0.0 2020-06-11 Released-By: PERLANCAR; Released: no
- Rename from Border-Style to BorderStyle.
- Bump specification version to 2.
- [incompatible] Border style module must now be a class and contain
only a single border style structure in %BORDER (not %border_styles).
The border style class' constructor can accept arguments, for
parameterized border style support.
0.01 2014-12-10 Released-By: PERLANCAR
- First release, split from SHARYANTO-Roles and renamed role module from
SHARYANTO::Role::BorderStyle to Border::Style::Role.