Releases: AdguardTeam/tsurlfilter
Logger v1.0.2
We are happy to announce the release of Logger v1.0.2!
Please see the CHANGELOG for more information.
TSUrlFilter v3.1.0-alpha.4
We are happy to announce the release of TSUrlFilter v3.1.0-alpha.4!
Please see the CHANGELOG for more information.
TSUrlFilter v3.0.4
We are happy to announce the release of TSUrlFilter v3.0.4!
Please see the CHANGELOG for more information.
TSUrlFilter v3.0.3
We are happy to announce the release of TSUrlFilter v3.0.3!
Please see the CHANGELOG for more information.
CSS Tokenizer v1.1.1
We are happy to announce the release of CSS Tokenizer v1.1.1!
Please see the CHANGELOG for more information.
AGTree v2.1.2
We are happy to announce the release of AGTree v2.1.2!
Please see the CHANGELOG for more information.
AGTree v2.1.1
We are happy to announce the release of AGTree v2.1.1!
Please see the CHANGELOG for more information.
v0.7.1
v0.6.1
- Performance issues
However it was necessary to change public methods signatures in this release:
matchRequest
/**
* Matches the specified request against the filtering engine and returns the matching result.
* In case frameRules parameter is not specified, frame rules will be selected matching request.sourceUrl.
*
* @param request - request to check
* @param frameRules - source rules or undefined
* @return matching result
*/
matchRequest(request: Request, frameRule: NetworkRule | null = null): MatchingResult
matchFrame
/**
* Matches current frame and returns document-level allowlist rule if found.
*
* @param frameUrl
*/
matchFrame(frameUrl: string): NetworkRule | null