Releases: russellsteadman/affiliate
Releases · russellsteadman/affiliate
v5.0.0
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
Breaking Changes
- Support for Internet Explorer and Opera Mini dropped (see
core-js
for polyfills) - The
modify
function now uses the nativeURL
object instead of theurl-parse
library. See the docs at MDN. - The auto-configurator
data-aff
is nowdata-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
- Docile bug fixes
v3.0.1
- Fix for TextNode mutations
v3.0.0
- New creation syntax
- Babel compatibility updates
- Automated testing w/Puppeteer
v2.0.3
- Bug fixes
v2.0.1
Minor updates to underlying packages and other bug fixes
v2.0.0
A better webpack experience and change from the modifyPath
and modifyHost
functions to the modify
function.
v1.2.1
Bug fixes
v1.2.0
Added automatic config feature