v2.0.0
Major Changes
-
BREAKING: Removed
get
option: 66cc1b2, 96465d3GAnalytics is now firing GET requests via
new Image().src = url
, which works natively in all browsers. AKA, nofetch
polyfills or replacements are needed! Credit to @developit and @kristoferbaxter 🎉 -
BREAKING: Removed inline
assign
helper: 43f87b8, 275565eGAnalytics now ships with
Object.assign
by default. This means that there is no Internet Explorer support by default.However, Babel users may install
babel-plugin-transform-object-assign
to quickly regain IE compatibility! This is possible because the plugin will replace instances ofObject.assign
with_extends
, an injected Babel helper.