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