Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 1.08 KB

1.0.1

breaking changes:

  • rename type CallBackForPropertyAccess to NameSelector.
  • rename function separatedPathOf to pathOf.
  • rename function pathOf to pathStringOf.
  • remove functions unstable_namesOf, unstable_pathsOf and unstable_separatedPathsOf
  • remove UMD build.

features:

  • add functions namesOf, pathStringsOf and PathsOf

0.1.14514

breaking changes:

  • deprecate type CallBackForPropertyAccess
  • only a Typescript declaration file index.d.ts right now

features:

  • add type NameSelector
  • add functions unstable_nameOf, unstable_pathsOf and unstable_separatedPathsOf

0.1.0

🐞 Bug Fixes

build: migrate from Webpack to Rollup and fix not working in Node.js (6e193c9), closes #1

0.0.3

🐞 Bug Fixes

all: incorrect function overloads (8fd3c41)