Releases: treasure-data/td-js-sdk
Releases · treasure-data/td-js-sdk
td-1.5.0.js
- 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
- Remove has-cors
- Remove superagent
- Fix documentation link in Error
- Remove xhr requestType and force jsonp
td-1.3.0.js
- 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
td-1.2.0.js
- Removed broken AMD snippet
- Manually set domain now overwrites default behavior
- IPv4 and localhost now gets cookie set as expected
- Cookie expiration is now set as expected
- When domain is not set it will attempt to recursively set the cookie on top domain until it succeeds. For example, with domains:
bar.foo.com
,baz.foo.com
,foo.com
. It will attempt setting the cookie on.com
and it'll fail, then it'll try to set it on.foo.com
and it'll succeed. All three domains will use the.foo.com
cookie.
td-1.1.1.js
- Fix td_referrer, use
document.referrer
to get value
td-1.1.0.js
- Fix issue where domain and expiration were not passed to tracking cookie setter
- Tracking cookie is now always set on the top level qualified domain
expiration
key renamed toexpires
- Remove
none
option from cookie domain settings
td-1.0.0.js
chore(release): td.js version 1.0.0
td-0.1.1.js
chore(release): td.js version 0.1.1
td-0.1.0.js
chore(release): td.js version 0.1.0