blob: 1eac21444a1a925394c9d274e2b59733f4fbf691 [file] [log] [blame]
kate.ward90fd99d2008-06-18 20:51:29 +00001Changes in shFlags 1.0.x
2========================
3
kate.ward4d8e0472008-07-18 11:52:56 +00004Changes with 1.0.2
5------------------
6
7FLAGS_PARENT no longer transforms into a constant so that it can be defined at
8run time in scripts.
9
kate.wardb7fa8d62008-08-28 21:18:21 +000010Added warning about short flags being unsupported when there are problems
kate.ward1469dda2008-11-17 17:56:43 +000011parsing the options with **getopt**.
kate.wardb7fa8d62008-08-28 21:18:21 +000012
kate.ward437639d2008-10-19 17:21:41 +000013Add default values to end of description strings.
14
15Fixed bug that returned an error instead of success when recalling the default
16values for empty strings.
17
kate.ward20d06782008-10-21 19:57:19 +000018Added warning when a duplicate flag definition is attempted.
19
kate.ward1469dda2008-11-17 17:56:43 +000020Improved ``assert[Warn|Error]Msg()`` test helper grepping.
kate.ward20d06782008-10-21 19:57:19 +000021
kate.ward2f3cad92008-10-21 23:29:23 +000022Replaced shell_versions.sh with a new versions library and created
kate.ward1469dda2008-11-17 17:56:43 +000023**gen_test_results.sh** to make releases easier.
kate.ward2f3cad92008-10-21 23:29:23 +000024
kate.wardd99166b2008-11-12 20:15:39 +000025Copied the coding standards from shUnit2, but haven't fully implemented them
26in shFlags yet.
27
kate.ward5b48fc12008-11-13 00:42:43 +000028Issue# 1: When a user defines their own --help flag, no more warning is thrown
29when FLAGS() is called stating that the help flag already defined.
30
31Issue# 2: Passing the --nohelp option no longer gives help output.
kate.wardabae05d2008-11-12 22:37:05 +000032
kate.ward1469dda2008-11-17 17:56:43 +000033Issue# 3: Added support for screen width detection.
kate.warddadc1642008-11-14 02:00:29 +000034
kate.ward4d8e0472008-07-18 11:52:56 +000035
kate.warddc10fe92008-07-10 19:37:16 +000036Changes with 1.0.1
37------------------
38
39Fixed bug where the help output added [no] to all flag names
40
kate.wardd3d3d082008-07-10 20:00:42 +000041Added additional example files that are referenced by the documentation.
42
kate.ward1d0ecc42008-07-11 15:33:23 +000043Improved zsh version and option checking.
44
45Upgraded shUnit2 to 2.1.4
46
47Added unit testing for the help output.
48
kate.wardf08c5b62008-07-11 20:32:11 +000049When including a library (e.g. shflags) in a script, zsh 3.0.8 doesn't actually
50execute the code in-line, but later. As such, variables that are defined in the
51library cannot be used until functions are called from the main code. This
52required the 'help' flag definition to be moved inside the FLAGS command.
53
kate.warddc10fe92008-07-10 19:37:16 +000054
kate.ward90fd99d2008-06-18 20:51:29 +000055Changes with 1.0.0
56------------------
57
58This is the first official release, so everything is new.
kate.wardabae05d2008-11-12 22:37:05 +000059
60
kate.ward1469dda2008-11-17 17:56:43 +000061.. vim:fileencoding=latin1:ft=rst:spell:tw=80
kate.wardabae05d2008-11-12 22:37:05 +000062.. $Id$