This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20200224
New Additions
- Create goog.debug.deepFreeze.
- Added goog.async.promises.allMapsValues utility function
Backwards Incompatible Changes
- AbstractRange.prototype.getTextRange(s) now return AbstractRange instead of the specific TextRange subclass
Other Changes
- Remove some forwardDeclares from closure labs net.
- Remove forwardDeclares from closure/graphics.
- Remove forwardDeclare from closure/fs.
- Linkify matching {} and () in URL like https://g\.com?res\{x=3\}
- The functions allowed by the CSS sanitizer are now case insensitive.
- Replace uses of goog.isArray in preparation for its removal
- Remove special case for ie6-ie10 in nexttick.
- Remove some forwardDeclares from closure/net.
- Remove forwardDeclares from various Closure packages.