@eyeo/webext-ad-filtering-solution
Advanced tools
Changelog
1.23.1
Changelog
1.23.0
UCID
field. (DATA-2841)Changelog
1.22.0
EWE.experiments.getExperiments()
method to retrieve a list of all
current split experiments and their variants. (EXT-658)EWE.experiments.getRevisionId()
method to retrieve the unique ID for
the current split experiments. (EXT-658)EWE.experiments.onChanged
API to listen to incoming split experiments
changes. (EXT-658)EWE.experiments.getAssignments()
and
EWE.experiments.getFlag()
methods were being duplicated. We now check
whether the data is already being loaded before attempting to load it, so that
parallel data accesses during initialization don't lead to multiple attempts
to load data from storage. (EXT-658)Changelog
1.21.0
EWE.subscriptions.hasAcceptableAdsEnabled()
method. (EXT-607)Changelog
1.20.0
premiumStatus
to the CDP and active ping payload. This status is
retrieved from extension by calling callback set by extension through
EWE.cdp.setPremiumStatusCallback(callback)
. (EXT-543)EWE.experiments.getAssignments
will now always return an object, even if the
experiments have not been downloaded yet. (EXT-622)EWE.experiments.sync()
when the experiments module has not been
started will now be treated as a network error, instead of trying to fetch an
undefined url. (EXT-622)EWE.cdp.setPremiumStatusCallback(callback)
has to be called once the
extension initialize to set a callback for premium status check, use it in CDP
and active ping payload. (EXT-543)Changelog
1.19.0
Changelog
1.18.0
EWE.experiments
API. (EXT-531)Changelog
1.17.2
Changelog
1.17.1
Changelog
1.17.0