0.51 2022-04-11 19:41:41 Europe/Moscow
    [CHANGES]
    * Now validated defined and not empty fields

    [DOCS]
    * Extensions
    * Some validators

0.50 2022-04-06 15:30:45 Europe/Moscow
    [CHANGES]
    * Change ProfileHasMessages message struct

    [DOCS]
    * Profile custom messages

0.40 2022-04-06 12:29:59 Europe/Moscow
    [CHANGES]
    * Passing extension to its validator constructor

0.31 2022-04-06 11:15:15 Europe/Moscow
    [IMPROVEMENTS]
    * Refactored deferred plugin usage

0.30 2022-04-05 19:02:51 Europe/Moscow
    [CHANGES]
    * Perl minimum version set to 5.34.0
    * List::Util minimum version to 1.45
    * Remove dsl validate

    [FEATURES]
    * Add predicates for Extension and Validator roles properties

    [IMPROVEMENTS]
    * Lazy builder for Registry::validators

    [DOCS]
    * More info about plugin

0.22 2022-04-04 23:33:32 Europe/Moscow
    [FEATURES]
    * AlphaAscii validator
    * AlphaNumAscii validator

    [DOCS]
    * some validators description

0.21 2022-04-04 22:40:21 Europe/Moscow
    [BUGS]
    * Required validator accepting empty string

    [FEATURES]
    * Autoload validator profile

    [DOCS]
    * Small edits

0.20 2022-04-04 19:14:12 Europe/Moscow
    [CHANGES]
    * Remove Data::FormValidator backend and now use custom and native Dancer2

    [IMPROVEMENTS]
    * Copy and lock input

    [FEATURES]
    * Validators
    * Extensions
    * Profiles
    * Dancer2 configuration
    * Change language in runtime

    [DOCS]
    * Full docs updates

0.13 2022-03-31 13:03:59 Europe/Moscow
    [BUGS]
    * Fix old token has errors

0.12 2022-03-31 12:24:41 Europe/Moscow
    [IMPROVEMENTS]
    * Default template tokens values as HashRef

0.11 2022-03-30 23:15:44 Europe/Moscow
    [IMPROVEMENTS]
    * Delete plugin keys in deferred token

0.10 2022-03-30 22:42:14 Europe/Moscow
    [BUGS]
    * Fix deferred template tokens bug

    [FEATURES]
    * Implement old parameters template token

0.02 2022-03-30 19:58:02 Europe/Moscow
    [BUGS]
    * Fix before_template hook wrong name

    [DOCS]
    * Fix typos

0.01 2022-03-30 00:04:12 Europe/Moscow
    Initial