You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Range formatter [#2](https://github.com/immutable-js/immutable-devtools/pull/2) by [@jdeniau](https://github.com/jdeniau)
6
+
7
+
## 2.0.1
8
+
9
+
Fix browser extension not working on Firefox.
10
+
11
+
## 2.0.0
12
+
13
+
No change in this version, but use the same version as the browser extension.
14
+
15
+
## 1.1.0
16
+
17
+
### Added
18
+
19
+
- Compatibility with firefox [#2](https://github.com/jdeniau/immutable-object-formatter-extension/pull/2) by [@jdeniau](https://github.com/jdeniau)
20
+
- Add tests for v5 version [#3](https://github.com/jdeniau/immutable-object-formatter-extension/pull/3) by [@jdeniau](https://github.com/jdeniau)
21
+
22
+
### Changed
23
+
24
+
- upgrade immutable-devtools to v0.3.0 [#1](https://github.com/jdeniau/immutable-object-formatter-extension/pull/1) by [@jdeniau](https://github.com/jdeniau)
25
+
26
+
## v0.3.0
27
+
28
+
-[BREAKING] Release this package as ESM instead of CommonJS. Drop support for NodeJS < 18.
29
+
30
+
## v0.2.0
31
+
32
+
- Release under `@jdeniau/immutable-devtools` name.
33
+
- Add dark mode support https://github.com/jdeniau/immutable-devtools/commit/cee668d10a551d9bec6c3a960e36f8230a07ba16
34
+
- Fix issue with the string `"null"`https://github.com/jdeniau/immutable-devtools/commit/e6262f02074ce64fb024314d66929eeec8d12b8b
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The library currently has formatters for:
23
23
-[x]`Set` & `OrderedSet`
24
24
-[x]`Stack`
25
25
-[x]`Record`
26
-
-[]`Range` (let me know if you use this :-), add :+1: to [#21](https://github.com/andrewdavey/immutable-devtools/issues/21))
26
+
-[x]`Range`
27
27
-[ ]`Repeat` (if you wish this, add :+1: to [#22](https://github.com/andrewdavey/immutable-devtools/issues/22))
28
28
-[ ]`Seq` — I do not have an idea how to display it. If you know, [write it down into #23](https://github.com/andrewdavey/immutable-devtools/issues/23)
0 commit comments