Affiliate Versions Save

Add affiliation tags to links automatically in the browser

v5.0.0

1 year ago

Breaking Changes

  • Switch to @swc/core for compilation.
  • Changed compilation target for browsers to ES2016.
  • Changed compilation target for web packagers (e.g. webpack, rollup) to ES2018 (14).

New Features

  • Added url information to the url modification function.
  • Added manual url modification function.

v4.0.0

2 years ago

Breaking Changes

  • Support for Internet Explorer and Opera Mini dropped (see core-js for polyfills)
  • The modify function now uses the native URL object instead of the url-parse library. See the docs at MDN.
  • The auto-configurator data-aff is now data-auto-affiliate and has a new, simpler syntax.

New Features

  • TypeScript definitions included in affiliate package (no @types/affiliate needed)
  • Smaller package size with 0 dependencies

v3.0.2

4 years ago
  • Docile bug fixes

v3.0.1

4 years ago
  • Fix for TextNode mutations

v3.0.0

4 years ago
  • New creation syntax
  • Babel compatibility updates
  • Automated testing w/Puppeteer

v2.0.3

4 years ago
  • Bug fixes

v2.0.1

5 years ago

Minor updates to underlying packages and other bug fixes

v2.0.0

5 years ago

A better webpack experience and change from the modifyPath and modifyHost functions to the modify function.

v1.2.1

6 years ago

Bug fixes

v1.2.0

6 years ago

Added automatic config feature