Skip to content

Latest commit

 

History

History
72 lines (34 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

72 lines (34 loc) · 3.05 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.10 (2024-02-22)

0.2.9 (2024-01-31)

Features

  • support async fn in traits (282eb76)

0.2.8 (2024-01-30)

0.2.7 (2023-02-01)

Features

  • allow maybe_async on static (a08b112)

Bug Fixes

  • applying to pub(crate) trait fail (8cf762f)

0.2.6 (2021-05-28)

Bug Fixes

  • remove async test if condition not match (0089daa)
  • test is removed when is_sync (377815a)

0.2.5 (2021-05-28)

Bug Fixes

  • remove async test if condition not match (0c49246)

0.2.4 (2021-03-28)

Features

  • replace generic type of Future with Output (f296cc0)
  • search trait bound that ends with Future (3508ff2)

0.2.3 (2021-03-27)

Bug Fixes

  • enable full feature gate for syn (614c085)

0.2.2 (2020-10-19)

Features

  • avoid extra parenthesis and braces (8d146f9)
  • remove parenthesis wrap in await (bc5f460)
  • wrap await expr into block instead of paren (5c4232a)

0.2.1 (2020-10-05)

Bug Fixes

  • allow unused_paren when convert to sync (242ded2)