Revision history for Getopt-Alt
0.2.7 2015-01-08
Updating for release of version 0.2.7
Updated licence (Ivan Wills)
Fixed POD (Ivan Wills)
Fixed tests to use --version rather than --VERSION (Ivan Wills)
Added missing new options documentation (Ivan Wills)
Updated helper docs (Ivan Wills)
Changed --VERSION to --version to be consistent with standard practice (Ivan Wills)
Expanding coverage (Ivan Wills)
added new files to manifest (Ivan Wills)
Added tests for more for code (Ivan Wills)
Reverted changes for new test (Ivan Wills)
New test for build arguments (Ivan Wills)
Added some comments and confess missing error condition (Ivan Wills)
Updating the documentation (Ivan Wills)
0.2.6 2014-12-12
Updating for release of version 0.2.6 (Ivan Wills)
Attempt to fix windows issue (Ivan Wills)
0.2.5 2014-12-07
Updating for release of version 0.2.5 (Ivan Wills)
Changed test to better find out why Windows is having troubles (Ivan Wills)
Updating for release of version 0.2.4 (Ivan Wills)
Renamed attribute to be clearer about its meaning (Ivan Wills)
Switched from Path::Class to Path::Tiny (Ivan Wills)
Changed documentation to hear doc for clarity (Ivan Wills)
0.2.4 2014-12-07
Updating for release of version 0.2.4 (Ivan Wills)
Renamed attribute to be clearer about its meaning (Ivan Wills)
Switched from Path::Class to Path::Tiny (Ivan Wills)
Changed documentation to hear doc for clarity (Ivan Wills)
0.2.3 2014-12-06
Updating for release of version 0.2.3 (Ivan Wills)
Added the ability to change the prefix of the config name (Ivan Wills)
0.2.2 2014-12-04
Updating for release of version 0.2.2 (Ivan Wills)
License update (Ivan Wills)
Fixed the documentation about help and aliases attributes (Ivan Wills)
Added the ability to have sub-command aliases (Ivan Wills)
Fixed spelling (Ivan Wills)
0.2.1 2014-11-24
Updating for release of version 0.2.1 (Ivan Wills)
Changed to get home directory from File::HomeDir (Ivan Wills)
0.2.0 2014-11-23
Updating for release of version 0.2.0 (Ivan Wills)
Added new test to manifest (Ivan Wills)
Reordered files (Ivan Wills)
Added more tests for processing options (Ivan Wills)
Removed unessesary code to (gets better code coverage) (Ivan Wills)
Added more tests for building options (Ivan Wills)
Changed build requires to Test::Warnings (Ivan Wills)
Cleaned up bang (Ivan Wills)
Changed from Test::NoWarnings to Test::Warnings (Ivan Wills)
Added better tests for get_options (Ivan Wills)
0.1.5 2014-09-14
Updating for release of version 0.1.5 (Ivan Wills)
Updated manifest (Ivan Wills)
Added better diagnostics (Ivan Wills)
0.1.4 2014-08-26
Got updated boilerplate test passing (Ivan Wills)
Updating for release of version 0.1.4 (Ivan Wills)
Updated manifest (Ivan Wills)
Updated boilerplate test (Ivan Wills)
[Bug #98242] Removed unused modules (Ivan Wills)
[Bug #98242] Moved to load Pod::Usage later (Ivan Wills)
[Bug #98241] Fixed bad file name (Ivan Wills)
Converted to POD syntax (Ivan Wills)
Moved to pod (Ivan Wills)
Start using travis-ci (Ivan Wills)
Updating for release of version 0.1.3 (Ivan Wills)
Added missing dependency (Ivan Wills)
0.1.3 2014-08-21
Updated licence (Ivan Wills)
Merge branch 'master' of github.com:ivanwills/GetOpt-Alt (Ivan Wills)
Added ignoring tag files (Ivan Wills)
Updated dependency (Ivan Wills)
Fixed more Try::Tiny limitations (Ivan Wills)
Trying to replace TryCatch with Try::Tiny (Ivan Wills)
Adding tag files (Ivan Wills)
Got Perl::Critic happyer (Ivan Wills)
First stab at default config (probably needs more work) (Ivan Wills)
Merge branch 'master' of github.com:ivanwills/GetOpt-Alt (Ivan Wills)
Added more changes (Ivan Wills)
Updated dependencies (Ivan Wills)
Added files missing from the manifest (Ivan Wills)
Updating for release of version 0.1.2 (Ivan Wills)
0.1.2 2013-10-21
Updated dependencies (Ivan Wills)
Added files missing from the manifest (Ivan Wills)
Fixed POD (Ivan Wills)
Fixed warning, started saving helper (Ivan Wills)
Changed code to use Moose::Exporter (Ivan Wills)
Made next/last work as expected (Ivan Wills)
Added showing a list of options if the current parameter is an option (Ivan Wills)
Fixed warning about exiting eval via next/last (Ivan Wills)
Trying to simplify bash function (Ivan Wills)
Added some documentation to eg/auto-complete.sh (Ivan Wills)
Added a description (Ivan Wills)
Added message (Ivan Wills)
Converted confesses to Exceptions (Ivan Wills)
Changed missing argument value to throw execption (with work around for TryCatch not catching (Ivan Wills)
Added option and type fields to explain what went wrong for individual options (Ivan Wills)
Fixed error type (Ivan Wills)
New example script to show --auto-complete in action (Ivan Wills)
Added more recipies (Ivan Wills)
Added missing files (Ivan Wills)
Fixed missing $ (Ivan Wills)
Added --auto-complete-list to list all options for auto completion (Ivan Wills)
Started to document sub-commands (Ivan Wills)
Added new Coock Book POD (Ivan Wills)
Added catching errors if --auto-complete is on and passing them to the auto_complete function (Ivan Wills)
Added auto completeion example (Ivan Wills)
First implementation for --auto-complete (Ivan Wills)
Changed helper arguments to put their values first so that they can be overridden (Ivan Wills)
0.1.1 2013-07-15
Cleaned up messages
Fixed issues with calling process on the same object several times
Fixed gramma
Fixed altering self's sub_command by semi deep copy
Getting closer to making test pass
Fixed issue where help could be a file rather than a package name
Changed showing help to show help from the specified module
Trying to get more detailed tests for sub-commands
WIP on example complex sub command usage
Cleaned up the argv attribute which isn't really needed or tested
Added checking if want array to make subcommand usage easier so that the sub command can be returned
Big change with get_options now only returns the options (common use senario) to get the Getopt::Alt object you have to use new
0.1.0 2013-05-19
Got sub command hashes working, added documentation on how that works
Updated the tasks
Added new test
Starting to implement more complex sub commands
Rationalised options use ->options is now the class name and opt is the object with the processed options
Fixed nullable parameter
Basic sub commands working
0.0.3 2013-05-12
Added missing pre-requisite from Build.pl
0.0.2 2013-05-09
Got the tests passing
Fixed failing tests
New Dynaming object parent object
Fixed issue where no files causes test to execption
More work on getting options working
Started objectivying
Fixed some error handling
Turned on bool overloading again
0.0.1 2012-07-21
First version, released on an unsuspecting world.