Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 542 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 542 Bytes

Changelog

2.0.3

  • Expose an untyped EffectAwaiter for untyped Effect types

2.0.2

  • Bundle XML docs in the NuGet package.

2.0.1

  • Add a changelog.

2.0.0

  • Expose an untyped Eff type and method builder.
  • Rework and simplify IEffectHandler and EffAwaiter design.
  • Support waiting arbitrary awaitables without explicit conversions.
  • Expose Eff helper methods and combinators.
  • Expose effects and handlers for dependency injection and cancellation.
  • Performance optimizations.

1.0.0

  • Migrate to NetStandard.