Unclaimed project
Are you a maintainer of fx? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
fx
Versioned database functions and triggers for Rails
Back to changelogNew
v0.9.0
What's Changed
- Add
Fx::Definition.{function,trigger} by @teoljungberg in https://github.com/teoljungberg/fx/pull/119
- Add CHANGELOG by @teoljungberg in https://github.com/teoljungberg/fx/pull/120
- Disable RSpec's monkey patching by @teoljungberg in https://github.com/teoljungberg/fx/pull/121
- Downgrade PG to < 1.5 by @teoljungberg in https://github.com/teoljungberg/fx/pull/122
- Raise on warnings by @teoljungberg in https://github.com/teoljungberg/fx/pull/124
- Upgrade pg by @teoljungberg in https://github.com/teoljungberg/fx/pull/129
- Require Ruby >= 3.0 by @teoljungberg in https://github.com/teoljungberg/fx/pull/128
- Require Rails >= 6.1 by @teoljungberg in https://github.com/teoljungberg/fx/pull/127
- Add Rubygems metadata to fx.gemspec by @olleolleolle in https://github.com/teoljungberg/fx/pull/132
- Update README.md by @tarellel in https://github.com/teoljungberg/fx/pull/133
- Add Rails 7.1 to test matrix by @teoljungberg in https://github.com/teoljungberg/fx/pull/136
- Move configuration methods to
Fx by @teoljungberg in https://github.com/teoljungberg/fx/pull/130
Add Ruby 3.3. to matrix by @teoljungberg in https://github.com/teoljungberg/fx/pull/144Move development dependencies to Gemfile by @teoljungberg in https://github.com/teoljungberg/fx/pull/145Move connection-specific code by @teoljungberg in https://github.com/teoljungberg/fx/pull/146Fix deprecation warnings by @teoljungberg in https://github.com/teoljungberg/fx/pull/148Simplify Fx.load by @teoljungberg in https://github.com/teoljungberg/fx/pull/147Add Rails 7.2 to test matrix by @teoljungberg in https://github.com/teoljungberg/fx/pull/149Refactor configuration tests by @teoljungberg in https://github.com/teoljungberg/fx/pull/150Add Rails 8.0.0.beta1 to CI matrix by @teoljungberg in https://github.com/teoljungberg/fx/pull/151Add Ruby 3.4.0-preview2 to CI matrix by @teoljungberg in https://github.com/teoljungberg/fx/pull/152Rails 8.0.0.rc1 by @teoljungberg in https://github.com/teoljungberg/fx/pull/153Rails 8.0.0.rc2 by @teoljungberg in https://github.com/teoljungberg/fx/pull/154Bump Rails support to Rails 8 by @teoljungberg in https://github.com/teoljungberg/fx/pull/157New Contributors
- @olleolleolle made their first contribution in https://github.com/teoljungberg/fx/pull/132
Full Changelog: https://github.com/teoljungberg/fx/compare/v0.8.0...v0.9.0