Skip to content

v0.1.0

Compare
Choose a tag to compare
@benbrimeyer benbrimeyer released this 07 Apr 21:49
· 9 commits to master since this release

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.