All Versions
21
Latest Version
Avg Release Cycle
139 days
Latest Release
1687 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