Skip to content

Releases: p-x9/AliasMacro

v0.10.0

06 May 02:23
337cec5
Compare
Choose a tag to compare

What's Changed

  • Support swift-syntax version 510.0.0 by @p-x9 in #27

Full Changelog: 0.9.0...0.10.0

v0.9.0

04 Feb 05:44
4df2f5b
Compare
Choose a tag to compare

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

26 Jan 05:29
2100a37
Compare
Choose a tag to compare

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

22 Jan 23:34
391342f
Compare
Choose a tag to compare

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

15 Jan 08:52
4640b44
Compare
Choose a tag to compare

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

07 Nov 13:59
bbc74e8
Compare
Choose a tag to compare

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.4.0

09 Oct 10:46
8cfe67e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0

v0.3.0

16 Sep 13:47
3f83982
Compare
Choose a tag to compare

What's Changed

  • Bump swift-syntax version to 509.0.0 by @p-x9 in #12

Full Changelog: 0.2.1...0.3.0

v0.2.1

06 Jul 13:28
7fe3ca4
Compare
Choose a tag to compare

What's Changed

  • refactor file structure by @p-x9 in #11

Full Changelog: 0.2.0...0.2.1

v0.2.0

30 Jun 08:21
e859001
Compare
Choose a tag to compare

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