perfume.js
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-rc.0
# Changelog | ||
## 3.0.0-rc.0 (2019-9-25) | ||
* **feat:** Added support to retrieve buffered FP/FCP events [#81](https://github.com/Zizzamia/perfume.js/issues/81) | ||
* **feat:** Added support for first-input and removed EmulatedPerformance [#60](https://github.com/Zizzamia/perfume.js/issues/60) [#82](https://github.com/Zizzamia/perfume.js/issues/82) | ||
## 3.0.0-beta.0 (2019-9-14) | ||
* **feat:** Replace Map by plain old objects to support more browsers [#78](https://github.com/Zizzamia/perfume.js/pull/78) | ||
### Breaking Changes | ||
* **feat:** Discard queued tasks if running them as microtasks isn't supported [#77](https://github.com/Zizzamia/perfume.js/pull/77) | ||
## 2.1.0 (2019-1-5) | ||
@@ -13,7 +26,7 @@ | ||
* **performance:** now we use Idle Untile Urget strategy for logging and analytics [#55](https://github.com/Zizzamia/perfume.js/issues/55) | ||
* **performance:** Now we use Idle Untile Urget strategy for logging and analytics [#55](https://github.com/Zizzamia/perfume.js/issues/55) | ||
### Possible Breaking Changes | ||
* **core** removed Time to Interactive from Perfume [#54](https://github.com/Zizzamia/perfume.js/issues/54) 😬 (FID is a better metric for RUM) | ||
* **core** Removed Time to Interactive from Perfume [#54](https://github.com/Zizzamia/perfume.js/issues/54) 😬 (FID is a better metric for RUM) | ||
@@ -20,0 +33,0 @@ ## 1.2.0 (2018-10-8) |
{ | ||
"name": "perfume.js", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-rc.0", | ||
"description": "JavaScript library that measures First (Contentful) Paint (FP/FCP) and First Input Delay (FID). Annotates components’ performance for Vanilla and Angular applications, into the DevTools timeline. Reports all the results to Google Analytics or your favorite tracking tool.", | ||
@@ -9,4 +9,5 @@ "keywords": [ | ||
"metrics", | ||
"javascript-library", | ||
"first-paint", | ||
"first-contentful-paint", | ||
"first-input-delay", | ||
"devtools", | ||
@@ -61,3 +62,3 @@ "user-timing", | ||
"testPathIgnorePatterns": [ | ||
"/__tests__/_mock.ts", | ||
"_mock.ts", | ||
"/docs/", | ||
@@ -85,5 +86,5 @@ "detect-browser.ts", | ||
"global": { | ||
"branches": 91, | ||
"functions": 90, | ||
"lines": 92, | ||
"branches": 89, | ||
"functions": 95, | ||
"lines": 93, | ||
"statements": 92 | ||
@@ -96,3 +97,2 @@ } | ||
"detect-browser": "4.5.1", | ||
"first-input-delay": "0.1.3", | ||
"idlize": "0.1.1" | ||
@@ -99,0 +99,0 @@ }, |
540992
2
- Removedfirst-input-delay@0.1.3
- Removedfirst-input-delay@0.1.3(transitive)