01.00 (2005/10/06)
- Removed Class::Builder request.
- Added Class::AutoAccess request.
- Now HTML::Tag::* works in a better Object Oriented way.
- Added some other tests.
- If it's found a language that haven't a module available in namespace HTML::Tag::Lang::*, English (en) is now used instead of raise an error.
00.05 (2005/10/02)
- MONTH widget now use HTML::Tag::Lang for localized months name.
- Add a "permitted" method to MONTH.pm that show only months in the permitted arrayref and exclude all others.
- Add a "permitted" method to YEAR.pm that show only years in the permitted arrayref and exclude all others.
00.04 (2005/10/01)
- Add modules to support different language in HTML and javascript generated text.
- Add BOOLSELECT, a module to generate a YES/NO combobox.
00.03 (2005/09/27)
- Added strict and warnings directive to all modules.
00.02 (2005/09/27)
- In DATE.pm you can now combo and textbox to input date. If you press a digit key in the combo, it will be converted in a textbox form field.
- Converted HTML tags in lowercase.
- Changed tests to lowercase tags
- Added validation for day/month/year fields
- Added prerequisites for Class::Builder and Tie::IxHash.
- Add Changes file
- Remove a bug in DATE.pm that opens the calendar instead of submit form if you press the "enter" key in whatever form field.
00.01 (2005-09-12)
- First public release