Skip to content

Releases: bcombinator/path-union

New and Improved

Choose a tag to compare

@davidchase davidchase released this 27 Aug 20:38

Breaking Changes

Before and After

-- import union = from 'path-union'
++ import {union} from 'path-union'

Added Bonus

// free functional right to left composition
import {compose} from 'path-union'

Bug fixes

Choose a tag to compare

@davidchase davidchase released this 04 Aug 15:33
1.0.1

chore(INDEX) add todo list :star2:

Initial release

Choose a tag to compare

@davidchase davidchase released this 03 Aug 02:38
1.0.0

chore(README) add API