Skip to content

Releases: Zizzamia/perfume.js

v4.8.1

25 Feb 03:26
Compare
Choose a tag to compare
  • feat: added serviceWorkerStatus in navigatorInfo

v4.8.0

24 Feb 00:02
Compare
Choose a tag to compare
  • feat: added support for Cumulative Layout Shift score #80

v4.7.5

23 Feb 00:34
Compare
Choose a tag to compare
  • fix: missed new property as reserved words
  • fix: replaced isLowEnd with isLowEndDevice and isLowEndExperience

v4.7.3

22 Feb 05:05
Compare
Choose a tag to compare
  • 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

11 Jan 19:58
Compare
Choose a tag to compare
  • feat: added hardwareConcurrency and deviceMemory support

Breaking Changes

  • refactor: made FP, FCP and FID as default metrics.

v4.6.0

10 Dec 21:51
Compare
Choose a tag to compare
  • fix: restore UMD module breaking #95

v4.4.0

01 Dec 04:26
Compare
Choose a tag to compare
  • 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

28 Nov 01:31
Compare
Choose a tag to compare
  • fix: total value for data consumption

v4.2.0

28 Nov 00:12
Compare
Choose a tag to compare
  • 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

15 Oct 02:50
Compare
Choose a tag to compare
  • fix: added check in case Navigation Timing is not supported