Comparing version 2.5.10 to 2.6.0
# CHANGELOG - PageXray | ||
version 2.6.0 2020-13-13 | ||
------------------------ | ||
### Added | ||
* If an asset has the HTML/text content it will be added to the asset section [#90](https://github.com/sitespeedio/pagexray/pull/90). | ||
version 2.5.10 2020-06-20 | ||
@@ -4,0 +9,0 @@ ------------------------ |
@@ -50,2 +50,4 @@ 'use strict'; | ||
const responseHeaders = headers.flatten(response.headers); | ||
const content = | ||
response.content && response.content.text ? response.content.text : ''; | ||
const timings = { | ||
@@ -85,3 +87,4 @@ blocked: getTiming(entry, 'blocked'), | ||
timings, | ||
cookies: request.cookies.length | ||
cookies: request.cookies.length, | ||
content | ||
}; | ||
@@ -88,0 +91,0 @@ }, |
{ | ||
"name": "pagexray", | ||
"version": "2.5.10", | ||
"version": "2.6.0", | ||
"description": "Xray your HAR file and know all about the page", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# PageXray | ||
[![Build status][travis-image]][travis-url] | ||
![Unit tests](https://github.com/sitespeedio/pagexray/workflows/Unit%20tests/badge.svg?branch=main) | ||
@@ -181,4 +181,1 @@ ![Page Xray](img/pagexray.png) | ||
``` | ||
[travis-image]: https://img.shields.io/travis/sitespeedio/pagexray.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/sitespeedio/pagexray |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40650
748
181