Skip to content

Closure Library v20221004

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 17:31

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 clones Date objects correctly. (767dd4b)
  • Implement toString in UrlLike return value for IE. (ceb174a)
  • goog.crypt.stringToByteArray (along with base64.encodeString and hash32.encodeString) will now throw asynchronously on multi-byte characters in development. (e439bfd)