Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 14:23
· 38 commits to master since this release

Changelog

  • c945607 Bump version to v0.2.0
  • 2bdbd80 Rename AllBlocksFilter to FileFilter
  • 3c4d713 Remove unused BlocksByTypeFilter
  • 8921e6f Remove unused finders
  • 3de0df3 Add tests for block finder
  • 1d75a3b Add tests for BlockFilter
  • 408ebe1 Add test helpers for building block filters
  • b138fe1 Restrict blocks to which VerticalFormat is applied
  • bfddfc5 Allow to apply multiple types of block filters at once
  • 874a840 Unify appendig blocks to AppendBlock()
  • c0cc48d Generalize block finders
  • e3fbbd5 Generalize BlockFilterFunc
  • 09b9574 Use BlockFilter instead of ProviderFilter
  • 3e1fb17 Use io.Discard instead of ioutil.Discard
  • b8296e8 Use BlockFilter instead of ResourceFilter
  • 5ed5e0f Move SchemaType() into the Block interface
  • 78c00a3 Refactor block-related logic
  • 7bec1e8 Add DataSource type to tfwrite package
  • fb1bb5f Rename s3_force_path_style to s3_use_path_style in provider aws block
  • 8beb9da Add support for provider meta argument