Skip to content

Releases: effector/redux-devtools-adapter

v0.2.0

02 Dec 13:15
Compare
Choose a tag to compare

Support effector 23

v0.1.6

27 Jul 18:01
7ff5c50
Compare
Choose a tag to compare

Fixed:

  • attach-ed effects now have proper names (#5)
  • COMMIT button in the Redux DevTools now properly clears all the logs

v0.1.5

30 Apr 04:14
Compare
Choose a tag to compare
  • 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

29 Apr 13:28
Compare
Choose a tag to compare
  • Fix public types export

v0.1.3

29 Apr 12:11
Compare
Choose a tag to compare
  • Show pure function errors

v0.1.2

29 Apr 09:56
d9e45b6
Compare
Choose a tag to compare
  • If there are duplicated store names, those will have id added to the name

v0.1.1

28 Apr 07:40
0d49b5b
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Include in npm-tarball only usable files

v0.1.0

28 Apr 07:36
758bb0e
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial

New Contributors