You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
-
### 5.0.0 (Unreleased)
1
+
### 5.0.0 (March 19, 2019)
2
2
3
3
* Add `onInit` method that accepts a callback that will be invoked after init
4
4
* Allow for api endpoints that do not end with a trailing slash
5
5
* Sync with upstream ua-parser for user agent parsing
6
6
* Upgrade rollup/babel dependencies
7
+
* Invoke runQueuedFunctions from the main library instead of the snippet. This will allow integrations to take advantage of the queueing feature on sites that do not use the snippet.
7
8
8
-
## Breaking Changes
9
+
####Breaking Changes
9
10
* Drop JSON polyfill. This will break IE 7 and older. You can install your own JSON polyfill before loading amplitude.
10
-
* Stop committing generated files to the master branch in the git repository (do not install amplitude from git).
11
+
* Stop committing generated files to the master branch in the git repository. You should not install amplitude from the master git branch. You should never import amplitude.min.js into your build.
11
12
* Drop custom user agent parsing for symbian and blackberry
0 commit comments