Skip to content

v0.0.3

Choose a tag to compare

@eddie-on-gh eddie-on-gh released this 24 Feb 01:42
· 22 commits to main since this release

What's Changed

Highlights

  • Replace regex DDL parsing with postgast — switched to libpg_query-based parsing via postgast for more reliable DDL handling (#7)

Improvements

  • Add comprehensive documentation and ReadTheDocs support (#2)
  • Improve project metadata (#6)
  • Add Codecov integration for test coverage reporting (#5, #8)
  • Switch Read the Docs build to use uv for dependency installation (#4)
  • Fix README: correct Alembic integration instructions (#1)
  • Switch from pre-commit to prek for git hooks
  • Typing improvements and logging backfill
  • Support quoted identifiers in DDL identity extraction
  • Best-effort exclusion of extension objects

Full Changelog: v0.0.2...v0.0.3