@adguard/agtree 2.0.0-alpha.0 → 2.0.0

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/README.md CHANGED
@@ -24,6 +24,7 @@
24
24
  Table of Contents:
25
25
 
26
26
  - [Introduction](#introduction)
27
+ - [Browser compatibility](#browser-compatibility)
27
28
  - [Development \& Contribution](#development--contribution)
28
29
  - [Ideas \& Questions](#ideas--questions)
29
30
  - [License](#license)
@@ -47,6 +48,17 @@ AGTree supports all syntaxes currently in use:
47
48
  - <img src="https://cdn.adguard.com/website/github.com/AGLint/ab_logo.svg" alt="AdBlock logo" width="14px"> [AdBlock][ab-url]
48
49
  <!--markdownlint-enable MD013-->
49
50
 
51
+ ## Browser compatibility
52
+
53
+ | Browser | Version |
54
+ |-----------------------|:----------|
55
+ | Chrome | ✅ 80 |
56
+ | Firefox | ✅ 78 |
57
+ | Edge | ✅ 80 |
58
+ | Opera | ✅ 67 |
59
+ | Safari | ✅ 14 |
60
+ | Internet Explorer | ❌ |
61
+
50
62
  ## Development & Contribution
51
63
 
52
64
  Please read the [CONTRIBUTING.md][contributing-url] file for details on how to contribute to this project.