blob: 38b7db610810d56abe44a2e39f32308a7a38f099 [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
11parsing the options with getopt.
12
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.ward4d8e0472008-07-18 11:52:56 +000018
kate.warddc10fe92008-07-10 19:37:16 +000019Changes with 1.0.1
20------------------
21
22Fixed bug where the help output added [no] to all flag names
23
kate.wardd3d3d082008-07-10 20:00:42 +000024Added additional example files that are referenced by the documentation.
25
kate.ward1d0ecc42008-07-11 15:33:23 +000026Improved zsh version and option checking.
27
28Upgraded shUnit2 to 2.1.4
29
30Added unit testing for the help output.
31
kate.wardf08c5b62008-07-11 20:32:11 +000032When including a library (e.g. shflags) in a script, zsh 3.0.8 doesn't actually
33execute the code in-line, but later. As such, variables that are defined in the
34library cannot be used until functions are called from the main code. This
35required the 'help' flag definition to be moved inside the FLAGS command.
36
kate.warddc10fe92008-07-10 19:37:16 +000037
kate.ward90fd99d2008-06-18 20:51:29 +000038Changes with 1.0.0
39------------------
40
41This is the first official release, so everything is new.