Skip to content

Commit

Permalink
prepare release 1.10.25
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 0aba24f
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Thu Mar 28 17:27:51 2024 +0200

    update added jsdoc tag

commit e0024e0
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Thu Mar 28 17:27:18 2024 +0200

    update changelog
  • Loading branch information
slavaleleka committed Mar 28, 2024
1 parent 4b29c34 commit e284fc5
Show file tree
Hide file tree
Showing 23 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
<!-- TODO: change `@added unknown` tag due to the actual version -->
<!-- during new scriptlets or redirects releasing -->

## [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`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/scriptlets/amazon-apstag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import { AmazonApstag } from '../redirects/amazon-apstag';
* example.org#%#//scriptlet('amazon-apstag')
* ```
*
* @added unknown.
* @added v1.10.25.
*/
export { AmazonApstag };
2 changes: 1 addition & 1 deletion src/scriptlets/didomi-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ import { DidomiLoader } from '../redirects/didomi-loader';
* example.org#%#//scriptlet('didomi-loader')
* ```
*
* @added unknown.
* @added v1.10.25.
*/
export { DidomiLoader };
2 changes: 1 addition & 1 deletion src/scriptlets/fingerprintjs2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ import { Fingerprintjs2 } from '../redirects/fingerprintjs2';
* example.org#%#//scriptlet('fingerprintjs2')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { Fingerprintjs2 };
2 changes: 1 addition & 1 deletion src/scriptlets/fingerprintjs3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ import { Fingerprintjs3 } from '../redirects/fingerprintjs3';
* example.org#%#//scriptlet('fingerprintjs3')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { Fingerprintjs3 };
2 changes: 1 addition & 1 deletion src/scriptlets/gemius.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ import { Gemius } from '../redirects/gemius';
* example.org#%#//scriptlet('gemius')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { Gemius };
2 changes: 1 addition & 1 deletion src/scriptlets/google-analytics-ga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import { GoogleAnalyticsGa } from '../redirects/google-analytics-ga';
* example.org#%#//scriptlet('google-analytics-ga')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { GoogleAnalyticsGa };
2 changes: 1 addition & 1 deletion src/scriptlets/google-analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import { GoogleAnalytics } from '../redirects/google-analytics';
* example.org#%#//scriptlet('google-analytics')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { GoogleAnalytics };
2 changes: 1 addition & 1 deletion src/scriptlets/google-ima3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import { GoogleIma3 } from '../redirects/google-ima3';
* example.org#%#//scriptlet('google-ima3')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { GoogleIma3 };
2 changes: 1 addition & 1 deletion src/scriptlets/googlesyndication-adsbygoogle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import { GoogleSyndicationAdsByGoogle } from '../redirects/googlesyndication-ads
* example.org#%#//scriptlet('googlesyndication-adsbygoogle')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { GoogleSyndicationAdsByGoogle };
2 changes: 1 addition & 1 deletion src/scriptlets/googletagservices-gpt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import { GoogleTagServicesGpt } from '../redirects/googletagservices-gpt';
* example.org#%#//scriptlet('googletagservices-gpt')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { GoogleTagServicesGpt };
2 changes: 1 addition & 1 deletion src/scriptlets/href-sanitizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ import {
* </div>
* ```
*
* @added unknown.
* v1.10.25.
*/

export function hrefSanitizer(
Expand Down
2 changes: 1 addition & 1 deletion src/scriptlets/json-prune-fetch-response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ import {
* example.org#%#//scriptlet('json-prune-fetch-response')
* ```
*
* @added unknown.
* v1.10.25.
*/
export function jsonPruneFetchResponse(
source: Source,
Expand Down
2 changes: 1 addition & 1 deletion src/scriptlets/json-prune-xhr-response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ import {
* example.org#%#//scriptlet('json-prune-xhr-response')
* ```
*
* @added unknown.
* v1.10.25.
*/

interface CustomXMLHttpRequest extends XMLHttpRequest {
Expand Down
2 changes: 1 addition & 1 deletion src/scriptlets/matomo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import { Matomo } from '../redirects/matomo';
* example.org#%#//scriptlet('matomo')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { Matomo };
2 changes: 1 addition & 1 deletion src/scriptlets/metrika-yandex-tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ import { metrikaYandexTag } from '../redirects/metrika-yandex-tag';
* example.org#%#//scriptlet('metrika-yandex-tag')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { metrikaYandexTag };
2 changes: 1 addition & 1 deletion src/scriptlets/metrika-yandex-watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ import { metrikaYandexWatch } from '../redirects/metrika-yandex-watch';
* example.org#%#//scriptlet('metrika-yandex-watch')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { metrikaYandexWatch };
2 changes: 1 addition & 1 deletion src/scriptlets/naver-wcslog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import { NaverWcslog } from '../redirects/naver-wcslog';
* example.org#%#//scriptlet('naver-wcslog')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { NaverWcslog };
2 changes: 1 addition & 1 deletion src/scriptlets/no-protected-audience.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/scriptlets/pardot-1.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ import { Pardot } from '../redirects/pardot-1.0';
* example.org#%#//scriptlet('pardot-1.0')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { Pardot };
2 changes: 1 addition & 1 deletion src/scriptlets/prebid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ import { Prebid } from '../redirects/prebid';
* example.org#%#//scriptlet('prebid')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { Prebid };
2 changes: 1 addition & 1 deletion src/scriptlets/scorecardresearch-beacon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ import { ScoreCardResearchBeacon } from '../redirects/scorecardresearch-beacon';
* example.org#%#//scriptlet('scorecardresearch-beacon')
* ```
*
* @added unknown.
* v1.10.25.
*/
export { ScoreCardResearchBeacon };
2 changes: 1 addition & 1 deletion src/scriptlets/trusted-suppress-native-method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ import {
*
* <!-- markdownlint-enable line-length -->
*
* @added unknown.
* v1.10.25.
*/
/* eslint-enable max-len */
export function trustedSuppressNativeMethod(
Expand Down

0 comments on commit e284fc5

Please sign in to comment.