- Remove
@segment/canonical
in favor ofdocument.querySelector
- Replace @ndhoule/defaults with merging via ES6 spread syntax
- Replace
@ndhoule/includes
withlodash.includes
- Replace
@ndhoule/pick
withlodash.pick
- Replaces
@ndhoule/extend
withlodash.assignin
- Enable
esModuleInterop
intsconfig.json
- Replaces
utils/clone
withlodash.deepclone
- Replaces
utils/map
withArray.prototype.map
- Replaces
utils/each
withArray.prototype.each
- Removes the
utils
directory and tests
- Change the arguments of the main methods to be optional in the typedef to match the documentation. (#203)
- Bump
debug
to a version that fixed security vulnerabilities.
- Replace @ndhoule/foldl with Array.prototype.reduce
- Minor version bump since previous version was published incorrectly. No code change.
- Drop beta release
- TypeScript 4
- export interfaces
- fix importing types issues
- Add --declaration back to build scripts
- Publish v3.13.7 (#176)
- Publish types to npm
- remove unnecessary --declaration flag from build script
- update public interface with optional parameters for .init and .initialize
- Added optional to args that get and set (#174)
- Expose AJS types and update README (#173)
- [Types] Move
user.js
touser.ts
(#172) - Convert group, memory, metrics, normalize, pageDefaults and store to .ts (#171)
- [TS] Move entity.js to entity.ts (#169)
- v3.13.6 (#170)
- test: test analytics.js from a test website
- refactor: continue the typescript migration by moving some files to .ts and adding some types
- refactor: improve typescript support
- refactor: enable typescript support
- feat: add destination middleware
- fix: null values should delete cookies
- refactor: remove third party dependency ndhoule/each
- refactor: remove third party dependency ndhoule/map
- refactor: remove third party dependency ndhoule/clone
- test: add add/apply middleware stress test
- update tests to not fail when adding middleware post-init
- rm checks to disallow adding middleware post-init
- Transform package.json to strip excess in browserify
- feat: use SameSite=Lax by default (#128)
- v3.10.1
- remove old comments
- change callcount variable
- clean up return statement
- remove after
- v3.10.0
- Revert "after fix"
- feat(middleware): add source middleware support
- v3.9.1
- fix(client): remove ready() call when no integrations
- change after
- v3.9.0
- Add middleware support (#113)
- v3.8.2
- feat(ids): add
localStorageFallbackDisabled
flag
- v3.8.1
- feat(ids): check LocalStorage when cookies are not available
- ci(circle): add commitlint-circle
- chore(git): add commitizen and commitlint
- v3.8.0
- Generate MessageId (#106)
- v3.7.2
- ci: login to NPM for publish and use defaults
- v3.7.1
- ci: add v prefix for publish step
- docs: fix version in changelog
- ci: Fix publish step in circle config (segmentio#97)
- build: Replace robo with np for releasing (segmentio#96)
- docs: Fix CI status Badges (segmentio#95)
- build: Setup Snyk (segmentio#93)
- test: Fix flaky tests (segmentio#91, segmentio#84)
- build: Update ESLint (segmentio#90)
- ci: Setup codecov.io (segmentio#75)
- build: Setup Prettier (segmentio#89)
- ci: Report pretty test results (segmentio#88)
- ci: Report readable test summary (segmentio#81)
- build: use yarn (segmentio#87, segmentio#83
- git: Ignore package-lock.json (segmentio#76)
- ci: Migrate to Circle CI 2.0 (segmentio#77, segmentio#83, segmentio#79)
- ci: Improve test reporting (segmentio#86)
- Add support for disabling integrations at runtime (#70).
- Fix the tracking plan when load options are specified (#74).
- Fix the tracking plan when load options are specified (#74).
- Add support for disabling integrations at runtime (#70).
- Fix metrics payload, send
Counter
in titlecase, and sendvalue
.
- Fix Metrics Client Payload, send
series
instead ofmetrics
.
- Add Metrics
- Catch and guard against Integration errors
- Revert "[SCH-297][sch-298] Add tracking plan support to identify and group traits" (#63)
- Add tracking plan support to identify and group traits (#61)
- Replace lodash deepclone with extend to lower ajs size
- Replace ndhoule clone with lodash clone to handle circular references in objects
- This release has no application changes - it's an attempt to fix release commits on CI.
- Revert "update page defaults search method" (#51).
- Add support for schema defaults (#50).
- Build updates on CI.
- This release has no application changes - it's an attempt to fix release commits on CI.
- Fix release commit in 3.2.0
- Send disabled events to Segment.
- Adds invocation of integration.ready in initialize catch statement to ensure analytics.ready callbacks are fired.
- Updates try/catch logic during initializations of integrations to look for integration.name - not integration.prototype.name
- Adds a check during
analytics._invoke
to check if the integration failed to initialize and if so, logs that it is passing and does not invoke it's corresponding method.
- Wrap initialize functions of integrations in try/catch statement.
- Add logging of failed initializations.
- Add a
failedInitializations
array to prototype to capture names of any failed integrations.
- Deprecate IE7/8 testing support
- Re-modernize test dependencies
- Remove Duo support, add browserify support
- Modernize test harness
- Replace component/assert with segmentio/assert to fix build issues
- Fix bad dependency pin
- Update facade dependency to 2.x
- publishing new version to fix bower
- add support for populating traits and properties in querystring-triggered calls
- Bump component/querystring to 2.0.0 to fix a URL encoding issue
- remove git hooks
- add circle.yml
- remove travis ci
- ignore built files
- remove integrations
- Remove deprecated analytics.js-integrations dependency
- Update build
- Pull integrations from individual repositories, located in the segment-integrations GitHub organization. This change should be unnoticeable from a user perspective, but has huge benefits in that excluding integrations from custom builds is now much, much easier, and one integration's test failures will no longer prevent another integration's tests from running.
A noteworthy part of this change: All integrations are now pulled into Analytics.js in component.json
, using an explicit version number.
In the future this part of the build process is very likely to change to be more of an automatic process, but for now--baby steps.
- Update build (for real this time)
- Update build
- Update component/url dependency to 0.2.0
- Update build
- Update build
- Update build
- Clean up Makefile
- Pin all dependencies
- Bump Node.js engine dependency to 0.12
- Bump duo-test dependency
- Build updated
- Build updated
- Build updated
- Build updated
- Build updated
- deps: bump top-domain for test cookie deletion fix
- cookie: bump top-domain to v2 to catch all top domains
- Build updated
- Fix conflicts
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Build updated
- adding pre-release hook (and make targets for hooks)
- Build updated
- Build updated
- Build updated
- Build updated
- Build updated
- Build updated
- adding a build phony target
- group: fix typo
- entity: add debug warning for memory store
- test: add fallback to memory tests
- entity: fallback to memory
- add memory store
- entity: fallback to localstorage when cookies are disabled
- tests: add localstorage fallback tests
- dist: rebuild
- Updating analytics.js-integrations
- Attach page metadata to all calls as
context.page
- normalize: remove trailing comma
- dist: rebuild to make tests pass
- normalize: remove redundant keys from toplevel
- Release 2.6.11
- normalize: keep traits in options
- normalize: keep traits in options
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- removed duplicate .on('initialize') from analytics constructor
- update integrations
- analytics: less verbose logging
- analytics.js: cleanup plan
- analytics.js: add debugs
- normalize: dont clobber and add tests
- analytics: use normalize removing message()
- add normalize.js
- Updating analytics.js-integrations
- plan: .archived -> .enabled
- user: fix old anonymous id
- .track(): ignore archived events
- ._options(): preserve options
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- Fix release
- Updating analytics.js-integrations
- update integrations
- analytics: add setAnonymousId
- Updating analytics.js-integrations
- tests: skip svg tests on legacy browsers
- travis: node 0.11.13
- trackLink: support svg anchor tags
- add cross browser tests
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- clean: --force to ignore errs
- Updating analytics.js-integrations
- Updating analytics.js-integrations
- support umd
- Updating analytics.js-integrations
- Updating analytics.js integrations to 1.3.2
- upgrade integrations to 2.3.1
- upgrade integrations to 2.3
- upgrade integrations.
- Merge pull request #407 from segmentio/prevent/duplicates
- fix: prevent duplicates when cookie cannot be set
- Merge pull request #406 from segmentio/fix/user-id-reset
- fix: prevent anonymousId from changing when user id is reset
- Merge pull request #405 from segmentio/fix/old-anonymous-id
- fix: old anonymousId is not stringified, use raw cookie
- Release 2.4.0
- anonymousId: re-generate when user id changes
- Merge pull request #401 from segmentio/anonymous-id
- analytics.reset(): use .logout() to preserve options
- logout: remove anonymous id
- parseQuery: add ajs_aid
- analytics add anonymousId support
- add User#anonymousId
- Release 2.3.33
- upgrade integrations
- upgrade integrations
- upgrade integrations
- history.md: ocd
- upgrade integrations
- add reset(), closes #378
- upgrade integrations
- upgrade integrations
- upgrade integrations
- add node 0.11 notice for now
- upgrade integrations
- upgrade integrations
- upgrade integrations
- ocd
- upgrade integrations
- upgrade integrations
- upgrade integrations
- deps: duo 0.7
- deps: duo 0.7
- Merge pull request #397 from segmentio/add/anonymous-id
- add checking for anonymous id in options
- google adwords: directly pass remarketing option
- deps: upgrade to [email protected]
- google adwords: switch to async api
- localstorage fallback: add implementation
- localstorage fallback: add tests
- rebuild
- deps: upgrade to duo 0.7
- make: dont clean my npm cache :P
- remove userfox
- merge a few more fixes (keen.io)
- Make lots of analytics.js-integrations fixes
- Merge pull request #390 from segmentio/test/element-error
- throw helpful error when passing string to
trackLink
, closes #389 - Merge pull request #386 from segmentio/context
- add integrations select test
- add backwards compat options object support
- upgrade integrations
- upgrade integrations
- upgrade integrations
- fix: History.md
-
rebuild
-
deps: remove duo-package
-
make: test-saucelabs -> test-sauce
- use analytics.js-integrations 1.2.0 which removes plugin.Integration
- set .analytics on integration instance
- loosen deps
- rebuild
- rebuild
-
fix fxn
-
fix typo
-
bump analytics.js-integrations with bing/bronto fixes
-
add
.add
for test-friendliness -
make-test: kill the server when done testing
-
tests: add reporter option
-
update readme
-
make-test: make sure we use the correct phantomjs(1)
- bumping store.js dep to 2.0.0
- update readme
- converting to use duo
-
bump analytics.js-integrations to 0.9.9
-
bump analytics.js-integrations to 0.9.8
-
bump analytics.js-integrations to 0.9.7
- bump analytics.js-integrations to 0.9.6
- bump analytics.js-integrations to 0.9.5
- bump analytics.js-integrations to 0.9.3
- bump analytics.js-integrations to 0.9.2
- upgrade integrations to 0.9.1
- upgrade integrations to 0.9.0
- update analytics.js-integrations dep for reverting KISSmetrics fixes
- updating analytics.js-integrations to 0.8.0 for KISSmetrics fixes
- upgrade integrations to 0.7.0
- upgrade facade to 0.3.10
- handle dev envs correctly, closes #359
- upgrade integrations to 0.6.1 for google analytics custom dimensions and metrics
- upgrade integrations to 0.5.10 for navilytics fix and mixpanel fix
- component: upgrade to 0.19.6 and add githubusercontent to remotes
- upgrade integrations to 0.5.8
- upgrade integrations to 0.5.6
- move analytics.js-integration to dev deps
- upgrade integrations to 0.5.5
- update querystring to 1.3.0
- upgrade integrations to 0.5.4
- add "invoke" event
- upgrade integrations to 0.5.3
- upgrade querystring to 1.2.0
- upgrade integrations to 0.5.1
- upgrade integrations to 0.5.0
- fix: add .search to .url when url is pulled from canonical tag
- tests: upgrade gravy to 0.2.0
- upgrade integrations to 0.4.14
- upgrade integrations to 0.4.13
- upgrade integrations to 0.4.12
- upgrade integrations to 0.4.11
- upgrade integrations to 0.4.10
- upgrade integrations to 0.4.9
- upgrade integrations to 0.4.8
- upgrade integrations to 0.4.7
- upgrade integrations to 0.4.6
- upgrade integrations to 0.4.5
- upgrade facade to 0.2.11
- upgrade integrations to 0.4.4
- update integrations to 0.4.2
- upgrade analytics.js-integrations to 0.4.1
- dont reset ids and traits
- upgrade analytics.js-integrations to 0.4.0
- upgrade analytics.js-integration to 0.1.7
- upgrade facade to 0.2.7
- fix page url default to check canonical and remove hash
- upgrade isodate-traverse to
0.3.0
- upgrade facade to
0.2.4
- upgrade analytics.js-integrations to
0.3.10
- update analytics.js-integrations to 0.3.9
-
update
analytics.js-integrations
to0.3.8
-
expose
require()
-
update
analytics.js-integrations
to0.3.7
-
upgrade
facade
to0.2.3
-
update
analytics.js-integrations
to0.3.6
-
upgrade
component(1)
for json support1.2.5 - January 3, 2014
-
upgrade
analytics.js-integrations
to0.3.5
-
upgrade
facade
to0.2.1
1.2.4 - January 2, 2014
-
upgrade
analytics.js-integrations
to0.3.4
1.2.3 - December 18, 2013
-
fix
facade
dependency1.2.2 - December 18, 2013
-
upgrade
analytics.js-integrations
to0.3.2
1.2.1 - December 16, 2013
-
add #push, fixes #253
1.2.0 - December 13, 2013
-
add
facade
1.1.9 - December 11, 2013
-
upgrade
analytics.js-integrations
to0.2.16
-
add
search
to page property defaults1.1.8 - December 11, 2013
-
upgrade
analytics.js-integrations
to0.2.15
-
add WebEngage
-
heap: fallback to user id as handle
1.1.7 - December 4, 2013
-
upgrade
analytics.js-integrations
to0.2.13
1.1.6 - December 2, 2013
-
update
analytics.js-integrations
to0.2.12
-
add
entity
-
change
user
to inherit fromentity
-
change
group
to inherit fromentity
1.1.5 - November 26, 2013
-
update
analytics.js-integration
to0.1.5
-
update
analytics.js-integrations
to0.2.11
1.1.4 - November 25, 2013
-
fix
page
method properties overload1.1.3 - November 21, 2013
-
update
analytics.js-integrations
to0.2.10
1.1.2 - November 21, 2013
-
update
analytics.js-integrations
to0.2.9
1.1.1 - November 20, 2013
-
update
analytics.js-integrations
to0.2.8
1.1.0 - November 20, 2013
-
add
name
andcategory
defaults topage
method calls -
update
analytics.js-integrations
to0.2.7
1.0.9 - November 15, 2013
-
update
analytics.js-integrations
to0.2.6
-
update dependencies
1.0.8 - November 14, 2013
-
update
analytics.js-integrations
to0.2.5
1.0.7 - November 13, 2013
-
update
analytics.js-integrations
to0.2.4
1.0.6 - November 12, 2013
-
update
analytics.js-integrations
to0.2.3
-
update
analytics.js-integration
to0.1.4
1.0.5 - November 12, 2013
-
update
analytics.js-integrations
to0.2.2
-
fix
properties
overload forpage
method1.0.4 - November 12, 2013
-
update
analytics.js-integrations
to0.2.1
1.0.3 - November 11, 2013
-
update
analytics.js-integrations
to0.2.0
1.0.2 - November 11, 2013
-
rename the page methods
section
argument tocategory
-
update
analytics.js-integration
-
update
analytics.js-integrations
1.0.1 - November 11, 2013
-
change
page
to take asection
-
update
analytics.js-integration
-
update
analytics.js-integrations
1.0.0 - November 10, 2013
-
change
pageview
method topage
-
add call to
page
as mandatory to initialize some analytics tools -
remove ability to
initialize
bykey
-
add checking for an integration already being loaded before loading
-
add
#use
method for plugins -
add event emitter to
analytics
-
move integrations to
analytics.js-integrations
-
add debugging to all integrations
-
move integration factory to
analytics.js-integration
-
Amplitude: rename
pageview
option totrackAllPages
-
Amplitude: add
trackNamedPages
option -
Google Analytics: add
trackNamedPages
option -
Google Analytics: remove
initialPageview
option -
Keen IO: rename
pageview
option totrackAllPages
-
Keen IO: add
trackNamedPages
option -
Keen IO: remove
initialPageview
option -
Lytics: remove
initialPageview
option -
Mixpanel: rename
pageview
option totrackAllPages
-
Mixpanel: add
trackNamedPages
option -
Mixpanel: remove
initialPageview
option -
Olark: rename
pageview
option topage
-
Tapstream: remove
initialPageview
option -
Tapstream: add
trackAllPages
option -
Tapstream: add
trackNamedPages
option -
Trak.io: remove
pageview
option -
Trak.io: remove
initialPageview
option -
Trak.io: add
trackNamedPages
option -
Woopra: remove
initialPageview
option0.18.4 - October 29, 2013
-
adding convert-date 0.1.0 support
0.18.3 - October 29, 2013
-
hubspot: adding fix for date traits/properties (calvinfo)
0.18.2 - October 28, 2013
-
upgrade visionmedia/debug to most recent version, fixes security warnings when cookies are disabled.
0.18.1 - October 28, 2013
-
add event emitter
-
add
initialize
,ready
,identify
,alias
,pageview
,track
, andgroup
events and tests -
fix date equality tests
0.17.9 - October 24, 2013
-
Google Analytics: fix ip anonymization should come after
create
-
Google Analytics: fix domain to default to
"none"
0.17.8 - October 14, 2013
-
Customer.io: added preliminary
group
support0.17.7 - October 10, 2013
-
propagating traverse isodate fix
0.17.6 - October 7, 2013
-
added Yandex Metrica, by @yury-egorenkov
0.17.5 - October 2, 2013
-
fixed bug in
_invoke
not cloning arguments0.17.4 - September 30, 2013
-
added conversion of ISO strings to dates for
track
calls0.17.3 - September 30, 2013
-
fixed bug in key-only initialization
0.17.2 - September 30, 2013
-
UserVoice: added
classicMode
option0.17.1 - September 30, 2013
-
UserVoice: fixed bug loading trigger with new widget
0.17.0 - September 30, 2013
-
added
debug
method, by @yields0.16.0 - September 27, 2013
-
UserVoice: updated integration to handle the new widget
0.15.2 - September 26, 2013
-
added Awesomatic, by @robv
0.15.1 - September 24, 2013
-
fixed bug in
ready
causing it to never fire with faulty settings -
fixed all
ready()
calls to always be async -
cleared ready state after all analytics core
initialize
tests0.15.0 - September 18, 2013
-
Crazy Egg: renamed from
CrazyEgg
-
Google Analytics: changed
universalClient
option toclassic
-
Google Analytics: changed
classic
default tofalse
-
Keen IO: changed pageview options defaults to
false
-
LeadLander: changed
llactid
option to human-readableaccountId
* Intercom: make#IntercomDefaultWidget
the default activator0.14.3 - September 18, 2013
-
exposed
createIntegration
andaddIntegration
0.14.2 - September 17, 2013
-
added Spinnakr
0.14.1 - September 17, 2013
-
removed old
Provider
for anintegration
factory0.14.0 - September 16, 2013
-
exposed
group
via the#group
method -
exposed
user
via the#user
method -
started caching
group
in cookie and local storage likeuser
-
changed
user
andgroup
info to always be queried from storage -
bound all
analytics
methods as a singleton -
added
identify(traits, options)
override -
added
timeout
setter method0.13.2 - September 16, 2013
-
added Rollbar, by @coryvirok
0.13.1 - September 12, 2013
-
Olark: added tests for empty emails, names and phone numbers
0.13.0 - September 11, 2013
-
converted all integrations and their tests to a cleaner format
-
renamed all instances of "provider" to "integration"
-
built integration list from their own
name
to avoid bugs -
changed
_providers
array to an_integrations
map0.12.2 - September 5, 2013
-
added awe.sm
0.12.1 - September 5, 2013
-
UserVoice: fix bug where some installations wouldn't show the tab
0.12.0 - September 4, 2013
-
Clicky: fixed custom tracking, added
pageview
0.11.16 - September 3, 2013
-
updated
segmentio/new-date
for old browser support -
Woopra: fixed default pageview properties
-
Intercom: cleaned up identify logic and tests
0.11.15 - September 2, 2013
-
pinned all dependencies
-
added Inspectlet
-
fixed storage options tests
-
AdRoll: added custom data tracking
0.11.14 - August 30, 2013
-
bumped version of
ianstormtaylor/is
for bugfix0.11.13 - August 29, 2013
-
Spinnakr: added global variable for site id
-
LeadLander: switched to non
document.write
version -
Customer.io: convert date objects to seconds
-
fixed
is.function
bug in old browsers0.11.12 - August 27, 2013
-
cleaned up core
-
fixed breaking tests
-
removed Bitdeli, by @jtuulos
-
updated Woopra to use new tracker, by @billyvg
-
added trak.io, by @msaspence
-
added
createIntegration
interim method -
added more Lytics options, by @slindberg and @araddon
-
added trait alias to trak.io
-
added MouseStats, by @Koushan
-
added Tapstream, by @adambard
-
allow Mixpanel to name users by
username
-
allow GoSquared to name users by
email
orusername
-
make Google Analytics ignored referrers an array
-
update Errorception cdn
0.11.11 - August 9, 2013
-
Added LeadLander
0.11.10 - July 12, 2013
-
Added cookieName to Mixpanel options - 0a53afd
0.11.9 - June 11, 2013
-
Added Visual Website Optimizer
0.11.8 - June 10, 2013
-
Intercom: added
group
support0.11.7 - June 7, 2013
-
Fix for cookie domains, now sets to subdomain friendly by default.
-
Renaming bindAll -> bind-all
0.11.6 - June 6, 2013
-
Added
group
support to Preact by @azcoov -
Fixed
created
bug with userfox -
Changed to new Vero CDN URL
-
Fixed bug when initializing unknown providers
-
Added
options
object topageview
by @debangpaliwal0.11.5 - June 3, 2013
-
Adding segmentio/json temporarily, fixing json-fallback
0.11.4 - May 31, 2013
-
Updated Intercom's library URL
0.11.3 - May 31, 2013
-
Added trailing comma fix
0.11.2 - May 30, 2013
-
Added fix for UserVoice displaying
'null'
-
Added
make clean
before running components (fixes json fallback)0.11.1 - May 29, 2013
-
Fixed bug with Google Analytics not tracking integer
value
s0.11.0 - May 28, 2013
-
Switched from cookie-ing to localStorage
0.10.6 - May 23, 2013
-
Moved trait parsing logic to the global level
-
Added Improvely
-
Added Get Satisfaction
-
Added a
$phone
alias for Mixpanel -
Added the ability to pass a function for the
event
totrackLink
andtrackForm
0.10.5 - May 22, 2013
-
Added Amplitude support
-
Fixed improperly parsed cookies
0.10.4 - May 17, 2013
-
Fixed bug with Google Analytics being ready to soon
0.10.3 - May 15, 2013
-
Added Optimizely
0.10.2 - May 14, 2013
-
Fixed handling of
increments
anduserHash
fromoptions.Intercom
0.10.1 - May 14, 2013
-
Added
identify
to SnapEngage integration0.10.0 - May 9, 2013
-
Added
group
method0.9.18 - May 9, 2013
-
Updated Keen to version 2.1.0
0.9.16 - April 30, 2013
-
Fixed bug affecting Pingdom users
0.9.15 - April 30, 2013
-
Added identify to UserVoice
0.9.14 - April 29, 2013
-
Fixing userfox integration to accept all traits not just signup_date
0.9.13 - April 29, 2013
-
Fixing ordering of ignore referrer option in Google Analytics
0.9.12 - April 27, 2013
-
Adding support for userfox
0.9.11 - April 26, 2013
-
Adding new ignoreReferrer option to Google Analytics provider
-
Adding new showFeedbackTab option to BugHerd provider
-
Updating UserVoice provider to work with their new snippet(s)
-
Fixing Errorception window.onerror binding to be friendlier
0.9.10 - April 17, 2013
-
Adding url and title to mixpanel pageviews
-
Addiung url and title to keen pageviews
0.9.9 - April 17, 2013
-
Fixed GoSquared relying on `document.body
0.9.8 - April 16, 2013
-
Adding support for Pingdom RUM
-
Adding support for AdRoll
0.9.7 - April 16, 2013
-
Fixing LiveChat test
-
Updating mixpanel snippet to wait for ready until script loads
-
Adding full traits pulled in from identify.
0.9.6 - April 10, 2013
-
Renaming Provider.options to Provider.defaults
-
Adding universal analytics support to Google Analytics
0.9.5 - April 10, 2013
-
Adding support for new Olark Javascript API functions, see #121
0.9.4 - April 4, 2013
-
Fixing Uservoice integration
-
Fixing ready tests.
-
Adding lytics integration by @araddon
-
Adding bower support by @jede
0.9.3 - April 2, 2013
-
Olark provider now only notifies the operator of track and pageview when the chat box is expanded.
0.9.2 - March 28, 2013
-
Qualaroo provider now prefers to identify with traits.email over a non-email userId --- makes the survey responses human readable.
0.9.1 - March 28, 2013
-
Woopra no longer tracks after each identify so that duplicate page views aren't generated.
0.9.0 - March 27, 2013
-
Changed default Keen IO settings to record all pageviews by default
-
Removed Keen IO API Key option since that is no longer used for data "writes" to their API
-
Renamed Keen IO projectId to projectToken to match their docs
0.8.13 - March 25, 2013
-
Added ability to pass variables into
intercomSettings
viacontext.intercom
0.8.12 - March 25, 2013
-
Added Heap
0.8.11 - March 24, 2013
-
Removed Storyberg, best of luck guys
0.8.10 - March 14, 2013
-
Added fix for conversion of
company
'screated
date -
Added extra tests for
trackForm
-
Fixing issue with ClickTale https bug
0.8.9 - March 13, 2013
-
Migrated to new Intercom Javascript API
-
Removed un-used Intercom traits
-
Fix bug in
trackForm
when using jQuery0.8.8 - March 12, 2013
-
Added
userId
to Errorception metadata -
Made date parsing more lenient (ms & sec) for trait.created
0.8.7 - March 7, 2013
-
Added Qualaroo
-
Fixed bug with Chartbeat and page load times
0.8.6 - March 7, 2013
-
Fixed bug in
trackLink
reported by @quirkyjack -
Fixed bug in ClickTale where it didn't create the ClickTaleDiv
0.8.5 - March 7, 2013
-
Added Storyberg by @kevinicus
-
Added BugHerd
-
Added ClickTale
-
Cleaned up extraneous
require
's in many providers0.8.4 - March 5, 2013
-
Added support for strings for the
created
trait -
Added
load-date
for getting the page's load time0.8.3 - March 4, 2013
-
Added Sentry
-
Added initial pageview support to more providers
-
Allowed HubSpot to recognize email
userId
-
Added support for DoubleClick via Google Analytics
0.8.2 - March 4, 2013
-
Fixed bug in FoxMetrics provider
-
Added queue for providers which don't support ready immediately.
0.8.1 - March 3, 2013
-
Fixed bug in
trackForm
when submitted via jQuery0.8.0 - March 1, 2013
-
Added cookie-ing to keep identity and traits across page loads
-
Added
identify
support for Clicky -
Added
identify
support for GoSquared -
Added
identify
support for Woopra -
Updated tracking for Usercycle
0.7.1 - February 26, 2013
-
Added Intercom companies by @adrianrego
-
Added Intercom setting for use_counter
-
Fixed Intercom traits passed without a created field
0.7.0 - February 25, 2013
-
Switched over to Component
0.6.0 - February 7, 2013
-
Added
ready
method for binding to when analytics are initialized -
Added UserVoice
-
Added Perfect Audience
-
Added LiveChat
-
Fixed Intercom to allow multiple
identify
calls0.5.1 - February 4, 2013
-
Merged in fix for Keen IO's branding
-
Added fix to
utils.parseUrl()
fieldpathname
in IE0.5.0 - February 1, 2013
-
Added an
alias
method for merging two user's by ID0.4.10 - January 30, 2013
- Fixed multiple elements on
trackLink
andtrackForm
- Fixed CrazyEgg
apiKey
toaccountNumber
- Fixed Keen to Keen.io
-
Fixed
alias
andextend
breaking on non-objects0.4.8 - January 29, 2013
-
Fixed
trackForm
timeout by @Plasma0.4.7 - January 29, 2013
-
Added support for Mixpanel's revenue feature
-
Added support for KISSmetrics'
"Billing Amount"
property for revenue -
Added support for
revenue
being passed to Google Analytics'value
property0.4.6 - January 28, 2013
-
Added automatic canonical URL support in Google Analytics
0.4.5 - January 25, 2013
-
Added Intercom widget setting
-
Fixed Chartbeat from requiring
body
element to exist0.4.4 - January 21, 2013
-
Added Mixpanel
$first_name
and$last_name
aliases by @dwradcliffe -
Fixed Mixpanel
$last_seen
alias -
Added
parseUrl
util -
Moved GoSquared queue to snippet
0.4.3 - January 20, 2013
-
Added support for Errorception user metadata
0.4.2 - January 18, 2013
-
Added option to use a properties function in
trackLink
andtrackForm
methods0.4.1 - January 18, 2013
-
Added Foxmetrics by @rawsoft
-
Updated Google Analytics to include noninteraction and value added by @rantav
-
Moved to expect.js from chai for cross-broser support
0.4.0 - January 18, 2013
-
Renamed
trackClick
totrackLink
-
Renamed
trackSubmit
totrackForm
0.3.8 - January 18, 2013
-
Fixed Clicky loading slowly
0.3.7 - January 17, 2013
-
Added SnapEngage
0.3.5 - January 14, 2013
-
Added
trackClick
andtrackForm
helpers0.3.4 - January 13, 2013
-
Upgraded to Mixpanel 2.2 by @loganfuller
0.3.3 - January 11, 2013
-
Added comScore Direct
0.3.2 - January 11, 2013
- Added Quantcast
- Fixed breaking issue on Clicky
- Updated Makefile for new providers
-
Added
label
andcategory
support to Google Analytics0.3.0 - January 9, 2013
-
Added Gauges by @bdougherty
-
Added Vero
-
Added optional
url
argument topageview
method0.2.5 - January 8, 2013
-
Added Errorception
-
Added Clicky
-
Fixed IE 7 bug reported by @yefremov
0.2.4 - January 3, 2013
-
Fixed GoSquared trailing comma by @cmer
0.2.3 - January 2, 2013
-
Added domain field to GA by @starrhorne
-
Removed phantom install to get travis working
-
Added window._gaq fix in initialize
0.2.2 - December 19, 2012
-
Added link query tag support for
ajs_uid
andajs_event
-
Added docco, uglify, and phantom to
devDependencies
by @peleteiro0.2.1 - December 18, 2012
-
Added the
pageview
method for tracking virtual pageviews -
Added Travis-CI
-
Fixed window level objects in customerio and gosquared
-
Added for Intercom's "secure" mode by @buger
-
Removed root references
0.2.0 - December 16, 2012
-
Separated providers into separate files for easier maintenance
-
Changed special
createdAt
trait tocreated
for cleanliness -
Moved
utils
directly onto the analytics object -
Added
extend
andalias
utils -
Added
settings
defaults for all providers0.1.2 - December 14, 2012
-
Fixed bug with HubSpot calls pre-script load
-
Upgraded sinon-chai to use callWithMatch version
-
Added HubSpot by @jessbrandi
-
Added GoSquared by @simontabor
0.1.1 - November 25, 2012
-
Added "Enhanced Link Attribution" for Google Analytics by @nscott
-
Added "Site Speed Sample Rate" for Google Analytics by @nscott
0.1.0 - November 11, 2012
- Added Olark
- Added terse
initialize
syntax - Added tests for all providers
- Added README