v0.1.0
Hardening the API some more.
Changes
Updated Dictionary.map
typing to require key in mapper callback. This is to improve the type of the resulting dictionary to be more useful.
Fixes
Updated type of List.last
to have notSetValue
be optional.