v0.11.0
What's new
Go Example test functions
Added 9 runnable Example* test functions covering the complete Go API:
ExampleParse— parsing DDL into a SchemaExampleExtract— extracting schema from a live databaseExampleDiff— comparing schemas and viewing operationsExampleApply— running a migration end-to-endExampleApply_destructive— destructive guard andAllowDestructiveExampleMigrationVersion— version tracking after migrationExampleDetectRedundantIndexes— prefix-duplicate index warningsExampleDiff_breakingChange—BreakingChangeErroron nullable→NOT NULLExampleToJSON— JSON serialization round-trip
These examples serve as both documentation and executable tests, and close the last STABILITY.md gap before 1.0.
Full changelog: v0.10.0...v0.11.0