Clowne v1.2.0 Release Notes
Release Date: 2020-07-03 // almost 5 years ago-
- โ Added TruffleRuby support
- โ Added Ruby 2.7 support
- ๐ Fixed JRuby support
- ๐ Fixed all dependencies vulnerabilities
- ๐ Documents moved to Docsify engine
๐ The release name inspired by Xiu Xiu "Clowne Towne"
Previous changes from v1.1.0
-
โ Added
after_clone
declaration (PR)
This is intermediate callback betweenfinalize
andafter_persist
which is called for built but not persisted record.class ACloner \< Clowne::Clonerafter\_clone do |\_origin, clone, \*\*| # actualize user attributeclone.draft\_count = clone.posts.countend
๐ See more in docs.
๐ฏ From Cult of Martians.
Added support for
belongs_to
association (only foractive_record
adapter) (PR).
๐ Please read small notice if you want to use it.
From Cult of Martians.