All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.9.2 (2020-07-24)
0.9.1 (2020-04-14)
0.9.0 (2020-03-07)
0.8.6 (2020-02-11)
0.8.5 (2020-02-02)
0.8.4 (2019-11-26)
0.8.3 (2019-11-21)
0.8.2 (2019-10-16)
- 🐛 bean object is not correctly gc after component unmount (81847a1)
0.8.1 (2019-10-15)
0.8.0 (2019-10-13)
0.7.0 (2019-10-11)
0.6.1 (2019-10-09)
0.5.1 (2019-10-02)
0.5.0 (2019-09-30)
0.4.0 (2019-09-26)
0.3.1-beta.1 (2019-09-09)
- types: remove unnecessary internal flag (83a0e26)
0.3.1-beta (2019-09-09)
- build: build ts targetting es5 by default, remove browser field (73d54b2)
0.3.0-beta (2019-09-08)
0.3.0-alpha (2019-09-06)
0.2.0 (2019-09-05)
0.2.0-alpha.3 (2019-09-02)
0.2.0-alpha.2 (2019-09-02)
0.2.0-alpha.1 (2019-09-01)
0.2.0-alpha (2019-09-01)
0.1.5-beta (2019-08-31)
- toString method for EffectContext (8c9d0fd)
- core: supports named stated bean (3c1a0bd)
0.1.4-beta.1 (2019-08-30)
- core: effect event emit (7437c70)
0.1.4-beta (2019-08-29)
0.1.3-beta (2019-08-26)
0.1.2-RC.4 (2019-08-26)
0.1.2-RC.3 (2019-08-26)
0.1.2-RC.2 (2019-08-24)
0.1.2-RC.1 (2019-08-22)
- event: timing of event subscribe (08fc419)
0.1.2-RC (2019-08-22)
0.1.2-alpha.2 (2019-08-19)
- new container for REQUEST scope (8697e6c)
0.1.2-alpha.1 (2019-08-17)
0.1.1-alpha.3 (2019-08-16)
- workaround for descriptor undefined (596b1b6)
- core: add stated field inited and changed interceptor (6534f5f)
- core: support for creating interceptor from BeanFactory (0d00a3e)
- use parcel instead of webpack, integrate with CI and ESLint (#20) (aedba0b)
- BeanFactory: set global default bean factory on the StatedBeanContainer static field DEFAULT_B (52c4a6a)
- BeanFactory: update 'create' to 'get' (a16111a)
- decorator: Add PostProvided decorator on method which will invoke after provided (6bea469)
- Docs: add npm version badge (4e9651c)
- Docs: update README (508c3db)
- Docs: update README (60763e8)
- Docs: update README & add license (22f9921)
- example: add todo example (f7f2f2d)
- example: examples in code sandbox (c8973e0)
- example: update todo example with InversifyJS (DI framework) (df6cc1a)
- metadata: collect PostProvided metadata (b491ea0)
- useContainer: craete container with hooks (e1b03e2)
- create container with useContainer (656708d)