From e284fc5137cd86b754449abe3fe34d440fdeedbe Mon Sep 17 00:00:00 2001 From: Slava Leleka Date: Thu, 28 Mar 2024 18:58:19 +0300 Subject: [PATCH] prepare release 1.10.25 Squashed commit of the following: commit 0aba24f5948ce95545b3dde511d970614f81ab21 Author: Slava Leleka Date: Thu Mar 28 17:27:51 2024 +0200 update added jsdoc tag commit e0024e062fd72512e1f3c5f2e090f0f699854e16 Author: Slava Leleka Date: Thu Mar 28 17:27:18 2024 +0200 update changelog --- CHANGELOG.md | 8 ++++---- src/scriptlets/amazon-apstag.ts | 2 +- src/scriptlets/didomi-loader.ts | 2 +- src/scriptlets/fingerprintjs2.ts | 2 +- src/scriptlets/fingerprintjs3.ts | 2 +- src/scriptlets/gemius.ts | 2 +- src/scriptlets/google-analytics-ga.ts | 2 +- src/scriptlets/google-analytics.ts | 2 +- src/scriptlets/google-ima3.ts | 2 +- src/scriptlets/googlesyndication-adsbygoogle.ts | 2 +- src/scriptlets/googletagservices-gpt.ts | 2 +- src/scriptlets/href-sanitizer.ts | 2 +- src/scriptlets/json-prune-fetch-response.ts | 2 +- src/scriptlets/json-prune-xhr-response.ts | 2 +- src/scriptlets/matomo.ts | 2 +- src/scriptlets/metrika-yandex-tag.ts | 2 +- src/scriptlets/metrika-yandex-watch.ts | 2 +- src/scriptlets/naver-wcslog.ts | 2 +- src/scriptlets/no-protected-audience.ts | 2 +- src/scriptlets/pardot-1.0.ts | 2 +- src/scriptlets/prebid.ts | 2 +- src/scriptlets/scorecardresearch-beacon.ts | 2 +- src/scriptlets/trusted-suppress-native-method.ts | 2 +- 23 files changed, 26 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 161f7698..779396bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,17 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic -## [Unreleased] +## [v1.10.25] - 2024-03-28 ### Added -- the ability for `prevent-fetch` scriptlet to set `cors` as a response type [#394] - `trusted-suppress-native-method` scriptlet [#383] - `json-prune-fetch-response` scriptlet [#361] - `json-prune-xhr-response` scriptlet [#360] - `href-sanitizer` scriptlet [#327] - `no-protected-audience` scriptlet [#395] -- the ability for `trusted-click-element` scriptlet to click inside open shadow doms [#323] +- The ability for `prevent-fetch` scriptlet to set `cors` as a response type [#394] +- The ability for `trusted-click-element` scriptlet to click inside open shadow doms [#323] - Domain value for setting cookie scriptlets [#389] - Multiple redirects can now be used as scriptlets [#300]: - `amazon-apstag` @@ -49,7 +49,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic - UBO→ADG conversion of `$remove$` scriptlet param [#404] - `set-constant` scriptlet not setting a constant over falsy values [#403] -[Unreleased]: https://github.com/AdguardTeam/Scriptlets/compare/v1.10.1...HEAD +[v1.10.25]: https://github.com/AdguardTeam/Scriptlets/compare/v1.10.1...v1.10.25 [#408]: https://github.com/AdguardTeam/Scriptlets/issues/408 [#404]: https://github.com/AdguardTeam/Scriptlets/issues/404 [#403]: https://github.com/AdguardTeam/Scriptlets/issues/403 diff --git a/src/scriptlets/amazon-apstag.ts b/src/scriptlets/amazon-apstag.ts index 2d368c40..56568220 100644 --- a/src/scriptlets/amazon-apstag.ts +++ b/src/scriptlets/amazon-apstag.ts @@ -12,6 +12,6 @@ import { AmazonApstag } from '../redirects/amazon-apstag'; * example.org#%#//scriptlet('amazon-apstag') * ``` * - * @added unknown. + * @added v1.10.25. */ export { AmazonApstag }; diff --git a/src/scriptlets/didomi-loader.ts b/src/scriptlets/didomi-loader.ts index 203d7e62..ec9c0b70 100644 --- a/src/scriptlets/didomi-loader.ts +++ b/src/scriptlets/didomi-loader.ts @@ -13,6 +13,6 @@ import { DidomiLoader } from '../redirects/didomi-loader'; * example.org#%#//scriptlet('didomi-loader') * ``` * - * @added unknown. + * @added v1.10.25. */ export { DidomiLoader }; diff --git a/src/scriptlets/fingerprintjs2.ts b/src/scriptlets/fingerprintjs2.ts index 078c0e57..2fbbd37e 100644 --- a/src/scriptlets/fingerprintjs2.ts +++ b/src/scriptlets/fingerprintjs2.ts @@ -13,6 +13,6 @@ import { Fingerprintjs2 } from '../redirects/fingerprintjs2'; * example.org#%#//scriptlet('fingerprintjs2') * ``` * - * @added unknown. + * v1.10.25. */ export { Fingerprintjs2 }; diff --git a/src/scriptlets/fingerprintjs3.ts b/src/scriptlets/fingerprintjs3.ts index be454d4f..9736516b 100644 --- a/src/scriptlets/fingerprintjs3.ts +++ b/src/scriptlets/fingerprintjs3.ts @@ -13,6 +13,6 @@ import { Fingerprintjs3 } from '../redirects/fingerprintjs3'; * example.org#%#//scriptlet('fingerprintjs3') * ``` * - * @added unknown. + * v1.10.25. */ export { Fingerprintjs3 }; diff --git a/src/scriptlets/gemius.ts b/src/scriptlets/gemius.ts index 4a54a8b2..ef3b5cb7 100644 --- a/src/scriptlets/gemius.ts +++ b/src/scriptlets/gemius.ts @@ -13,6 +13,6 @@ import { Gemius } from '../redirects/gemius'; * example.org#%#//scriptlet('gemius') * ``` * - * @added unknown. + * v1.10.25. */ export { Gemius }; diff --git a/src/scriptlets/google-analytics-ga.ts b/src/scriptlets/google-analytics-ga.ts index 6ab91c50..d4b3dc3c 100644 --- a/src/scriptlets/google-analytics-ga.ts +++ b/src/scriptlets/google-analytics-ga.ts @@ -12,6 +12,6 @@ import { GoogleAnalyticsGa } from '../redirects/google-analytics-ga'; * example.org#%#//scriptlet('google-analytics-ga') * ``` * - * @added unknown. + * v1.10.25. */ export { GoogleAnalyticsGa }; diff --git a/src/scriptlets/google-analytics.ts b/src/scriptlets/google-analytics.ts index 52b584f1..0868a4cd 100644 --- a/src/scriptlets/google-analytics.ts +++ b/src/scriptlets/google-analytics.ts @@ -12,6 +12,6 @@ import { GoogleAnalytics } from '../redirects/google-analytics'; * example.org#%#//scriptlet('google-analytics') * ``` * - * @added unknown. + * v1.10.25. */ export { GoogleAnalytics }; diff --git a/src/scriptlets/google-ima3.ts b/src/scriptlets/google-ima3.ts index ab31e11c..0d262488 100644 --- a/src/scriptlets/google-ima3.ts +++ b/src/scriptlets/google-ima3.ts @@ -12,6 +12,6 @@ import { GoogleIma3 } from '../redirects/google-ima3'; * example.org#%#//scriptlet('google-ima3') * ``` * - * @added unknown. + * v1.10.25. */ export { GoogleIma3 }; diff --git a/src/scriptlets/googlesyndication-adsbygoogle.ts b/src/scriptlets/googlesyndication-adsbygoogle.ts index 3b8e0fb1..bc3fcd59 100644 --- a/src/scriptlets/googlesyndication-adsbygoogle.ts +++ b/src/scriptlets/googlesyndication-adsbygoogle.ts @@ -12,6 +12,6 @@ import { GoogleSyndicationAdsByGoogle } from '../redirects/googlesyndication-ads * example.org#%#//scriptlet('googlesyndication-adsbygoogle') * ``` * - * @added unknown. + * v1.10.25. */ export { GoogleSyndicationAdsByGoogle }; diff --git a/src/scriptlets/googletagservices-gpt.ts b/src/scriptlets/googletagservices-gpt.ts index 9cc3442f..8b2987d4 100644 --- a/src/scriptlets/googletagservices-gpt.ts +++ b/src/scriptlets/googletagservices-gpt.ts @@ -12,6 +12,6 @@ import { GoogleTagServicesGpt } from '../redirects/googletagservices-gpt'; * example.org#%#//scriptlet('googletagservices-gpt') * ``` * - * @added unknown. + * v1.10.25. */ export { GoogleTagServicesGpt }; diff --git a/src/scriptlets/href-sanitizer.ts b/src/scriptlets/href-sanitizer.ts index cc9fc376..511d8868 100644 --- a/src/scriptlets/href-sanitizer.ts +++ b/src/scriptlets/href-sanitizer.ts @@ -88,7 +88,7 @@ import { * * ``` * - * @added unknown. + * v1.10.25. */ export function hrefSanitizer( diff --git a/src/scriptlets/json-prune-fetch-response.ts b/src/scriptlets/json-prune-fetch-response.ts index 1fffd653..c36733e0 100644 --- a/src/scriptlets/json-prune-fetch-response.ts +++ b/src/scriptlets/json-prune-fetch-response.ts @@ -113,7 +113,7 @@ import { * example.org#%#//scriptlet('json-prune-fetch-response') * ``` * - * @added unknown. + * v1.10.25. */ export function jsonPruneFetchResponse( source: Source, diff --git a/src/scriptlets/json-prune-xhr-response.ts b/src/scriptlets/json-prune-xhr-response.ts index 3dd8ea0f..08412e8b 100644 --- a/src/scriptlets/json-prune-xhr-response.ts +++ b/src/scriptlets/json-prune-xhr-response.ts @@ -110,7 +110,7 @@ import { * example.org#%#//scriptlet('json-prune-xhr-response') * ``` * - * @added unknown. + * v1.10.25. */ interface CustomXMLHttpRequest extends XMLHttpRequest { diff --git a/src/scriptlets/matomo.ts b/src/scriptlets/matomo.ts index 9b33d99b..4c61be00 100644 --- a/src/scriptlets/matomo.ts +++ b/src/scriptlets/matomo.ts @@ -12,6 +12,6 @@ import { Matomo } from '../redirects/matomo'; * example.org#%#//scriptlet('matomo') * ``` * - * @added unknown. + * v1.10.25. */ export { Matomo }; diff --git a/src/scriptlets/metrika-yandex-tag.ts b/src/scriptlets/metrika-yandex-tag.ts index 34215cb0..8d17a6aa 100644 --- a/src/scriptlets/metrika-yandex-tag.ts +++ b/src/scriptlets/metrika-yandex-tag.ts @@ -13,6 +13,6 @@ import { metrikaYandexTag } from '../redirects/metrika-yandex-tag'; * example.org#%#//scriptlet('metrika-yandex-tag') * ``` * - * @added unknown. + * v1.10.25. */ export { metrikaYandexTag }; diff --git a/src/scriptlets/metrika-yandex-watch.ts b/src/scriptlets/metrika-yandex-watch.ts index 23d741de..3fbd10a4 100644 --- a/src/scriptlets/metrika-yandex-watch.ts +++ b/src/scriptlets/metrika-yandex-watch.ts @@ -13,6 +13,6 @@ import { metrikaYandexWatch } from '../redirects/metrika-yandex-watch'; * example.org#%#//scriptlet('metrika-yandex-watch') * ``` * - * @added unknown. + * v1.10.25. */ export { metrikaYandexWatch }; diff --git a/src/scriptlets/naver-wcslog.ts b/src/scriptlets/naver-wcslog.ts index aa185819..3b7cc3a6 100644 --- a/src/scriptlets/naver-wcslog.ts +++ b/src/scriptlets/naver-wcslog.ts @@ -12,6 +12,6 @@ import { NaverWcslog } from '../redirects/naver-wcslog'; * example.org#%#//scriptlet('naver-wcslog') * ``` * - * @added unknown. + * v1.10.25. */ export { NaverWcslog }; diff --git a/src/scriptlets/no-protected-audience.ts b/src/scriptlets/no-protected-audience.ts index 074e5d84..89b82fd0 100644 --- a/src/scriptlets/no-protected-audience.ts +++ b/src/scriptlets/no-protected-audience.ts @@ -19,7 +19,7 @@ import { * example.org#%#//scriptlet('no-protected-audience') * ``` * - * @added unknown. + * v1.10.25. */ export function noProtectedAudience(source: Source) { // Prevent XMLDocuments from being tampered with generic scriptlet rule diff --git a/src/scriptlets/pardot-1.0.ts b/src/scriptlets/pardot-1.0.ts index 9675e35b..5bea6e76 100644 --- a/src/scriptlets/pardot-1.0.ts +++ b/src/scriptlets/pardot-1.0.ts @@ -14,6 +14,6 @@ import { Pardot } from '../redirects/pardot-1.0'; * example.org#%#//scriptlet('pardot-1.0') * ``` * - * @added unknown. + * v1.10.25. */ export { Pardot }; diff --git a/src/scriptlets/prebid.ts b/src/scriptlets/prebid.ts index 0eee3fbe..edf92d9e 100644 --- a/src/scriptlets/prebid.ts +++ b/src/scriptlets/prebid.ts @@ -13,6 +13,6 @@ import { Prebid } from '../redirects/prebid'; * example.org#%#//scriptlet('prebid') * ``` * - * @added unknown. + * v1.10.25. */ export { Prebid }; diff --git a/src/scriptlets/scorecardresearch-beacon.ts b/src/scriptlets/scorecardresearch-beacon.ts index 7130328c..5497dd5b 100644 --- a/src/scriptlets/scorecardresearch-beacon.ts +++ b/src/scriptlets/scorecardresearch-beacon.ts @@ -11,6 +11,6 @@ import { ScoreCardResearchBeacon } from '../redirects/scorecardresearch-beacon'; * example.org#%#//scriptlet('scorecardresearch-beacon') * ``` * - * @added unknown. + * v1.10.25. */ export { ScoreCardResearchBeacon }; diff --git a/src/scriptlets/trusted-suppress-native-method.ts b/src/scriptlets/trusted-suppress-native-method.ts index e559ff76..00e7a599 100644 --- a/src/scriptlets/trusted-suppress-native-method.ts +++ b/src/scriptlets/trusted-suppress-native-method.ts @@ -98,7 +98,7 @@ import { * * * - * @added unknown. + * v1.10.25. */ /* eslint-enable max-len */ export function trustedSuppressNativeMethod(