Revision history for Term::Form


1.2.3   2019-05-20
        - From clr-to-bot to clr-lines-to-bot.
        - Bugfix in before_readline.

1.2.2   2019-05-07
        - Term::Choose minimum version 1.5.3.

1.2.1   2019-05-07
        - New option loop.
        - New method copy_and_paste.

1.2.0   2019-04-02
        - First release on CPAN
        - From ncurses to ANSI escapes
        - New options
        - Use the alternate screen by setting 'clear-screen' to 2
        - 'readline': replaced 'Ctrl-D' with 'Ctrl-X'
        - Bugfix in 'before_readline'
        - Bugfix in 'delete'
        - Bugfix in 'sanitized_string'

1.0.3   2018-01-16
        - Set PERL6_NCURSES_LIB only if it is not defined
        - Code refactoring

1.0.2   2017-07-31
        - Removed NativeCall from travis.yml - is core module

1.0.1   2017-07-30
        - Bugfix documentation

1.0.0   2017-07-30
        - From hash parameter to slurpy hash parameter

0.0.2   2017-07-06
        - Catch exceptions to close the window before leaving

0.0.1   2017-07-05
        - New format of version

0.021   2017-07-03
        - Use NCurses

0.020   2017-07-02
        - Parameter: %options to *%options

0.019   2017-06-24
        - Multi-value-options: changed type from Array to List

0.018   2017-05-13
        - Adapted the code to the changed line-fold

0.017   2017-05-02
        - Modified "depends" in META6.json

0.016   2017-04-30
        - Copyright year
        - Adapted the code to the new version of Term::Choose

0.015   2016-12-16
        - Import subroutines by their names

0.014   2016-12-10
        - Constructor: named parameters
        - Bugfix: header

0.013   2016-10-13
        - Subroutines: use the default export

0.012   2016-10-13
        - Bugfix in fill-form: don't change the passed array
        - Subroutines: use the default export

0.011   2016-05-28
        - Remove deprecated option 'prompt'
        - Disable mouse

0.010   2016-05-25
        - Bugfix in the number of header lines
        - Clear the screen at the beginning

0.009   2016-05-15
        - Replaced underscores with hyphens in option- and routine-names
        - Option 'prompt' is now called 'header'
        - Also 'readline' has now the option 'header'
        - Bugfix: 'fillform' header line
        - Bugfix: 'auto-up' set to 2 now works
        - Bugfix: undefined option 'back' now works
        - Update documentation

0.008   2016-04-27
        - Announcement incompatible changes

0.007   2016-04-15
        - No changes - enable travis test

0.006   2016-03-29
        - Renamed 'read_line' to 'readline' and 'fill_form' to 'fillform'
        - Readline is now a multimethod
        - Refactored window-size-changed
        - Refactored string-to-long
        - Update documentation

0.005   2016-03-21
        - Pod fix

0.004   2016-03-21
        - Pod fix

0.003   2016-03-21
        - Pod fix

0.002   2016-03-21
        - Pod fix

0.001   2016-03-21
        - Release 0.001

