Skip to content

v0.12.0

Choose a tag to compare

@winebarrel winebarrel released this 21 Apr 15:54
Immutable release. Only release title and notes can be modified.
v0.12.0
a149da9

Changelog

  • a149da9 Merge pull request #52 from winebarrel/add-only-option
  • dddd839 Document --only dependency caveat in README
  • 42ea3da Add --only tests for all object types and plan/apply commands
  • 5137fe1 Document PIST_ONLY environment variable in README
  • 1b74ce3 Support PIST_ONLY environment variable for --only option
  • 7c5198f Add --only option to filter by object type
  • 8a4a5e0 Merge pull request #51 from winebarrel/support-domain
  • 3854c7e Remap BaseType in domain schema mapping and exclude default collation in parser
  • 5701b73 Update README to document domain type support
  • 5484e1a Add tests for default collation exclusion and omit-schema domain round-trip
  • f4da7a6 Exclude default collation from domain catalog output
  • aaa02af Fix collation handling and detect unsupported collation changes
  • 03982c3 Add integration tests for domain-enum dependency ordering
  • 71d2fe9 Fix execution order: enums before domains, domain drops before enum drops
  • a058617 Add domain tests for OmitSchema, filter, remap, collation, and rename
  • 512f911 Add comprehensive tests for domain support
  • 04db232 Add domain type support
  • 89331c1 Merge pull request #50 from winebarrel/add-getting-started
  • ef0f880 Merge branch 'main' into add-getting-started
  • 0e8c0f7 Fix link
  • 16bc819 Add getting-started guide
  • 1eb962e Merge pull request #49 from winebarrel/update-demo
  • aff5cf6 Replace demo image in README
  • c10a9cd Update demo