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)