Skip to content

v0.3.4

Latest

Choose a tag to compare

@Snowflyt Snowflyt released this 29 Mar 15:37
· 5 commits to main since this release
  • 🦄 refactor(type): Support EffectedDraft in .pipe(...fs). (a44cc7f)
  • 🦄 refactor(type): Export EffectedDraft for 3rd-party libraries integration. (a44cc7f)
  • 🦄 refactor(type): Preserve effect type in ExcludeEffect if no modification is needed to make type information more readable. (a44cc7f)
  • 🦄 refactor(type): Improve type inference for .handle(). (a44cc7f)
  • 🐞 fix(type): Fix type inference of nested default effects for .provide() and .provideBy(). (a44cc7f)
  • 🐞 fix(type): Correct return type of the defaultHandler property for Default. (a44cc7f)
  • 📃 docs(README): Rename effected parameter to self in effect handlers to avoid confusion. (a44cc7f)
  • 📃 docs(README): Add an example to build a configurable logging system with algebraic effects. (848ac31)