Skip to content

0.1.1

Compare
Choose a tag to compare
@xzhayon xzhayon released this 26 Apr 14:50
809f2e3

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.