This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20221004
New Additions
- Added a handful of
goog.crypt
methods with clearer string encoding semantics. (849cf9c)
Other Changes
- Fix for the issue when styles were not getting evaluated after insertion in DOM (fe53c01)
goog.object.unsafeClone
now clonesDate
objects correctly. (767dd4b)- Implement
toString
inUrlLike
return value for IE. (ceb174a) goog.crypt.stringToByteArray
(along withbase64.encodeString
andhash32.encodeString
) will now throw asynchronously on multi-byte characters in development. (e439bfd)