v20221004
版本发布时间: 2022-10-21 01:31:59
google/closure-library最新发布版本:v20230802(2023-08-11 01:43:27)
New Additions
- Added a handful of
goog.crypt
methods with clearer string encoding semantics. (849cf9c9ed66660144c4b5226442cbcfa78dff22)
Other Changes
- Fix for the issue when styles were not getting evaluated after insertion in DOM (fe53c01e568b90657e06fb95e063d9be12a07227)
-
goog.object.unsafeClone
now clonesDate
objects correctly. (767dd4bbaf6f9d4a223de72190a21643f075dc5d) - Implement
toString
inUrlLike
return value for IE. (ceb174a41349ce7d77d247e0e0722749f996ccbb) -
goog.crypt.stringToByteArray
(along withbase64.encodeString
andhash32.encodeString
) will now throw asynchronously on multi-byte characters in development. (e439bfd5ff09e0efd85693fc5adf23462d5a39d4)