2.8.0 adds path functions and dictionary management
This release adds two new sets of functions:
- First, it provides access to several path functions (
base
,dir
,clean
,ext
, andabs
) - Second, it adds functions for mutating dictionaries (
set
,unset
,hasKey
)