All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.2 - 2021-05-13
- Changed swift-syntax dependency to target
release/5.5branch to resolve an issue on Windows. #17 by @compnerd.
0.3.1 - 2021-05-04
- Changed swift-syntax dependency to target
release/5.4branch instead of0.50400.0tag to resolve an issue on Windows. #16 by @compnerd.
0.3.0 - 2021-04-23
- Added support for Swift 5.4 and 5.5. #12 by @compnerd and @mattt.
0.2.0 - 2020-11-11
- Added support for Swift 5.3. #10 by @mattt.
0.1.0 - 2020-03-28
- Changed swift-syntax dependency to support Swift 5.2. 4fdc48b by @mattt.
0.0.2 - 2020-02-14
- Added documentation for public APIs. 1165c7a by @mattt.
- Changed
ExpressibleBySyntaxrequirement to be optional initializer. f0f84ab by @mattt. - Changed
AssociatedTypeto conform toCustomStringConvertible. 0495879 by @mattt. - Changed
Typealiasto conform toCustomStringConvertible. ba52df3 by @mattt.
0.0.1 - 2020-01-21
Initial release.