Skip to content

Commit

Permalink
v1.3.0: Support for Namespaced Data and Service Worker Start timings
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-marschke authored and nicjansma committed Jul 9, 2020
1 parent 1c1c831 commit afe9217
Show file tree
Hide file tree
Showing 10 changed files with 170 additions and 27 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# resourcetiming-compression.js

v1.2.4
v1.3.0

[http://nicj.net](http://nicj.net)

Expand Down Expand Up @@ -254,6 +254,9 @@ Or via ``gulp``:

## Version History

* v1.3.0 - 2020-0709
* Support for namespaced data
* Support for Service Worker Start timing
* v1.2.4 - 2019-07-16
* Optional `skipDimensions` for `getResourceTiming()` and `compressResourceTiming()`
* v1.2.3 - 2019-05-09
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resourcetiming-compression",
"version": "1.2.4",
"version": "1.3.0",
"homepage": "https://github.com/nicjansma/resourcetiming-compression.js",
"authors": [
"Nic Jansma <nic@nicj.net>",
Expand Down
2 changes: 1 addition & 1 deletion dist/resourcetiming-compression.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/resourcetiming-decompression.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "ResourceTiming compression and decompression",
"main": "./index.js",
"author": "Nic Jansma",
"version": "1.2.4",
"version": "1.3.0",
"repository": {
"type": "git",
"url": "http://github.com/nicjansma/resourcetiming-compression.js.git"
Expand Down
Loading

0 comments on commit afe9217

Please sign in to comment.