Skip to content

New and Improved

Latest
Compare
Choose a tag to compare
@davidchase davidchase released this 27 Aug 17:07
· 6 commits to master since this release

Breaking changes

Before & After:

-- import normalize from 'composable-normalize'
++ import {normalize} from 'composable-normalize'

Added Bonus

// free functional right to left composition
import {compose} from 'composable-normalize'