thefrontside/effection

[deprecation] - deprecate bare context

Closed this issue · 1 comments

Bare context: yield* SomeContext is not in v4. Instead, you use yield* SomeContext.expect() We should add the new method to v3 and deprecate the old usage.

fixed with 4d3be6c