Skip to content

Commit

Permalink
Pull request 1137: Prepare @adguard/[email protected] release
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 1364e02
Author: Maxim Topciu <[email protected]>
Date:   Tue Dec 17 18:14:38 2024 +0200

    Update CHANGELOG to include links for alpha releases and clarify ESM package transition

commit c20eaa6
Author: Maxim Topciu <[email protected]>
Date:   Tue Dec 17 18:11:05 2024 +0200

    update changelog

commit 0fa6a66
Author: Maxim Topciu <[email protected]>
Date:   Tue Dec 17 18:02:52 2024 +0200

    add FilterListParser export to @adguard/agtree/parser entrypoint

commit c288580
Author: Maxim Topciu <[email protected]>
Date:   Tue Dec 17 17:57:39 2024 +0200

    Update test-adguard-agtree-3.0.0-alpha.2.tgz binary file

commit f289092
Merge: 54374a5 608d643
Author: Maxim Topciu <[email protected]>
Date:   Tue Dec 17 17:46:34 2024 +0200

    Merge branch 'release/v3.1' into fix/prepare-agtree-release-alpha

commit 54374a5
Author: Maxim Topciu <[email protected]>
Date:   Fri Dec 13 17:22:07 2024 +0200

    update agtree tgz

commit a516ffc
Merge: 151f2e4 57f1fcc
Author: Maxim Topciu <[email protected]>
Date:   Fri Dec 13 17:19:55 2024 +0200

    Merge branch 'release/v3.1' into fix/prepare-agtree-release-alpha

commit 151f2e4
Author: Maxim Topciu <[email protected]>
Date:   Thu Dec 5 16:19:54 2024 +0200

    build tgz

commit 4d51872
Author: Maxim Topciu <[email protected]>
Date:   Thu Dec 5 16:16:03 2024 +0200

    update changelog
  • Loading branch information
maximtop committed Dec 17, 2024
1 parent 608d643 commit 27ed6d5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
5 changes: 2 additions & 3 deletions packages/agtree/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ coverage
dist
node_modules

# FIXME: Undo comment before publish next version.
# # Release file for npm.
# *.tgz
# Release file for npm.
*.tgz
13 changes: 12 additions & 1 deletion packages/agtree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,25 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

## Unreleased

## [3.0.0-alpha.2] - 2024-12-17

### Changed

- Switched to a pure ESM package.

[3.0.0-alpha.2]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/agtree-v3.0.0-alpha.2

## [3.0.0-alpha.1] - 2024-12-11

### Changed

- The API is separated across entry points: `@adguard/agtree/parser`, `@adguard/agtree/generator`,
`@adguard/agtree/converter`, `@adguard/agtree/validator`, `@adguard/agtree/compatibility-tables`,
and `@adguard/agtree/utils`.

[3.0.0-alpha.1]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/agtree-v3.0.0-alpha.1

### Fixed

- Fixed missing children data in the deserializer for certain nodes.
Expand Down
1 change: 1 addition & 0 deletions packages/agtree/src/parser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export { defaultParserOptions, type ParserOptions } from './options';
export { CosmeticRuleParser } from './cosmetic/cosmetic-rule-parser';
export { DomainListParser } from './misc/domain-list-parser';
export { NetworkRuleParser } from './network/network-rule-parser';
export { FilterListParser } from './filterlist-parser';

0 comments on commit 27ed6d5

Please sign in to comment.