@adguard/agtree 1.1.4 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver].
6
6
 
7
+
8
+ ## 1.1.6 - 2023-09-22
9
+
10
+ ### Changed
11
+
12
+ - Converter now returns an object with `result` and `isConverted` properties instead of just `result`
13
+ - Filter list converter now accepts a second argument `tolerant` which allows to convert filter lists with invalid rules
14
+
15
+ ### Added
16
+
17
+ - `RawRuleConverter` class for converting raw rules
18
+ - `RawFilterListConverter` class for converting raw filter lists
19
+
20
+ ### Fixed
21
+
22
+ - Improved converter's performance
23
+
24
+ ## 1.1.5 - 2023-09-05
25
+
26
+ ### Changed
27
+
28
+ - Validation of `$csp` and `$permissions` modifiers value
29
+ by custom pre-defined validator instead of regular expression
30
+
31
+ ### Added
32
+
33
+ - Exports to `package.json`
34
+
7
35
  ## 1.1.4 - 2023-08-30
8
36
 
9
37
  ### Fixed