Revision history for Perl module App::Spec v0.15.0 2025-03-25 21:54:22+01:00 - Use '/usr/bin/env bash' (#22 @alexiswl) - Support multiline descriptions 0.013 2019-09-09 19:22:34+02:00 - Add types filename and dirname - Improve completion for directories 0.012 2019-07-06 00:02:35+02:00 - Generate App::Spec::Schema from schema.yaml so File::Share is not needed (makes fatpacking possible) 0.011 2019-07-03 21:48:09+02:00 - Allow to disable default plugins 0.010 2019-06-16 00:21:29+02:00 - Fix bug in dynamic option completion (bash) 0.009 2019-06-09 15:16:28+02:00 - Several completion fixes regarding colons and spaces - Provide a variable for the last word for both shells 0.008 2019-05-18 19:22:11+02:00 - Fix schema: Option/Parameter spec can be a string also 0.007 2019-05-18 16:01:59+02:00 - dsl values should not override other values 0.006 2019-05-05 13:21:09+02:00 - Autogenerate META.json using dzil plugin (PR#16 @manwar) - Fix pod error (PR##21 @manwar) - Add support for float argument type (PR#18 @s-nez) - Fix bug (undefined reference) in zsh completion - Fix bug (wrong type of default) in App::Spec::Run::Response - Format plugin: encode output - Allow dynamic completion also for options 0.005 2019-04-22 12:40:14+02:00 - Support completion for apps without subcommands - Support plugins (turn help and meta commands into plugins) - And lots of refactoring for that - Pass a data structure to $run->out and it will be formatted with Data::Dumper - Add a format plugin that formats data output as YAML, JSON, Text::Table, Data::Dump - Output via $run->out is not buffered anymore 0.004 Mon Oct 31 18:56:05 CET 2016 - Lots of refactoring - More documentation - Update schema - Integer validation fix - Feature: allow 'mapping' options and parameters (Like Getopt::Long supports via '%') - Feature: add DSL for defining options 0.003 Thu Oct 13 21:06:00 CEST 2016 - Change: refactoring. Apps should now inherit from App::Spec::Run::Cmd - Feature: add 'unique' feature for params/options 0.002 Sun Sep 4 16:57:00 CEST 2016 - developer version