Sha256: 13d565cee3cae4c491dda00a1dabb97f73500b143dc3125b22f46fc330268366

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# Changelog

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.

## [0.1.3] (2022-01-20)

* Add support for rules (nepalez)
* Fix CI/CD flow (olleolleolle)
* Fix documentation (nepalez)

## [0.1.2] (2022-01-17)

* 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

[0.1.1]: https://github.com/nepalez/pg_trunk/releases/tag/v0.1.1
[0.1.0]: https://github.com/nepalez/pg_trunk/releases/tag/v0.1.0

[Keep a Changelog]: http://keepachangelog.com/
[Semantic Versioning]: http://semver.org/
[commits]: https://github.com/nepalez/pg_trunk/commits/master

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pg_trunk-0.1.3 CHANGELOG.md