Skip to content

Latest commit

History

History
47 lines (36 loc) 路 4.09 KB

CHANGELOG.md

File metadata and controls

47 lines (36 loc) 路 4.09 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

9.6.0 (2021-03-10)

Features

  • paths: parameter for AutoPath delimiter (6d5bbdc)

Bug Fixes

  • f.autopath: distribute (29eddd9)
  • f.autopath: do not show primitive props (1ad2638)
  • f.autopath: no primitve paths (2bdb477)
  • f.narrow: fix variance and array inference (4c7618d)
  • f.narrow: higher order function support (dad05ee)
  • f.narrow: preserve fns and better display (a0d62d8)
  • f.narrow: preserve functions (c34f1b9)
  • f.narrow: revert variance fixes (12e014a)
  • f.narrow: variance (866ecd7)
  • fn: allow for curried in compose (2bc5604)
  • o.paths: dive within arrays and deeper (626beb6)

Others