Releases: Zizzamia/perfume.js
Releases · Zizzamia/perfume.js
v3.0.1
v3.0.0-rc.11
- 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
- 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
- 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
- feat: Added initial support for Data Consumption #85