Skip to content

Releases: mpetrovich/dash

v0.13.0

18 Aug 08:13
Compare
Choose a tag to compare

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)