Skip to content

v1.0.0

Compare
Choose a tag to compare
@mpetrovich mpetrovich released this 19 Aug 06:18
· 71 commits to main since this release

Breaking changes

  • Curried operations now live in a separate Dash\Curry namespace and no longer contain a leading underscore in their name. See the latest currying docs for details and examples.
Before After
Dash\_filter(…) Dash\Curry\filter(…)

Improvements

  • Dash\debug() now uses var_export() instead of var_dump() when displaying its arguments.