0.8.0
·
116 commits
to 0.13.x
since this release
0.8.0 - 2020-11-09
Release Notes for 0.8.0
0.8.0
- Total issues resolved: 8
- Total pull requests resolved: 0
- Total contributors: 1
enhancement
- 24: Support final and abstract in ClassMethodBuilder thanks to @sandrokeil
- 20: Allow sort of constants, properties, methods, traits and namespace imports in ClassBuilder thanks to @sandrokeil
- 18: Use CS for tests folder thanks to @sandrokeil
- 17: Add high level API for methods thanks to @sandrokeil
bug
- 23: Multiple traits are not unpacked from node thanks to @sandrokeil
- 22: Append traits instead of prepend in ClassUseTrait visitor thanks to @sandrokeil
- 21: Append namespace imports instead of prepend in NamespaceUse visitor thanks to @sandrokeil
- 19: Only generate property var doc block if type / comment is set thanks to @sandrokeil