2022-01-31 01:31:00 +03:00
# Change Log
2024-04-01 23:31:36 +03:00
## 0.9.3
### Patch Changes
- f387854: Revert "Add polyfill for Symbol.asyncIterator (#1642)"
2024-03-28 19:43:54 +03:00
## 0.9.2
### Patch Changes
- 138f4f3: Fix Hermes support by adding polyfill for Symbol.asyncIterator
2023-12-18 05:32:58 +03:00
## 0.9.1
### Patch Changes
- @redux -devtools/utils@3.0.0
2023-12-09 08:05:25 +03:00
## 0.9.0
### Minor Changes
- 6fc18ed7: Add new Redux version to peer dependencies
### Patch Changes
- Updated dependencies [7f5bddbd]
- Updated dependencies [6fc18ed7]
- @redux -devtools/utils@2.1.0
- @redux -devtools/instrument@2.2.0
2023-11-05 07:05:38 +03:00
## 0.8.2
### Patch Changes
- 42531c50: Bump versions
- Updated dependencies [42531c50]
- @redux -devtools/instrument@2.1.1
- @redux -devtools/utils@2.0.2
2023-09-17 05:27:10 +03:00
## 0.8.1
### Patch Changes
- 7e6d0438: Transform `for await...of` syntax for @redux -devtools/remote to support Hermes Engine
2023-01-25 03:37:35 +03:00
## 0.8.0
### Minor Changes
- 421ea476: Upgrade SocketCluster (#1167)
2022-05-30 20:22:06 +03:00
## 0.7.5
### Patch Changes
- @redux -devtools/utils@2.0.0
2022-04-23 07:42:01 +03:00
## 0.7.4
### Patch Changes
- @redux -devtools/utils@1.2.1
2022-01-31 01:31:00 +03:00
## 0.7.0
- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are [interchangeable ](https://rollupjs.org/guide/en/#outputexports ):
```diff
- import devToolsEnhancer from '@redux-devtools/remote';
+ import { devToolsEnhancer } from '@redux-devtools/remote';
```