@@ -10,17 +10,26 @@ changelog, see the [commits] for each version via the version links.
1010[ Unreleased ] : https://github.com/teoljungberg/fx/compare/v0.9.0..HEAD
1111
1212- Scope functions and triggers to schema search path (#168 )
13- - Require Ruby >= 3.2 (#166 )
14- - Add Ruby 3.4 to the test matrix (#161 )
15- - Require Ruby >= 3.1 (#162 )
16- - Drop EOL Ruby versions (3.0) (#162 )
17- - Drop EOL Rails versions (7.0) (#162 )
18- - Add Rails 8.1 to the test matrix (#175 )
1913- Ensure multi-schema dumping in Rails 8.1.0 does not dump the same objects for
2014 all schemas (#177 )
21- - Drop Rails 7.1 due to EOL (#176 )
22- - YARD documentation improvements (#179 )
23- - Extract ` QueryExecutor ` to remove duplication (#182 )
15+ - Require Ruby >= 3.2 (#166 )
16+ - Require Ruby >= 3.1 (#162 )
17+ - New version support
18+ - Add Rails 8.1 to the test matrix (#175 )
19+ - Add Ruby 3.4 to the test matrix (#161 )
20+ - Removed version support
21+ - Drop Rails 7.1 due to EOL (#176 )
22+ - Drop EOL Ruby versions (3.0) (#162 )
23+ - Drop EOL Rails versions (7.0) (#162 )
24+ - Internal refactorings / improvements
25+ - Extract validation methods in ` Statements ` module (#184 )
26+ - Refactor generators with helper classes and improvements (#183 )
27+ - Extract ` QueryExecutor ` to remove duplication (#182 )
28+ - Extract PostgreSQL version constants (#181 )
29+ - YARD documentation improvements (#179 )
30+ - Ensure fx has been loaded (#173 )
31+ - Replace ammeter (#172 )
32+ - Remove teardown phase (#171 )
2433
2534## [ 0.9.0]
2635
0 commit comments