Comparing version 2.3.1 to 2.4.0
# CHANGELOG - PageXray | ||
version 2.4.0 2018-10-05 | ||
------------------------ | ||
### Added | ||
* We missed video/audio/xml/pdf as content type so we categorised them as others. Lets be specific instead [#67](https://github.com/sitespeedio/pagexray/pull/67). | ||
version 2.3.1 2018-05-15 | ||
@@ -4,0 +9,0 @@ ------------------------ |
@@ -10,2 +10,3 @@ 'use strict'; | ||
[/^text\/css/, 'css'], | ||
[/^text\/xml/, 'xml'], | ||
[/javascript/, 'javascript'], | ||
@@ -20,2 +21,6 @@ [/flash/, 'flash'], | ||
[/^application\/json/, 'json'], | ||
[/^application\/xml/, 'xml'], | ||
[/^application\/pdf/, 'pdf'], | ||
[/^audio\/.*/, 'audio'], | ||
[/^video\/.*/, 'video'], | ||
[/^application\/ocsp-response/, 'oscp'], | ||
@@ -22,0 +27,0 @@ [/.*/, 'other'] // Always match 'other' if all else fails |
{ | ||
"name": "pagexray", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"description": "Xray your HAR file and know all about the page", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
36769
694