Skip to content

Latest commit

 

History

History
82 lines (49 loc) · 2.6 KB

CHANGELOG.md

File metadata and controls

82 lines (49 loc) · 2.6 KB

2.0.0

Breaking Updates

  • Removes deprecated chromeLoadTimes

Features

1.6.0

Features

1.5.0

Features

1.4.0

Features

1.3.0

Features

1.2.0

Features

  • Adds new Time To First Paint methods: getFirstPaint & getFirstPaintFrame (e6dab25)

1.1.0

Features

1.0.2

Features

  • More precise handling of durations between navigationStart & a user mark (6e814f5)
  • Available now as a Ruby Gem

1.0.1

Features

  • Minified version (surfnperf.min.js)
  • Performance improvements
  • Removed dependency on Underscore
  • Browserify support

Bug Fixes

  • When trying to access a mark/event via User Timing that doesn't exist yet, the error is captured & logged to the developer console as an error instead of throwing a JavaScript error (ac874495)

1.0.0

Features

  • Initial release