Releases: MatthewCallis/wildberry-princess
Releases · MatthewCallis/wildberry-princess
v4.0.0
- Custom data support for FullStory - dtsellos03
- Remove build process, ship ES code.
Breaking Changes
- IE and early Edge browsers are no longer supported unless you are using an external build system to compile this down to compatible code.
v3.0.0
- Added Segment.io Support from Owen
- Added FullStory Support
Breaking Changes
identify
now takes an object with at least anid
key, and not all required but some requirename
,email
keys, too.
v2.0: ES6
- Convert CoffeeScript to ES6 & Babel
- Update tests to use ava
- Update build system to use RollOut
v1.2.1
1.2.1 (July 6th, 2015)
- Simplify some branching logic.
- Better handling of labels for Kissmetrics.
v1.2.0
1.2 (July 6th, 2015)
- Added support for Kissmetrics.
- Added settings to enable / disable analytics components.
- Updated to newest way to set users in Google Analytics.
v1.1.0
1.1 (May 27, 2015)
- Added
trackEcommerce
. - Added
set
. - Added
trackPageView
. - Fixed tests.