Skip to content

Commit

Permalink
js/bundle: Bump version to 0.0.6 and update README.md (WICG#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
irori authored Oct 25, 2021
1 parent eb149db commit 63552c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion js/bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,11 @@ This module also takes care of selecting the right format version automatically
## Using Bundles
Generated bundles can be opened with web browsers supporting web bundles.

Chrome (79+) experimentally supports Web Bundles with some limitations. See [this document](https://chromium.googlesource.com/chromium/src/+/refs/heads/master/content/browser/web_package/using_web_bundles.md) for more details.
Chrome (79+) experimentally supports navigation to Web Bundles with some limitations. See [this document](https://chromium.googlesource.com/chromium/src/+/refs/heads/master/content/browser/web_package/using_web_bundles.md) for more details.

Chrome (90+) experimentally supports subresource loading with Web Bundles. See [this document](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/content/browser/web_package/subresource_loading_origin_trial.md) for more details.

## Release Notes

### 0.0.6
- Now BundleBuilder generates bundles of format `b2` by default. See [Backwards compatibility](#backwards-compatibility) section above.
2 changes: 1 addition & 1 deletion js/bundle/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 js/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wbn",
"version": "0.0.5",
"version": "0.0.6",
"description": "Generator and parser for the application/webbundle format, defined in draft-yasskin-wpack-bundled-exchanges-01.",
"homepage": "https://github.com/WICG/webpackage/tree/main/js/bundle",
"main": "./lib/wbn.js",
Expand Down

0 comments on commit 63552c4

Please sign in to comment.