All Versions
21
Latest Version
Avg Release Cycle
139 days
Latest Release
2165 days ago

Changelog History
Page 1

  • v1.1.0 Changes

    September 27, 2019
    • Ensure that Peek can handle concurrent requests with a multithreaded application server - #113 @smcgivern
    • Don't store metrics if no request ID is present - #112 @rymai
  • v1.0.1 Changes

    September 27, 2019
    • ✂ Remove CoffeeScript
  • v1.0 Changes

    • 🚅 Rails 4+ compatibility
      • Update before_filter to before_action @mkcode
      • Replace GIFs with colors @tarebyte
    • ✂ Remove CoffeeScript @dewski
    • 💎 Use Ruby JSON syntax for hashes
  • v0.2.0 Changes

    March 04, 2016
    • ➕ Add image dependencies for asset compilation - #67 @fedesoria
    • ⚡️ Update JSON to 1.8.2 for compatibility with Ruby 2.2.2 - #73 @eitoball
    • 🗄 Use concurrent-ruby gem in favor of deprecated atomic gem. - #73 @eitoball
    • Prevent errors if compatibility mode is enabled for jQuery - #74 @warseph
    • ➕ Add dependency for coffee-rails for Rails. - #80 @cllns
    • 🛠 Fix deprecation warnings for helper_method for future versions of Rails past Rails v5. - #85 @mgrachev
    • ⚡️ Listen to Turbolinks v5 turbolinks:load JS event to trigger peek updates. - #88 @lucasmazza
  • v0.1.10 Changes

    October 30, 2015
  • v0.1.9 Changes

    July 30, 2014
    • 🌲 Rescue & log Dalli exceptions instead of crashing - #50 @barunio
  • v0.1.8 Changes

    December 03, 2013
    • Include the ControllerHelpers directly into ActionController::Base - #41 @lucasmazza
  • v0.1.7 Changes

    October 07, 2013
    • 👌 Support all Rails 3.x.x versions by not using request.uuid instead env - #39 @bryanmikaelian
  • v0.1.6 Changes

    October 07, 2013
    • 👉 Use event.which for normalization between event.keyCode and event.charCode - #38 @leongersing
  • v0.1.5 Changes

    July 02, 2013
    • ⚡️ Don't trigger peek:update event when the peek bar isn't present - #37 @dewski
    • ➕ Add after_request helper method for Peek::Views::View to help reset state