Skip to content

Version 0.0.9

Compare
Choose a tag to compare
@coryb coryb released this 16 Sep 03:37
· 653 commits to master since this release

0.0.9 - 2015-09-15

  • use forked yaml.v2 so as to not lose line terminations present in jira fields [Cory Bennett] [f84e77f]
  • adding a |~ literal yaml syntax to just chomp a single newline (again to preserve existing formatting in jira fields) [Cory Bennett] [f84e77f]
  • for indent/comment allow for unicode line termination characters that yaml will use for parsing [Cory Bennett] [f84e77f]
  • fix "edit" default option, change how defaults are dealt with for filters [Cory Bennett] [4265913]
  • for edit template add issue id as comment, also add "comments" as comment so you can review the comment details while editing [Cory Bennett] [968a9df]
  • add "comment" template filter to comment out multiline statements [Cory Bennett] [d664868]
  • add getOpt wrappers to get options with defaults [Cory Bennett] [c0070cf]
  • make --dryrun work [Cory Bennett] [d229ac1]
  • refactor config/option loading so command options override settings in config files [Cory Bennett] [d229ac1]
  • allow query options to be used on the "edit" command to iterate editing [Cory Bennett] [d229ac1]
  • remove duplication for defaults [Cory Bennett] [f8c8ddf]
  • use optigo for option parsing, drop docopt [Cory Bennett] [7bbd571]
  • allow "abort: true" to be set while editing to cancel the edit operation [Cory Bennett] [ea67a77]
  • if no changes are made on edit templates then abort edit [Cory Bennett] [e69b65c]