2.0.1-alpha.0 • Published 5 years ago

final-state-logger v2.0.1-alpha.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Build Status codecov.io Known Vulnerabilities styled with prettier lerna minified + gzip

final-state-logger

Logger for final-state. (Just like redux-logger to redux)

Installation

yarn add final-state
yarn add final-state-logger

You should care about the peer dependencies of this package. If something not installed, just install them manually.

final-state-logger is written in Typescript, so you don't need to find a type definition for it.

Basic Example

import { applyLogger } from 'final-state-logger';

applyLogger(store);

API Reference

function finalStateLogger(store: Store): void

Print all state changes of the passed in store instance.

Test

This project uses jest to perform testing.

yarn test

Road Map

2.0.1-alpha.0

5 years ago

2.0.0-alpha.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago