Add an API to record an exception that fails a test, but not throw it.
Add record() for type-safe mocks.
Backwards Incompatible Changes
Modifies signature of goog.labs.collections.iterables.map
Modifies signature of goog.labs.collections.iterables.filter
Modifies signature of goog.labs.collections.iterables.forEach
Removes goog.labs.iterable alias for goog.labs.collections.iterables.
Other Changes
Escape < in SafeStyleSheet.createRule and allow it in SafeStyle.
goog.testing.style.isVisible no longer supports IE8
No user visible changes.
Some user-visible change.
Add 308 (permanent redirect) to HttpStatus.
Don't use goog.asserts.assert in security sensitive code.
"Home" key selects current date in goog\.ui\.DatePicker.
improved webchannel responsiveness in background tabs.
Adds support for ArrayBuffer responses to FetchXmlHttp requests.
Added 'response' and 'responseType' fields to the goog.net.XhrLike interface.
Added symmetricDifference() to goog.collections.set
Fix safedomtreeprocessor.processToString closing empty element using /> on IE.
Closure Library v20190215
New Additions
Add goog.dom.safe.parseFromString.
Add "auxclick" string constant to EventType
image/x-icon is accepted as a safe mime type for object URLs.
Added Go2Phone type to goog.labs.userAgent.platform. Added goog.userAgent.GO2PHONE constant.
goog.define now return its value and will eventually stop exporting it globally. Callers should update to assign the value.
Other Changes
Removes the aria label of palette cell when removing child. The aria label is added back when the child is added to the cell.
Fixed WebChannel network stats logging on Reactive-Native.
No user-visible change.
goog.dom.isFocusable bugfix
Allows setting PopupDatePicker to reposition when DatePicker's size changes so that extra rows that might appear in a different month are rendered on-screen.
Moving goog.labs.iterable to goog.labs.collections.iterables (with legacy alias)
Added difference() to goog.collections.set
Added union() to goog.collections.set
Updates aria label for cells upon content addition after creation.
Add support for streaming responses to requests made with goog.net.FetchXmlHttp.
New API addition.
Now the logger won't swallow exceptions that are passed to goog.log calls. Example: goog.log.error(logger_, 'foo', new Error()) currently just logs the string. With this change, we now log the passed Error to the console as well.
Some user-visible change if using non-ASCII digits.
Allow data: URLs in goog.dom.safe.set(Image|Audio|Video)Src.
Update return type on goog.labs.collections.iterables.forEach
Commits
1488aa2 Document the JSCompiler's "type-tightening" behavior in asserts.js.
1eb5e5d Update asserts jsdoc to put statements on separate lines.
c982e61 Flip order of arguments in iterables.filter
This version was pushed to npm by lharker, a new releaser for google-closure-library since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mxmul/closure-loader/network/alerts).
Bumps google-closure-library from 20180506.0.0 to 20190301.0.0.
Release notes
Sourced from google-closure-library's releases.
Commits
1488aa2
Document the JSCompiler's "type-tightening" behavior in asserts.js.1eb5e5d
Update asserts jsdoc to put statements on separate lines.c982e61
Flip order of arguments in iterables.filter017e753
Flip order of arguments in iterables.map78c9031
Flip order of arguments in iterables.forEach.3f94460
Remove the legacy goog.labs.iterable alias and its lone usage.f49c137
Removing unused file after everything depending on it has been fixed.2d54e7f
Remove deprecated and un-updated version of Caja.941769a
Add symmetricDifference() to goog.collections.setd31cd71
To make transition to ES6 classes easier, stop using this one-off pattern of ...Maintainer changes
This version was pushed to npm by lharker, a new releaser for google-closure-library since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mxmul/closure-loader/network/alerts).