Skip to content

Commit

Permalink
docs(changelog): update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhongxuan committed Jun 24, 2021
1 parent 4c3c5f6 commit 1dbe0c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v0.7.4

### Fix

Removing unsupported APIs to fix compatibility issues in IE11:

- [Array.prototype.includes](https://caniuse.com/array-includes)
- [String: startsWith](https://caniuse.com/mdn-javascript_builtins_string_startswith)
- [RegExp: unicode](https://caniuse.com/mdn-javascript_builtins_regexp_unicode)

---

## v0.7.3

### Fix
@@ -12,6 +24,8 @@
- better typings for event emitter [#81](https://github.com/alienzhou/web-highlighter/pull/81)
- tsconfig path alias and npm scripts [#84](https://github.com/alienzhou/web-highlighter/pull/84)

---

## v0.7.2

### Fix

0 comments on commit 1dbe0c3

Please sign in to comment.