Releases: p-x9/AliasMacro
Releases · p-x9/AliasMacro
v0.9.0
What's Changed
- Support
package
access modifier by @p-x9 in #25
- Skip macro expansion test cases on unsupported platform by @p-x9 in #26
Full Changelog: 0.8.0...0.9.0
v0.8.0
What's Changed
- Use
swift-literal-type-inference
for type inference by @p-x9 in #24
Full Changelog: 0.7.0...0.8.0
v0.7.0
What's Changed
- Refactor handling of default values with literal type by @p-x9 in #22
- Improve type detection by literal by @p-x9 in #23
Full Changelog: 0.6.0...0.7.0
v0.6.0
What's Changed
- Modified to omit type specification when using literal by @p-x9 in #21
Full Changelog: 0.5.0...0.6.0
v0.5.0
What's Changed
- Add test workflow on linux platform by @p-x9 in #17
- Hide extended implementation of swift-syntax by @p-x9 in #18
- Enum case alias by @p-x9 in #19
enum Difficulty {
@Alias("beginner")
case easy
@Alias("normal")
case medium
@Alias("challenge")
case hard
}
protocol APIRequest {
@Alias("Reply")
associatedtype Response
}
Full Changelog: 0.4.0...0.5.0
v0.2.0
What's Changed
- fix test case for
isVar
by @p-x9 in #8
- make input argument label of function customizable by @p-x9 in #9
Full Changelog: 0.1.1...0.2.0