Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

67 lines (40 loc) · 1.67 KB

Change log

1.6.5 - 2024-02-21

Added

  • Add lazy modifier (#116)
  • Support generic qualifiers for TypeName (#115)

1.6.4 - 2024-01-15

Fixed

  • Correctly disambiguate conflicting type names between the module itself and external modules (#111)
  • Always qualify ambiguous types (#110)

1.6.3 - 2023-12-20

Fixed

  • Fix incorrect importing of local types (#105)

1.6.2 - 2023-12-19

Added

  • Add codable, equatable and sendable Swift declared type names (#103)

1.6.1 - 2023-12-18

Fixed

  • Fix outstanding cases with importing (#97)

1.6.0 - 2023-12-15

Added

  • Output of AttributeSpec to now accept CodeBlocks (#91).
  • CONVENIENCE modifier has been added (#92).

Fixed

  • No more errors when formatting strings (#85).
  • Imports are now correctly emitted for subtypes within external extensions (#88).
  • Fix generation functions with set and get names (#82).

Changed

  • CodeWriter is now a Closeable, be sure to close it after usage, which can be done with the .use {} helper method from Kotlin. (#89)

Remark

There are no changelog for versions 1.5.0 and before.