What's Changed
We changed the context
namespace to withContext
because withContext.pipe
is semantic and tells what it does more than context.pipe
;). You can still use the context
until the next major but it is deprecated.
We now also enforce the no-implicity-any
TS error in every combinator to solve #165
PRs
- Enforce no-implicit-any in every combinator by @gustavoguichard in #166
- Swap
context
namespace forwithContext
for better clarity by @gustavoguichard in #167
Full Changelog: v4.3.0...v4.4.0