Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Latest commit

 

History

History
74 lines (48 loc) · 1.89 KB

Changelog.md

File metadata and controls

74 lines (48 loc) · 1.89 KB

Changelog

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

  • Changed swift-syntax dependency to target release/5.5 branch to resolve an issue on Windows. #17 by @compnerd.

0.3.1 - 2021-05-04

Changed

  • Changed swift-syntax dependency to target release/5.4 branch instead of 0.50400.0 tag to resolve an issue on Windows. #16 by @compnerd.

0.3.0 - 2021-04-23

Added

  • Added support for Swift 5.4 and 5.5. #12 by @compnerd and @mattt.

0.2.0 - 2020-11-11

Added

  • Added support for Swift 5.3. #10 by @mattt.

0.1.0 - 2020-03-28

Changed

  • Changed swift-syntax dependency to support Swift 5.2. 4fdc48b by @mattt.

0.0.2 - 2020-02-14

Added

  • Added documentation for public APIs. 1165c7a by @mattt.

Changed

  • Changed ExpressibleBySyntax requirement to be optional initializer. f0f84ab by @mattt.
  • Changed AssociatedType to conform to CustomStringConvertible. 0495879 by @mattt.
  • Changed Typealias to conform to CustomStringConvertible. ba52df3 by @mattt.

0.0.1 - 2020-01-21

Initial release.