The noteworthy changes for each PGTrunk version are included here. The format is based on Keep a Changelog and this project adheres to Semantic Versioning. For a complete changelog, see the commits for each version via the version links.
- Add support for sequences (nepalez)
- Fix inheritance of attribute aliases (nepalez)
- Fix documentation for rules (nepalez)
- Add support for rules (nepalez)
- Fix CI/CD flow (olleolleolle)
- Fix documentation (nepalez)
- Fix registry of custom types (nepalez)
0.1.1 (2022-01-16)
- Fix inline documentation for methods added to ActiveRecord::Migration (nepalez)
0.1.0 (2022-01-14)
This is a first public release (nepalez)
Supported features:
- tables
- indexes (separated from tables)
- check constraints (separated from tables)
- foreign keys (including multi-column ones)
- views
- materialized views
- functions
- procedures
- triggers
- custom statistics
- enumerable types
- composite types
- domains types