Skip to content

Commit

Permalink
Add v7 migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
chawes13 committed Aug 7, 2023
1 parent ec05e4a commit 35541d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Documentation and usage info can be found in [docs.md](docs.md).

- [v5.0.0](migration-guides/v5.0.0.md)
- [v6.0.0](migration-guides/v6.0.0.md)
- [v7.0.0](migration-guides/v7.0.0.md)

## Contribution

Expand Down
6 changes: 6 additions & 0 deletions migration-guides/v7.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# v7.0.0 Migration Guide

## Breaking changes
This library no longer supports Internet Explorer (IE). Previous iterations had a polyfill for the [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) primitive, which is fully supported by all major browsers.

If you have an older project that needs to support IE, avoid this version or bring in your own Symbol polyfill.

0 comments on commit 35541d0

Please sign in to comment.