1.04 2022-06-15 22:19:11 Europe/Moscow
[CHANGES]
* Config session.namespace no more required
* Change session driver from Dancer2::Plugin::Deferred to native
[DOCS]
* Configuration
1.03 2022-05-24 19:32:31 Europe/Moscow
[BUGS]
* Validator LengthMin number bug
* Validator LengthMax number bug
1.02 2022-05-24 15:08:03 Europe/Moscow
[FEATURES]
* Default input depending on request method
* Validator Boolean
[DOCS]
* Typos
* Validator Boolean
1.01 2022-05-16 22:22:22 Europe/Moscow
[BUGS]
* Fix access to input field, that not exists
[DOCS]
* Typos
1.00 2022-05-16 19:41:32 Europe/Moscow
[FEATURES]
* Implement hook_before
* Validator required_with
[DOCS]
* Styling
* Hooks
* Validator required_with
0.90 2022-05-11 11:01:13 Europe/Moscow
[CHANGES]
* New inner control flow
* Unit tests: input, validator, messages
[DOCS]
* Roles
0.83 2022-05-06 23:45:23 Europe/Moscow
[CHANGES]
* Add meta.json with dzill
[DOCS]
* Typos
0.82 2022-05-05 18:27:52 Europe/Moscow
[IMPROVEMENTS]
* Add use strict, warnings
* Add comments for some private methods
* Code style
[DOCS]
* Typos
* Hints
0.81 2022-05-04 13:47:31 Europe/Moscow
[CHANGES]
* Turn off redundant sprintf warnings
[IMPROVEMENTS]
* Code style
[DOCS]
* Validator Signatures
* Typos
* Style
0.80 2022-04-25 20:58:04 Europe/Moscow
[CHANGES]
* No memoization for validators
[IMPROVEMENTS]
* Refactoring
* Moved Plugin login to Validator class
* More tests
[DOCS]
* Validators docs
* Configuration docs
0.71 2022-04-22 19:40:42 Europe/Moscow
[IMPROVEMENTS]
* Unsetting $valid_input after first access
[DOCS]
* Document validators
* Profile method
* Screenshot
* Fix typos
0.70 2022-04-22 18:01:46 Europe/Moscow
[CHANGES]
* Validate signature. Now accepting arguments as hash
[FEATURES]
* New dsl keyword: validated
[REMOVED]
* validator_language
[DOCS]
* Update docs
0.61 2022-04-12 14:38:13 Europe/Moscow
[IMPROVEMENTS]
* Refactored field defined and not empty
0.60 2022-04-12 12:59:01 Europe/Moscow
[CHANGES]
* Removed validate_form dsl
* Removed config form => profile association
* Add validate dsl
[DOCS]
* Update docs
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