- Fix shortening of nested names in generated hierarchies (#118)
1.6.5 - 2024-02-21
- Add lazy modifier (#116)
- Support generic qualifiers for
TypeName
(#115)
1.6.4 - 2024-01-15
- Correctly disambiguate conflicting type names between the module itself and external modules (#111)
- Always qualify ambiguous types (#110)
1.6.3 - 2023-12-20
- Fix incorrect importing of local types (#105)
1.6.2 - 2023-12-19
- Add codable, equatable and sendable Swift declared type names (#103)
1.6.1 - 2023-12-18
- Fix outstanding cases with importing (#97)
1.6.0 - 2023-12-15
- Output of AttributeSpec to now accept CodeBlocks (#91).
CONVENIENCE
modifier has been added (#92).
- No more errors when formatting strings (#85).
- Imports are now correctly emitted for subtypes within external extensions (#88).
- Fix generation functions with
set
andget
names (#82).
CodeWriter
is now aCloseable
, be sure to close it after usage, which can be done with the.use {}
helper method from Kotlin. (#89)
There are no changelog for versions 1.5.0 and before.