Skip to content

Releases: bcombinator/path-union

New and Improved

27 Aug 20:38
Compare
Choose a tag to compare

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

04 Aug 15:33
Compare
Choose a tag to compare
1.0.1

chore(INDEX) add todo list :star2:

Initial release

03 Aug 02:38
Compare
Choose a tag to compare
1.0.0

chore(README) add API