[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/cli/ -> CHANGELOG (source)

   1  0.2.0-alpha - 2 April 2008 (r5476)
   2  ==================================================
   3  
   4  -- added general Limb3 CLI scripts runner using single entry point - "limb" script shipped with CORE or CLI package (LMBF-4)
   5  -- lmbCliInput now can be constructed using short options description format, e.g: 
   6  $cli = new lmbCliInput('i|input=;b;foo=;c='); 
   7  is equal to:
   8  $cli = new lmbCliInput(new lmbCliOption('i', 'input', lmbCliOption :: VALUE_REQ),
   9  -- other changes and refactorings
  10  
  11  0.1.1-alpha - 14 December 2006 (r5027)
  12  ==================================================
  13  
  14  -- tests are more isolated
  15  -- initial PhpDocs added
  16  
  17  
  18  0.1.0alpha - 14 December 2006
  19  ==================================================
  20  
  21  - Initial release of this package.


Generated: Fri Jul 25 03:54:57 2008 Cross-referenced by PHPXref 0.7