Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 1.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[3.13.0] - 2024-07-08

  • Removed upper limit on Rails, added testing for Rails main.
  • Dropped support for Ruby < 3.1.
  • Dropped support for Rails < 6.1.

[3.12.0] - 2023-12-12

  • Added support for Rails 7.1

[3.11.0] - 2023-11-08

  • Property tables can now live on a separate database to their parent models. This is achieved, on a per-model basis, by configuring the connection class that will be used by property sets. e.g. set self.property_sets_connection_class = Foo on the model to instruct property_sets to use Foo's database connection when looking for the property sets tables.

[3.10.0] - 2023-09-18