0.3.2 (2021-03-19)
- Fixed up return type to include objectpattern type (368eb09)
- Add documentation about webpack complains (a397113)
- Added test for object spread argument (d6ec125)
- Fixed missing call to ObjectSpread decorator (ee28b83)
0.3.1 (2020-10-12)
- Use cloneDeep to keep reference linked (869a913)
0.3.0 (2020-03-05)
- Update release-it to v11+ (e61386f)
0.2.2 (2019-03-27)
- Add InversifyJS function to make decorators compatible with babel (4535adb)
- Handle unsupported kind of parameters with void zero (a35f733)
- Omit value when it's a reference to self (class name) (f755bc2)
0.2.1 (2019-03-24)
- Add current pitfalls to README (2f2b888)
- Add package.json keywords (97690ca)
0.2.0 (2019-03-24)
- Fix parameter assignments type serialization (0eb91bb)
- Add motivation to README (f59c802)
0.1.1 (2019-03-24)
- Add CHANGELOG (880b618)
- Add decorators metadata support (9cb1e8f)
- Add installation and usage in README (8d31825)
- Use babel-plugin-utils to assert babel version (bbf626a)