Skip to content

Releases: effector/inspector

v0.7.0

10 Sep 11:21
Compare
Choose a tag to compare

Features

Option trimDomain activated back

v0.6.0

09 Sep 19:51
Compare
Choose a tag to compare

Improved

  • Bundler changed from webpack to rollup
  • Added mjs build target
  • Updated to effector v22

Features

Files tab

Search file you want to inspect List units in the opened file
image image

v0.5.0

15 Apr 11:09
Compare
Choose a tag to compare

New design

Dark-Logs

v0.2.2

18 Feb 12:23
afd729e
Compare
Choose a tag to compare

Changes:

  • Add options to createInspector()
import { createInspector } from 'effector-inspector'
import { LOGGER_DOMAIN_NAME } from 'effector-logger/attach'

createInspector({
  trimDomain: LOGGER_DOMAIN_NAME,
  visible: true,
})
  • trimDomain — hide domain prefix for store names (ex.: hide logger domain name from the inspector, just original store names)
  • visible — if true show inspector on app start

v0.1.3

16 Feb 15:02
20457cd
Compare
Choose a tag to compare

The extracted first version from effector-logger