All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.6 (2021-05-28)
0.2.5 (2021-05-28)
- remove async test if condition not match (0c49246)
0.2.4 (2021-03-28)
- replace generic type of Future with Output (f296cc0)
- search trait bound that ends with
Future
(3508ff2)
0.2.3 (2021-03-27)
- enable full feature gate for syn (614c085)
0.2.2 (2020-10-19)
- 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)
- allow unused_paren when convert to sync (242ded2)