v1.0.0
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 usesvar_export()
instead ofvar_dump()
when displaying its arguments.