@adguard/agtree 1.1.2 → 1.1.4

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,12 +4,30 @@ 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
+ ## 1.1.4 - 2023-08-30
8
+
9
+ ### Fixed
10
+
11
+ - Validation of `$redirect` and `$replace` modifiers by `ModifierValidator.validate()`
12
+
13
+
14
+ ## 1.1.3 - 2023-08-28
15
+
16
+ ### Added
17
+
18
+ - Validation of modifier values due to `value_format`
19
+
20
+ ## Changed
21
+
22
+ - `ModifierValidator.validate()` result type `ValidationResult` — `valid` property instead of `ok`
23
+
24
+
7
25
  ## 1.1.2 - 2023-08-14
8
26
 
9
27
  ### Fixed
10
28
 
11
29
  - Compatibility tables validation of ABP syntax `$rewrite`
12
- - Detecting closing parenthesis in ADG/uBO scriptlets while parsing
30
+ - Detecting closing parenthesis in ADG/uBO scriptlets while parsing
13
31
 
14
32
  ## 1.1.1 - 2023-08-11
15
33