Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Closure Library v20211201

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 17:44

New Additions

  • Add browser.isAtLeast and browser.isAtMost, and deprecate recently-added browser.versionOf, which is problematic due to its subtle use of NaN. (ed1a776)

Backwards Incompatible Changes

  • Delete goog.string.buildString. (b687a41)

Other Changes

  • goog.graphics VML support has been removed. (ceaa2b0)
  • Implements meaningful toString() methods for StringMatchers. (dc6a823)