@adguard/agtree 1.1.1 → 1.1.3

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