Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 919 Bytes

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 919 Bytes

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.4.0] - 2023-06-02

Changed

  • Disable default features by default for each async runtime

Fixed

  • Broken link for Future in documentation

[0.3.0] - 2023-02-19

Changed

  • Update pasts to 0.14

[0.2.0] - 2023-01-17

Added

  • web feature
  • Spawn trait
  • LocalSpawner struct

Changed

  • Broke proc macro into separate crate
  • Generate same code for all async runtimes
  • Replace attribute parameters with features

Removed

  • smolscale feature

[0.1.0] - 2023-01-01

Added

  • Tokio support
  • Async std support
  • Pasts support
  • Async executor (with Futures Lite) support
  • Smolscale support
  • Futures support