-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update changelog and fix typos in test
- Loading branch information
1 parent
6973376
commit 25c9820
Showing
2 changed files
with
33 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,48 @@ | ||
# Scriptlets and Redirect Resources Changelog | ||
|
||
## 1.8.0 | ||
|
||
### Fixed | ||
|
||
- `prevent-xhr` and `trusted-replace-xhr-response` closure bug on multiple requests [#261](https://github.com/AdguardTeam/Scriptlets/issues/261) | ||
|
||
|
||
## v1.7.10 | ||
|
||
### Added | ||
|
||
* new scriptlet `trusted-set-cookie-reload` | ||
- new scriptlet `trusted-set-cookie-reload` | ||
|
||
### Fixed | ||
|
||
* `set-cookie-reload` infinite page reloading [#265](https://github.com/AdguardTeam/Scriptlets/issues/265) | ||
* breakage of `prevent-element-src-loading` due to `window` getting into `apply` wrapper [#264](https://github.com/AdguardTeam/Scriptlets/issues/264) | ||
* spread of args bug at `getXhrData` call for `trusted-replace-xhr-response` | ||
* request properties array not being served to `getRequestData` and `parseMatchProps` helpers | ||
- `set-cookie-reload` infinite page reloading [#265](https://github.com/AdguardTeam/Scriptlets/issues/265) | ||
- breakage of `prevent-element-src-loading` due to `window` getting into `apply` wrapper [#264](https://github.com/AdguardTeam/Scriptlets/issues/264) | ||
- spread of args bug at `getXhrData` call for `trusted-replace-xhr-response` | ||
- request properties array not being served to `getRequestData` and `parseMatchProps` helpers | ||
|
||
## v1.7.3 | ||
|
||
### Added | ||
|
||
* [Trusted scriptlets](./README.md#trusted-scriptlets) with extended capabilities: | ||
* trusted-click-element [#23](https://github.com/AdguardTeam/Scriptlets/issues/23) | ||
* trusted-replace-xhr-response [#202](https://github.com/AdguardTeam/Scriptlets/issues/202) | ||
* trusted-replace-fetch-response | ||
* trusted-set-local-storage-item | ||
* trusted-set-cookie | ||
- [Trusted scriptlets](./README.md#trusted-scriptlets) with extended capabilities: | ||
- trusted-click-element [#23](https://github.com/AdguardTeam/Scriptlets/issues/23) | ||
- trusted-replace-xhr-response [#202](https://github.com/AdguardTeam/Scriptlets/issues/202) | ||
- trusted-replace-fetch-response | ||
- trusted-set-local-storage-item | ||
- trusted-set-cookie | ||
|
||
* Scriptlets: | ||
* xml-prune [#249](https://github.com/AdguardTeam/Scriptlets/issues/249) | ||
- Scriptlets: | ||
- xml-prune [#249](https://github.com/AdguardTeam/Scriptlets/issues/249) | ||
|
||
### Improved | ||
|
||
* Scriptlets: | ||
* prevent-element-src-loading [#228](https://github.com/AdguardTeam/Scriptlets/issues/228) | ||
* prevent-fetch [#216](https://github.com/AdguardTeam/Scriptlets/issues/216) | ||
* abort-on-stack-trace [#201](https://github.com/AdguardTeam/Scriptlets/issues/201) | ||
* abort-current-inline-script [#251](https://github.com/AdguardTeam/Scriptlets/issues/251) | ||
* set-cookie & set-cookie-reload | ||
* Redirects: | ||
* google-ima3 [#255](https://github.com/AdguardTeam/Scriptlets/issues/255) | ||
* metrika-yandex-tag [#254](https://github.com/AdguardTeam/Scriptlets/issues/254) | ||
* googlesyndication-adsbygoogle [#252](https://github.com/AdguardTeam/Scriptlets/issues/252) | ||
- Scriptlets: | ||
- prevent-element-src-loading [#228](https://github.com/AdguardTeam/Scriptlets/issues/228) | ||
- prevent-fetch [#216](https://github.com/AdguardTeam/Scriptlets/issues/216) | ||
- abort-on-stack-trace [#201](https://github.com/AdguardTeam/Scriptlets/issues/201) | ||
- abort-current-inline-script [#251](https://github.com/AdguardTeam/Scriptlets/issues/251) | ||
- set-cookie & set-cookie-reload | ||
- Redirects: | ||
- google-ima3 [#255](https://github.com/AdguardTeam/Scriptlets/issues/255) | ||
- metrika-yandex-tag [#254](https://github.com/AdguardTeam/Scriptlets/issues/254) | ||
- googlesyndication-adsbygoogle [#252](https://github.com/AdguardTeam/Scriptlets/issues/252) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters