Skip to content

Commit

Permalink
AGTree 1.1.0
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/tsurlfilter from feature/agtree-1.1.0 to master

Squashed commit of the following:

commit b51af27
Merge: 085b572 76ab11e
Author: scripthunter7 <[email protected]>
Date:   Thu Aug 10 16:25:16 2023 +0200

    Merge branch 'master' into feature/agtree-1.1.0

commit 085b572
Author: scripthunter7 <[email protected]>
Date:   Thu Aug 10 14:37:31 2023 +0200

    Fix link

commit fa95197
Merge: b2e9e6c 45069db
Author: scripthunter7 <[email protected]>
Date:   Thu Aug 10 14:31:32 2023 +0200

    Merge branch 'master' into feature/agtree-1.1.0

commit b2e9e6c
Author: Slava Leleka <[email protected]>
Date:   Thu Aug 10 14:31:50 2023 +0300

    update changelog

commit e8a5171
Author: scripthunter7 <[email protected]>
Date:   Thu Aug 10 13:25:26 2023 +0200

    Bump version to 1.1.0

commit 2f9cef5
Author: scripthunter7 <[email protected]>
Date:   Thu Aug 10 13:25:11 2023 +0200

    Update CHANGELOG
  • Loading branch information
scripthunter7 committed Aug 10, 2023
1 parent 76ab11e commit 24d36e6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
28 changes: 27 additions & 1 deletion packages/agtree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,33 @@ adheres to [Semantic Versioning][semver].
[keepachangelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html

## [Unreleased]
## [1.1.0] - 2023-08-10

### Added

- Compatibility tables for modifiers
- Validator for modifiers
- Basic rule converter
- New utils (regex, quotes)

### Changed

- Updated dependencies
- Improved library build
- Improved CSSTree utils
- Export CSSTree utils
- Store raw data while parsing
- General code improvements

### Fixed

- Package metadata
- Type import/export
- Modifier list parsing
- Scriptlet parsing
- Metadata parsing

## [1.0.1] - 2023-05-24

### Added

Expand Down
2 changes: 1 addition & 1 deletion packages/agtree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ AGTree supports all syntaxes currently in use:
[adg-url]: https://adguard.com
[compatibility-tables-url]: https://github.com/AdguardTeam/tsurlfilter/tree/master/packages/agtree/src/compatibility-tables
[converter-url]: https://github.com/AdguardTeam/tsurlfilter/tree/master/packages/agtree/src/converter
[parser-url]: https://github.com/AdguardTeam/tsurlfilter/tree/master/packages/agtree/src/converter
[parser-url]: https://github.com/AdguardTeam/tsurlfilter/tree/master/packages/agtree/src/parser
[ubo-url]: https://github.com/gorhill/uBlock

## Development & Contribution
Expand Down
2 changes: 1 addition & 1 deletion packages/agtree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/agtree",
"version": "1.0.1",
"version": "1.1.0",
"description": "Universal adblock filter list parser.",
"keywords": [
"adblock",
Expand Down

0 comments on commit 24d36e6

Please sign in to comment.