From 35541d0925eca796ff93c58c39ff1b1cb451c0c7 Mon Sep 17 00:00:00 2001 From: Conor Hawes Date: Mon, 7 Aug 2023 15:40:50 -0400 Subject: [PATCH] Add v7 migration guide --- README.md | 1 + migration-guides/v7.0.0.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 migration-guides/v7.0.0.md diff --git a/README.md b/README.md index 7cbe6dd..4e2e1e5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/migration-guides/v7.0.0.md b/migration-guides/v7.0.0.md new file mode 100644 index 0000000..41e5d5c --- /dev/null +++ b/migration-guides/v7.0.0.md @@ -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. \ No newline at end of file