Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

57 lines (37 loc) · 1.19 KB

Next Release

4.9.0 (04/30/2014)

  • Add Bullet.stacktrace_includes option
  • Applied keyword argument fixes on Ruby 2.2.0
  • Add bugsnag notifier
  • Support rails 4.1.0

4.8.0 (02/16/2014)

  • Support rails 4.1.0.beta1
  • Update specs to be RSpec 3.0 compatible
  • Update latest minor version activerecord and mongoid on travis

4.7.0 (11/03/2013)

  • Add coverall support
  • Add helper to profile code outside a request
  • Add activesupport dependency
  • Add Bullet.raise notification
  • Add Bullet.add_footer notification
  • Fix activerecord4 warnings in test code

4.6.0 (04/18/2013)

  • Fix Bullet::Rack to support sinatra

4.5.0 (03/24/2013)

  • Add api way to access captured associatioin
  • Allow disable n_plus_one_query, unused_eager_loading and counter_cache respectively
  • Add whitelist

4.4.0 (03/15/2013)

  • Remove disable_browser_cache option
  • Compatible with Rails 4.0.0.beta1

4.3.0 (12/28/2012)

  • Fix content-length for non ascii html
  • Add mongoid 2.5.x support

4.2.0 (09/29/2012)

  • Add Bullet::Dependency to check AR and mongoid version
  • Add Rails 4 support
  • Add airbrake notifier support

4.1.0 (05/30/2012)

  • Add mongoid 3 support

4.0.0 (05/09/2012)

  • Add mongoid support