Pronto v0.6.0 Release Notes

  • ๐Ÿ†• New features

    • โž• Add -V/--verbose-version option that displays Ruby version.
    • ๐Ÿ”ง #127: ability to specify max_warnings via configuration or environment variable.
    • ๐Ÿ”ง #18: ability to specify verbose via configuration, which can provide more output for debugging purposes.
    • ๐Ÿ‘ #83: support multiple formatters as an option to pronto run.

    ๐Ÿ”„ Changes

    • --version only displays the version itself without any additional text.
    • Replace Pronto.gem_names with Pronto::GemNames.new.to_a.
    • #116: improve GitHub formatter error output.
    • #123: add runner attribute to message initialization.
    • โš™ Runner expects to receive patches/commit via initialize(patches, commit), instead of run(patches, commit).

    ๐Ÿ› Bugs fixed

    • #122: ignore symlink directories.