This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20201006
New Additions
Backwards Incompatible Changes
- Tighten strictness in Closure Library functions in goog.provide files. (1fa7999)
Other Changes
- Remove forwardDeclares from net/BrowserChannel, and resolve a circular dependency between BrowserChannel and BrowserTestChannel. (1b19054)
- Fix forwardDeclare between module and loader packages by moving a shared enum into a separate file. (58b8677)
- Document that using goog.url is preferred over goog.Uri and goog.uri.utils and outline one way to identify URIs that should be manipulated using the URL package. (e9ba54f)