Releases: outfoxx/swiftpoet
Releases · outfoxx/swiftpoet
🚀 v1.6.6
🚀 v1.6.5
🚀 v1.6.4
🚀 v1.6.3
🚀 v1.6.2
🚀 v1.6.1
What's Changed
- Update Utils.kt by @dnkoutso in #86
- Move CodeWriter's import collection step into a factory method. by @dnkoutso in #89
- Improve output of AttributeSpec to accept CodeBlocks. by @dnkoutso in #91
- Update README.md by @Foso in #84
- Add convenience modifier by @dnkoutso in #92
- Dump APIs with binary-compatibility-validator by @oldergod in #93
- Fix emitting imports using ExternalTypeSpecs by @dnkoutso in #90
- Adds CHANGELOG and getting ready for 1.6.0 by @oldergod in #95
- Adds RELEASING.md by @oldergod in #94
- Fix generation functions with 'set' and 'get' names by @comm1x in #82
- Add NameAllocatorTests by @dnkoutso in #96
- Delete mistakenly added file by @dnkoutso in #98
- Prepare for release 1.6.0. by @oldergod in #99
- Prepare next development version. by @oldergod in #100
- Fix hyperlinks in CHANGELOG by @oldergod in #101
- Fix outstanding cases with importing by @kdubb in #97
New Contributors
- @dnkoutso made their first contribution in #86
- @Foso made their first contribution in #84
- @oldergod made their first contribution in #93
- @comm1x made their first contribution in #82
Full Changelog: 1.5.0...1.6.1
🚀 v1.6.0
What's Changed
- Update Utils.kt by @dnkoutso in #86
- Move CodeWriter's import collection step into a factory method. by @dnkoutso in #89
- Improve output of AttributeSpec to accept CodeBlocks. by @dnkoutso in #91
- Update README.md by @Foso in #84
- Add convenience modifier by @dnkoutso in #92
- Dump APIs with binary-compatibility-validator by @oldergod in #93
- Fix emitting imports using ExternalTypeSpecs by @dnkoutso in #90
- Adds CHANGELOG and getting ready for 1.6.0 by @oldergod in #95
- Adds RELEASING.md by @oldergod in #94
- Fix generation functions with 'set' and 'get' names by @comm1x in #82
- Add NameAllocatorTests by @dnkoutso in #96
- Delete mistakenly added file by @dnkoutso in #98
New Contributors
- @dnkoutso made their first contribution in #86
- @Foso made their first contribution in #84
- @oldergod made their first contribution in #93
- @comm1x made their first contribution in #82
Full Changelog: 1.5.0...1.6.0
🚀 v1.5.0
What's Changed
- Fix UINT16 type name typo by @kdk96 in #68
- Add support for optional closure parameter by @ema987 in #73
- Fix visibility of
ComposedTypeName
and add documentation by @kdubb in #74 - Fix support for implit/optional
CompositTypeName
s by @kdubb in #75 - Add support for subscript properties by @kdubb in #76
- Support adding visibility to mutable property fields by @kdubb in #77
- Add missing fileprivate to allowed mutable visibility modifiers by @kdubb in #78
- Support willSet & didSet property observers by @kdubb in #79
- Update build and CI scripts by @kdubb in #80
New Contributors
Full Changelog: v1.3.0...1.5.0
🐞 1.4.3 Release
This release fixes issues only.
Resolved Issues
- #67 - Ignore argumentLabel when equal to parameterName
🐞 1.4.2 Release
This release fixes issues only.
Resolved Issues
- #65 - Simple type variable declarations are now output correctly and tested.