Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bufdev bufdev released this 03 Aug 22:41
· 255 commits to dev since this release

Changed

  • Delete the ability to explicitly specify multiple files, and have the effect
    of one file being specified be the same as the former --dir-mode. See
    #16 for more details.
  • Delete protoc_include_wkt setting. This is always set to true.
  • Delete no_default_excludes setting. This is always set to true.
  • Delete gen.go_options.no_default_modifiers setting.
  • Delete lint.group setting.
  • Delete harbormaster global flag.
  • Refactor create.dir_to_base_package to the list create.packages See
    the documentation for more details.
  • Rename create.dir_to_base_package -> create.dir_to_package.
  • Move prototool init to prototool config init.
  • Move gen.plugin_overrides to gen.plugins.path.
  • Refactor lint configuration. See the documentation for details.
  • Refactor format --no-rewrite so that the previous default is now enabled via
    format --fix.

Fixed

  • Fix excludes setting to correctly match file path prefixes.