This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20190301
New Additions
- Support for more currency formats.
- 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.