Skip to content

Releases: outfoxx/swiftpoet

🚀 v1.6.5

21 Feb 11:24
699817e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.4...1.6.5

🚀 v1.6.4

16 Jan 16:25
5a18127
Compare
Choose a tag to compare

What's Changed

  • Prepare for release 1.6.3. by @dnkoutso in #107
  • Always qualify ambiguous types by @dnkoutso in #110
  • Correctly disambiguate conflicting type names between the module itself and external modules. by @dnkoutso in #111

Full Changelog: 1.6.3...1.6.4

🚀 v1.6.3

20 Dec 10:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.2...1.6.3

🚀 v1.6.2

19 Dec 17:33
d0f5b88
Compare
Choose a tag to compare

What's Changed

  • Prepare for release 1.6.1. by @oldergod in #102
  • Add codable, equatable and sendable Swift declared type names by @dnkoutso in #103

Full Changelog: 1.6.1...1.6.2

🚀 v1.6.1

18 Dec 12:05
d995ddf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.1

🚀 v1.6.0

15 Dec 13:24
b0d2818
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0

🚀 v1.5.0

27 Apr 04:52
3469e67
Compare
Choose a tag to compare

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 CompositTypeNames 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

29 Jul 15:29
da4f8a4
Compare
Choose a tag to compare

This release fixes issues only.

Resolved Issues

  • #67 - Ignore argumentLabel when equal to parameterName

🐞 1.4.2 Release

13 Jun 14:52
Compare
Choose a tag to compare

This release fixes issues only.

Resolved Issues

  • #65 - Simple type variable declarations are now output correctly and tested.

🐞 1.4.1 Release

13 Jun 05:41
Compare
Choose a tag to compare

This release fixes issues only.

Resolved Issues

  • Where clauses with associated type constraints (e.g. P.T == String) were output incorrectly.
  • Type variables with same type requirements are always output in a where clause.
  • Formatting of extension now includes proper whitespace.