We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3c5f6 commit 1dbe0c3Copy full SHA for 1dbe0c3
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# CHANGELOG
2
3
+## v0.7.4
4
+
5
+### Fix
6
7
+Removing unsupported APIs to fix compatibility issues in IE11:
8
9
+- [Array.prototype.includes](https://caniuse.com/array-includes)
10
+- [String: startsWith](https://caniuse.com/mdn-javascript_builtins_string_startswith)
11
+- [RegExp: unicode](https://caniuse.com/mdn-javascript_builtins_regexp_unicode)
12
13
+---
14
15
## v0.7.3
16
17
### Fix
@@ -12,6 +24,8 @@
24
- better typings for event emitter [#81](https://github.com/alienzhou/web-highlighter/pull/81)
25
- tsconfig path alias and npm scripts [#84](https://github.com/alienzhou/web-highlighter/pull/84)
26
27
28
29
## v0.7.2
30
31
0 commit comments