We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5749d7a commit a0420a1Copy full SHA for a0420a1
README.md
@@ -36,14 +36,19 @@ npm start
36
## TODO
37
38
- [x] [Redux](https://github.com/reduxjs/redux)-like style state manage
39
-- [ ] [Log4js](https://github.com/log4js-node/log4js-node)
+- [x] [Log4js](https://github.com/log4js-node/log4js-node)
40
- [ ] [React-router](https://github.com/ReactTraining/react-router)
41
- [ ] [Typescript](https://github.com/Microsoft/TypeScript)
42
-- [ ] [Webpack-v4](https://github.com/webpack/webpack)
+- [x] [Webpack-v4](https://github.com/webpack/webpack)
43
- [ ] Test
44
45
## Changelog
46
47
+### [2.2.0] / 2019-03-26
48
+
49
+- Upgrade webpack to v4
50
+- Add logs using log4js
51
52
### [2.1.0] / 2018-12-11
53
54
- Refactor Message.js with `useRef` and `useEffect`
0 commit comments