@adguard/agtree 1.1.2 → 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,12 +4,23 @@ 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
+
7
18
  ## 1.1.2 - 2023-08-14
8
19
 
9
20
  ### Fixed
10
21
 
11
22
  - Compatibility tables validation of ABP syntax `$rewrite`
12
- - Detecting closing parenthesis in ADG/uBO scriptlets while parsing
23
+ - Detecting closing parenthesis in ADG/uBO scriptlets while parsing
13
24
 
14
25
  ## 1.1.1 - 2023-08-11
15
26