Skip to content

Releases: peek/peek

v1.1.0

27 Sep 19:55
Compare
Choose a tag to compare
  • 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

27 Sep 19:56
Compare
Choose a tag to compare
  • Remove CoffeeScript

v1.0.0

10 Apr 17:05
Compare
Choose a tag to compare
  • 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

04 Mar 19:52
Compare
Choose a tag to compare
  • 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

30 Oct 02:32
Compare
Choose a tag to compare

v0.1.9

30 Jul 08:45
Compare
Choose a tag to compare
  • Rescue & log Dalli exceptions instead of crashing - #50 @barunio

v0.1.8

03 Dec 19:50
Compare
Choose a tag to compare
  • Include the ControllerHelpers directly into ActionController::Base - #41 @lucasmazza

v0.1.7

07 Oct 05:44
Compare
Choose a tag to compare
  • Support all Rails 3.x.x versions by not using request.uuid instead env - #39 @bryanmikaelian

v0.1.6

07 Oct 05:45
Compare
Choose a tag to compare
  • Use event.which for normalization between event.keyCode and event.charCode - #38 @leongersing

v0.1.5

02 Jul 20:01
Compare
Choose a tag to compare
  • 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