bullet v5.0.0 Release Notes

Release Date: 2016-06-01 // almost 8 years ago
    • ๐Ÿ‘Œ Support Rails 5.0.0.beta1
    • ๐Ÿ›  Fix has_many :through infinite loop issue
    • ๐Ÿ‘Œ Support mongoid 5.0.0
    • Do not report association queries immediately after object creation to require a preload
    • Detect counter_cache for has_many :through association
    • Compatible with composite_primary_keys gem
    • ๐Ÿ›  Fix AR 4.2 SingularAssociation#reader result can be nil
    • perform_out_of_channel_notifications should always be triggered
    • Fix false positive with belongs_to -> belongs_to for active_record 4.2
    • Activate active_record hacks only when Bullet already start
    • Don't execute query when running to_sql
    • Send backtrace to uniform_notifier
    • ๐Ÿ›  Fix sse response check
    • Dynamically delegate available notifiers to UniformNotifier
    • Hotfix nil object when add_impossible_object
    • Fix has_one then has_many associations in rails 4.2
    • Append js and dom to html body in proper position