effector / logger

Simple logger with stores inspector
https://npmjs.com/effector-logger
160 stars 22 forks source link

Use Inspect-API instead of root domain setup #119

Closed AlexandrHoroshih closed 1 year ago

AlexandrHoroshih commented 1 year ago

Changelog

effector-logger is re-written to use brand new Inspect API of effector. Root domain setups, custom babel-plugins and etc are no longer needed.

Simple attachLogger() call somewhere in your app entrypoint is enough now.

Also effector-logger now only does console logs and Redux DevTools support and effector-inspector integrations are removed. Use @effector/redux-devtools-adapter and effector-inspector instead.

BREAKING CHANGES

New features

Maintenance

Old integration tests are removed. Now there is a single suit of vitest-based tests which is run against dist output of the library bundler.

stackblitz[bot] commented 1 year ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.