breaking changes:
- rename type
CallBackForPropertyAccess
toNameSelector
. - rename function
separatedPathOf
topathOf
. - rename function
pathOf
topathStringOf
. - remove functions
unstable_namesOf
,unstable_pathsOf
andunstable_separatedPathsOf
- remove UMD build.
features:
- add functions
namesOf
,pathStringsOf
andPathsOf
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
andunstable_separatedPathsOf
build: migrate from Webpack to Rollup and fix not working in Node.js (6e193c9), closes #1
all: incorrect function overloads (8fd3c41)