Revision history for Menu-Simple
0.17 2022-07-01T14:39:31-04:00
- distro housekeeping
0.16 2022-06-28T03:41:57-04:00
- get sorting to work as advertised in docs
0.15 2022-06-27T23:25:40-04:00
- documentation fixes
0.14 2022-06-25T18:17:53-04:00
- new feature: prevent sort numbers from getting displayed on menu
- improved tests
0.13 2022-06-23T21:06:10-04:00
- doc fix
0.12 2022-06-23T15:59:01-04:00
- get tests to pass
- doc fix
0.11 2022-06-23T15:45:27-04:00
- documented features of module
- new feature: create menu from a hash
- updated documentation
- add new $.option-value attribute
0.10 2022-06-22T19:54:15-04:00
- get test to pass
0.9 2022-06-22T18:39:09-04:00
- add option '0' to submenus to get to parent menu
0.8 2022-06-22T01:02:29-04:00
- typo fix in doc
0.7 2022-06-22T00:42:58-04:00
- added an improved internal ID trackers for options and menus
- counter is initialized for new menus
- add parent/child-menuID attributes to menus
- new methods for accessing counters
0.6 2022-06-20T22:50:56-04:00
- tightened up some code logic
- bug fix: allow selected option to run code
0.5 2022-06-20T13:24:49-04:00
- easier to add individual options to a menu
- fix a bug that tried to execute subemenus and actions on invalid choice
0.4 2022-06-20T11:04:40-04:00
- minor doc improvements
0.3 2022-06-20T10:25:05-04:00
- add menuID instance method and get-menu class method
0.2 2022-06-19T14:48:39-04:00
- Fix documentation formatting
- Remove blank lines
0.1 2022-06-19T14:10:54-04:00
- Initial version