Revision history for Term::Form
0.518 2019-08-18
- Add functional interface.
- 'Ctrl-X' now also available in "fill_form".
- Bugfix for pre_text.
- Use unicode_sprintf from Term::Choose::Util.
- Update documentation.
0.517 2019-07-07
- Removed DESTROY.
- Use validate_options from Term::Choose.
- Update options handling.
0.516 2019-07-04
- Use constants LINE_FEED/CARRIAGE_RETURN.
- The construcor 'new' can now take options.
0.515 2019-07-02
- "hide_cursor": 3 allowed values.
0.514 2019-06-30
- "readline": Pressing 'Ctrl-X' clears the input. With the input puffer empty "readline" returns nothing if 'Ctrl-X' is pressed.
0.513 2019-06-08
- Bugfix in before_readline.
- Bugfix in add_char.
- New option 'hide_cursor'.
- Update hide_cursor.
0.512 2019-05-06
- Code refactoring.
0.511 2019-04-18
- Bufix: reset_term to early.
0.510 2019-04-05
- "readline": use 'Ctrl-X' instead of 'Ctrl-D' to return undef.
0.509 2019-03-29
- "readine": bugfix in 'before' string.
- Bugfix in 'delete'.
0.508 2019-01-28
- "readline": new option 'show_context'.
- "readline": arrow-up goes back 10 chars, arrow-down goes forward 10 chars.
0.507 2019-01-25
- Bugfix in 'fill_form': reset available width.
- Handle terminal size change.
- Enable threshold in 'fill_form'
0.506 2019-01-20
- MSWin32: always use "Win32::Console::ANSI".
0.505 2019-01-05
- Bugfix in "read_line".
0.504 2018-12-25
- Bugfix "line_fold".
0.503 2018-12-17
- Set SHOW_CURSOR.
0.502 2018-11-14
- Bugfix parameter validation.
0.501 2018-08-21
- Use "Term::Choose::Linux" and "Term::Choose::Win32". [GH #1 mlawren ]
- "Term::Choose" minimum version is "1.626".
0.500_02 2018-08-18
- Developer release.
0.500_01 2018-08-18
- Developer release.
0.500 2018-08-08
- The only non-core dependency is now "Term::Choose" if not MSWin32 OS.
0.321_08 2018-08-08
- Developer release.
0.321_07 2018-08-06
- Developer release.
0.321_06 2018-08-05
- Developer release.
0.321_05 2018-08-03
- Developer release.
0.321_04 2018-07-31
- Developer release.
0.321_03 2018-07-31
- Developer release.
0.321_02 2018-07-30
- Developer release.
0.321_01 2018-07-29
- Developer release.
0.321 2018-07-20
- Stringify gcstring explicitly.
- Update constants Win32.
0.320 2018-07-19
- Bugfix in restore $self.
- Catch unused keys.
- "Term::ReadKey" is now optional.
- Removed deprecated method 'config'.
- "Term::Form" inherits form "Term::Choose".
- Use the constants form "Term::Choose".
- "Term::Choose" minimum version is "1.607".
0.316 2018-06-19
- Reset $self before leaving "readline"/"fill_form".
- Method "config" deprecated.
0.315 2018-03-13
- "readline": trim prompt if it is to long.
0.314 2018-03-12
- Bugfix "readline" with 'info'.
- "readline": after returning the output is removed.
- Bufix: stuck cursor if 'auto_up' == 1 and @list == 1.
- New dependency: Term::Choose.
0.313 2018-02-11
- Bugfix newline.
0.312 2018-02-10
- Added the option 'info'.
- Update documentation.
0.311 2018-02-08
- Added the option 'clear_screen'.
- Modified option 'auto_up'.
- "fill_form" has "back" on by default.
- Update documentation.
0.310 2016-08-30
- Renamed "Term::ReadLine::Simple" to "Term::Form".