0.1.1
Added
- Support tree shaking via top-level imports:
import { curry } from 'fortepiano/function' // ...instead of `import { curry } from 'fortepiano/lib/function'`
Deprecated
- Discourage imports from
fortepiano/lib/*
as they break tree shaking.