Skip to content

Releases: rootstrap/yaaf

v3.0.2

08 Oct 19:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

03 Oct 16:57
a1ac5ea
Compare
Choose a tag to compare

What's Changed

  • Fix CI: Rails 8 doesn't work with Ruby 3.1 by @santib in #89
  • Don't fail if model doesn't respond to marked for destruction by @santib in #88
  • Bump version to 3.0.1 by @santib in #90

Full Changelog: v3.0.0...v3.0.1

v3.0.0

08 Jul 21:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v3.0.0

v2.2.0

23 Dec 13:45
3431f62
Compare
Choose a tag to compare
  • Add support for Rails 7

v2.1.0

27 Sep 14:26
02e847a
Compare
Choose a tag to compare

v2.0.0

15 Jul 15:16
56e6bbc
Compare
Choose a tag to compare
  • Adjust #save/! for callback validation exceptions by @thewatts
  • Delegate #transaction to ActiveRecord::Base so it can be overriden by @thewatts
  • Prevent double validations on #save/! by @thewatts

v1.0.0

05 Mar 14:03
a049931
Compare
Choose a tag to compare
  • Improvements for error handling
  • Drop support for Rails <= 5.1

v0.2.0

28 Jan 22:04
65e2828
Compare
Choose a tag to compare

Support Rails 6.1 by Shaglock

v0.1.1

11 Apr 19:16
255626d
Compare
Choose a tag to compare

Remove unnecessary files from gem package

v0.1.0

07 Apr 18:22
a9fe44f
Compare
Choose a tag to compare

Initial release