Releases: Zizzamia/perfume.js
Releases · Zizzamia/perfume.js
v4.8.1
- feat: added serviceWorkerStatus in navigatorInfo
v4.8.0
- feat: added support for Cumulative Layout Shift score #80
v4.7.5
- fix: missed new property as reserved words
- fix: replaced isLowEnd with isLowEndDevice and isLowEndExperience
v4.7.3
- fix: moved isLowEnd inside navigatorInformation object
- feat: added isLowEnd property based on Adaptive Data Loading perfomance pattern
- fix: added navigatorInformation to reserved properties
v4.7.0
- feat: added hardwareConcurrency and deviceMemory support
Breaking Changes
- refactor: made FP, FCP and FID as default metrics.
v4.6.0
- fix: restore UMD module breaking #95
v4.4.0
- feat: added network information support #94
- feat: added Clear method #71
- feat: allowed
endPaint
to accept an eventProperties
object to do custom reporting #68
v4.3.0
- fix: total value for data consumption
v4.2.0
- feat: added Resource Timining support
- feat: added Data Consumption metric
- feat: added Largest Contentful Paint support
- refactor: reduced the library from over 4Kb to 1.9Kb gzip
v3.0.2
- fix: added check in case Navigation Timing is not supported