-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChanges
31 lines (23 loc) · 784 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Revision history for Perl module Data::MuForm
0.05 2018-07-02
- Typo in text field
0.04 TBD
- Fixed typo in minlength constraint
- Changed the method 'sorted_fields' to check wantarray so as to be more
compatible with existing code, but document the preferred approach is
to use 'all_sorted_fields'.
0.04 2017-02-05
- allow $option->{attributes}
- add Data::MuForm::Manual::Hooks
- Renderer::Base doc cleanup; change default of 'render_element_errors'
- add is_html5 processing. rename html5_type_attr to html5_input_type
- handle form tag attributes
- construct lexicon file path
0.03 2017-01-31
- fix some prereq issues
0.02 2017-01-29
- Remove 'default_' from some renderer attributes
- pod tweaks
- add some prereqs
0.01 2017-01-29
- Initial release