Skip to content

Tags: perlpunk/App-Spec-p5

Tags

v0.013

v0.013 2019-09-09 19:22:34+02:00

    - Add types filename and dirname
    - Improve completion for directories

v0.011

v0.011 2019-07-03 21:48:09+02:00

    - Allow to disable default plugins

v0.010

v0.010 2019-06-16 00:21:29+02:00

    - Fix bug in dynamic option completion (bash)

v0.009

v0.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

v0.008

v0.008 2019-05-18 19:22:11+02:00

    - Fix schema: Option/Parameter spec can be a string also

v0.007

v0.007 2019-05-18 16:01:59+02:00

    - dsl values should not override other values

v0.006

v0.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

v0.005

v0.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