All Versions
39
Latest Version
Avg Release Cycle
158 days
Latest Release
-

Changelog History
Page 1

  • v7.0.0 Changes

    • ๐Ÿ‘Œ Support rails 7
    • ๐Ÿ›  Fix Mongoid 7 view iteration
    • ๐Ÿ‘ท Move CI from Travis to Github Actions
  • v6.1.5 Changes

    • ๐Ÿ“‡ Rename whitelist to safelist
    • ๐Ÿ›  Fix onload called twice
    • ๐Ÿ‘Œ Support Rack::Files::Iterator responses
    • Ensure HABTM associations are not incorrectly labeled n+1
  • v6.1.4 Changes

    • โž• Added an option to stop adding HTTP headers to API requests
  • v6.1.3 Changes

    • Consider ThroughAssociation at SingularAssociation like CollectionAssociation
    • Add xhr_script only when add_footer is enabled
  • v6.1.2 Changes

    December 12, 2020
    • โช Revert "Make whitelist thread safe"
  • v6.1.1 Changes

    December 12, 2020
    • โž• Add support Rails 6.1
    • ๐Ÿ‘‰ Make whitelist thread safe
  • v6.1.0 Changes

    December 28, 2019
    • Add skip_html_injection flag
    • โœ‚ Remove writer hack in active_record6
    • โš  Use modern includes syntax in warnings
    • ๐Ÿ›  Fix warning: The last argument is used as the keyword parameter
  • v6.0.2 Changes

    August 20, 2019
    • ๐Ÿš… Fully support Rails 6.0
  • v6.0.1 Changes

    June 26, 2019
    • โž• Add Bullet::ActiveJob
    • Prevent "Maximum call stack exceeded" errors when used with Turbolinks
  • v6.0.0 Changes

    April 25, 2019
    • โž• Add XHR support to Bullet
    • ๐Ÿ‘Œ Support Rails 6.0
    • ๐Ÿ– Handle case where ID is manually set on unpersisted record