Skip to content

Releases: russellsteadman/affiliate

v5.0.0

05 Feb 02:11
Compare
Choose a tag to compare

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

15 Oct 14:16
Compare
Choose a tag to compare

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

26 Jul 13:53
Compare
Choose a tag to compare
  • Docile bug fixes

v3.0.1

25 Jul 20:14
Compare
Choose a tag to compare
  • Fix for TextNode mutations

v3.0.0

24 Jul 16:18
Compare
Choose a tag to compare
  • New creation syntax
  • Babel compatibility updates
  • Automated testing w/Puppeteer

v2.0.3

18 Jul 20:27
Compare
Choose a tag to compare
  • Bug fixes

v2.0.1

13 Oct 15:40
Compare
Choose a tag to compare

Minor updates to underlying packages and other bug fixes

v2.0.0

03 Jul 13:33
Compare
Choose a tag to compare

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

v1.2.1

01 Apr 16:49
Compare
Choose a tag to compare

Bug fixes

v1.2.0

31 Mar 02:11
Compare
Choose a tag to compare

Added automatic config feature