Skip to content

Releases: treasure-data/td-js-sdk

1.8.0

26 Apr 12:02

Choose a tag to compare

  • Add User Segments

1.7.2

16 Dec 05:42

Choose a tag to compare

  • When available, use record's time to overwrite the default import time

1.7.1

01 Nov 21:29

Choose a tag to compare

  • Refactor internal util usage to reduce resulting bundle size

1.7.0

26 Oct 01:37

Choose a tag to compare

  • Add fetchGlobalID
  • Replace Buffer usage with toBase64 util

1.6.0

06 Jul 18:06

Choose a tag to compare

  • Add td_platform and td_user_agent tracked values
  • Add clicks plugins, usable with trackClicks method
  • Add scripts for building loader and uploading releases

td-1.5.2.js

09 Mar 22:00

Choose a tag to compare

  • Add global package for safely resolving the window object
  • Strip null values from clientId
  • Use performance.now when generating a UUID if it's available
  • Remove bundle-collapser
  • Always use http or https protocol

td-1.5.1.js

06 Oct 11:24

Choose a tag to compare

  • Use Buffer to get base64 string
  • Remove Base64 dependency

td-1.5.0.js

05 Oct 16:07

Choose a tag to compare

  • Improve browser support to include IE8 without having to include polyfills
  • Improve tests to run on older browsers
  • Remove legacy version of td-js-sdk
  • Remove bower support
  • Replace karma with zuul
  • Replace gulp with npm run-scripts
  • Remove examples
  • Replace chai with expect.js
  • Replace lodash with lodash-compat
  • Update lodash file so we only include the parts we need in order to reduce the bundle size
  • Break out utility functions and add tests
  • Update code to follow Standard style
  • Add Base64 dependency
  • Add invariant dependency
  • Remove es5-shim dependency

td-1.4.0.js

28 Aug 06:48

Choose a tag to compare

  • Remove has-cors
  • Remove superagent
  • Fix documentation link in Error
  • Remove xhr requestType and force jsonp

td-1.3.0.js

21 Jan 01:14

Choose a tag to compare

  • Bump cookies-js dependency to ^1.1.0
  • Bump jsonp dependency to ^0.1.0
  • Bump superagent dependency to ^0.21.0
  • Bump verge dependency to ^1.9.1
  • Expose DEFAULT_CONFIG for customizations, for usage look at examples/wrapper
  • Add legacy and modern build
  • Publish on npm