Releases: leonardfactory/babel-plugin-transform-typescript-metadata
Releases · leonardfactory/babel-plugin-transform-typescript-metadata
Release 0.3.2
19 Mar 12:55
Compare
Sorry, something went wrong.
No results found
0.3.2 (2021-03-19)
🛠 Improvements
Fixed up return type to include objectpattern type (368eb09 )
📚 Documentation
Add documentation about webpack complains (a397113 )
🏗 Chore
Added test for object spread argument (d6ec125 )
Fixed missing call to ObjectSpread decorator (ee28b83 )
Release 0.3.1
12 Oct 18:18
Compare
Sorry, something went wrong.
No results found
0.3.1 (2020-10-12)
🐛 Bug Fixes
Use cloneDeep to keep reference linked. This allows to reference namespaced types, i.e. param: AWS.S3
(869a913 )
Release 0.3.0
05 Mar 15:17
Compare
Sorry, something went wrong.
No results found
0.3.0 (2020-03-05)
✨ Features
Add support for TSBigIntKeyword (358a689 )
Move param dec to class (1371f6b )
🐛 Bug Fixes
🏗 Chore
Update release-it to v11+ (e61386f )
Release 0.2.2
27 Mar 13:46
Compare
Sorry, something went wrong.
No results found
🐛 Bug Fixes
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 )
📚 Documentation
Add InversifyJS property injection doc (b263fcd )
Make example DI code more realistic (620182f )
🏗 Chore
Add example code to test InversifyJS property injector (48bd0bb ), closes #2
Release 0.2.1
24 Mar 14:21
Compare
Sorry, something went wrong.
No results found
📚 Documentation
Add current pitfalls to README (2f2b888 )
🏗 Chore
Add package.json keywords (97690ca )
Release 0.2.0
24 Mar 14:07
Compare
Sorry, something went wrong.
No results found
✨ Features
Enhance type serialization following TSC #1 (5a76db1 )
🐛 Bug Fixes
Fix parameter assignments type serialization (0eb91bb )
📚 Documentation
Release 0.1.1
24 Mar 12:19
Compare
Sorry, something went wrong.
No results found
Release 0.1.0
24 Mar 12:15
Compare
Sorry, something went wrong.
No results found
✨ Features
Add decorators metadata support (9cb1e8f )
📚 Documentation
Add installation and usage in README (8d31825 )
🏗 Chore
Use babel-plugin-utils to assert babel version (bbf626a )