Clowne v1.2.0 Release Notes

Release Date: 2020-07-03 // almost 4 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 between finalize and after_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 for active_record adapter) (PR).
    ๐Ÿ“„ Please read small notice if you want to use it.
    From Cult of Martians.