Releases: mpetrovich/dash
Releases · mpetrovich/dash
v0.13.0
Breaking changes
Dash\property($path, $default)
no longer accepts a callable
for $path
; only string, number, or null is now allowed
Bug fixes
Dash\map()
, get()
, etc. now correctly handle cases where referenced fields have the same name as global functions (eg. abs
, min
) (#6)