A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/effector/logger/releases below:

Releases Β· effector/logger Β· GitHub

Releases: effector/logger

Releases Β· effector/logger

v0.15.0 v0.14.1 v0.14.0 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.

Migration guide
  1. Remove effector-logger/babel-plugin if it was used. Use effector/babel-plugin or @effector/swc-plugin instead.
  2. Remove any effector -> effector-logger build-time aliases if you had used them.
  3. Remove all import { createEvent, createStore, ... } from "effector-logger" imports. Use imports from effector instead. In case if you need to see only specific units in the logs - use patronum/debug instead
  4. Remove any effector-logger/macro imports, if you had used them.
  5. Remove any effector-logger/attach imports.
  6. Update effector to version 22.8.3
Redux DevTools

If you have used effector-logger for Redux DevTools integration - use @effector/redux-devtools-adapter instead.

Inspector

If you have used effector-logger for effector-inspector integration - use effector-inspector directly.

Logger

Just add import { attachLogger } from "effector-logger" at the top of your app's entrypoint module and call attachLogger() (or attachLogger({ scope }) if your app uses scope) somewhere in the entrypoint module.
See updated README.md for details.

Pull-requests πŸš€ Features πŸ“š Documentation v0.13.7 πŸ“š Documentation πŸ› Bug Fixes v0.13.6 v0.13.5 v0.13.4 v0.13.3 v0.13.2 v0.13.1

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4