v4.0.2
Patch release containing a few runtime performance improvements:
- Use a
Builder
class internally in match expression to rely on prototypal inheritance instead of defining method every time.with
is called. - Handle the
.with(pattern, handler)
case separately from.with(...pattern, handler)
to avoid iterating on params and make it faster.