We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1f2c3 commit 20def15Copy full SHA for 20def15
CHANGELOG.md
@@ -3,7 +3,7 @@
3
4
**The API has completely changed in 2.0. See the README for details. Synopsis of changes:**
5
6
-* String ID system for trackers removed, now use instances created with `var myTrack = new promiseTracker([options]);`.
+* String ID system for trackers removed, now use instances created with `var myTrack = new promiseTracker(options);`.
7
* http interceptor functionality is now optional; use it by including `promise-tracker-http-interceptor.js`
8
* maxDuration option is removed (there are better ways to do this in every case)
9
0 commit comments