Skip to content

v2.0.1

Compare
Choose a tag to compare
@mpetrovich mpetrovich released this 17 Mar 22:07

Bug fixes

  • Dash\custom() now returns the exact same function that was set via Dash::setCustom(). Previously, it had returned a closure with zero arguments, which broke any further usage of currying operations (eg. Dash\curry(Dash\custom())).