Skip to content

Releases: Zizzamia/perfume.js

v3.0.1

15 Oct 00:35
Compare
Choose a tag to compare
  • fix: check if window.performance.mark is supported when used .start() or .end()

v3.0.0-rc.11

14 Oct 00:47
Compare
Choose a tag to compare
  • feat: added Navigation Timing #83

Breaking Changes

  • refactor: removed default Google Analytics support, instead analyticsTracker will be the default method to communicate with the backend.

v3.0.0

14 Oct 18:19
Compare
Choose a tag to compare
  • feat: added Navigation Timing #83
  • feat: added more flexibility for log, sendTiming and analyticsTracker arguments #70
  • feat: Added initial support for Data Consumption #85
  • feat: Added support to retrieve buffered FP/FCP events #81
  • feat: Added support for first-input and removed EmulatedPerformance #60 #82
  • feat: Replace Map by plain old objects to support more browsers #78

Breaking Changes

  • refactor: removed default Google Analytics support, instead analyticsTracker will be the default method to communicate with the backend.
  • refactor: log, sendTiming and analyticsTrackerg gets one solo options object instead of the original arguments
  • refactor: Dropped support for EmulatedPerformance
  • feat: Discard queued tasks if running them as microtasks isn't supported #77

v3.0.0-rc.10

29 Sep 23:25
Compare
Choose a tag to compare
  • feat: added more flexibility for log, sendTiming and analyticsTracker arguments #70

Breaking Changes

  • refactor: log, sendTiming and analyticsTrackerg gets one solo options object instead of the original arguments

v3.0.0-rc.5

27 Sep 07:02
Compare
Choose a tag to compare
  • feat: Added initial support for Data Consumption #85

v3.0.0-rc.1

26 Sep 07:05
Compare
Choose a tag to compare
  • feat: Added support to retrieve buffered FP/FCP events #81
  • feat: Added support for first-input and removed EmulatedPerformance #60 #82

Breaking Changes

  • refactor: Dropped support for EmulatedPerformance

v3.0.0-beta.0

15 Sep 06:44
Compare
Choose a tag to compare
  • feat: replace Map by plain old objects to support more browsers #78

Breaking Changes

  • feat: discard queued tasks if running them as microtasks isn't supported #77

v2.1.0

05 Jan 22:05
Compare
Choose a tag to compare

Feat

  • feat: Added option for browser and OS infos #45

v2.0.0

06 Nov 07:17
Compare
Choose a tag to compare

Feat

  • performance: now we use Idle Until Urgent strategy for logging and analytics #55

Possible Breaking Changes

  • core removed Time to Interactive from Perfume #54 😬 (FID is a better metric for RUM)

v1.2.0

08 Oct 22:22
Compare
Choose a tag to compare

Bug Fixes

  • fix: Added Angular AOT support for PerfumeModule