v0.2.0
What's Changed
- perf: reset test databases in place instead of drop/recreate by @Apakottur in #159
- feat: preview generated release notes before tagging by @Apakottur in #160
- feat: rename enum values in place via ALTER TYPE RENAME VALUE by @Apakottur in #161
- test: cover constraint triggers end-to-end (CREATE CONSTRAINT TRIGGER) by @Apakottur in #163
- feat: alter composite type attributes in place by @Apakottur in #164
- feat: diff trigger enable/disable state (tgenabled) by @Apakottur in #162
- feat: diff INSTEAD OF triggers on views by @Apakottur in #165
- feat: rewrite enum type for value removal / reorder by @Apakottur in #167
- feat: support range types (CREATE TYPE ... AS RANGE) by @Apakottur in #166
- feat: recreate function dependents on return-type change by @Apakottur in #168
- feat!: flip owner reconciliation to opt-in (--include-owner) by @Apakottur in #169
- feat: support row-level security (table flags + policies) by @Apakottur in #170
- feat: diff ownership for non-table objects by @Apakottur in #171
- feat: diff table privileges (GRANT / REVOKE) by @Apakottur in #172
Full Changelog: v0.1.1...v0.2.0