Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

49 lines (24 loc) · 2.26 KB

Changelog

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

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)