Releases: effector/redux-devtools-adapter
Releases · effector/redux-devtools-adapter
v0.2.0
v0.1.6
v0.1.5
-
Added batching at the adapter side. Redux DevTools are trying to render each and every log by default,
maxAge
setting only restricts how many logs are rendered at once. At large apps it really bad for perf, especially if we count in the serialization overhead. Adapter's internal batching allows to mitigiate this issue a bit by not sending any more logs than specified in the batch setting. This way there are bit less overhead for serialization and rendering. -
Added special setting for the
stateTab
and disabled it by default. This is required because state tab produces are a lot of serialization overhead at the somewhat large apps.
v0.1.4
- Fix public types export
v0.1.3
- Show pure function errors
v0.1.2
- If there are duplicated store names, those will have
id
added to the name
v0.1.1
Include in npm-tarball only usable files