Skip to content

Releases: p-toy-factory/ts-nameof-proxy

v1.0.1

17 Sep 10:26
b80aad8
Compare
Choose a tag to compare

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

v0.1.14514

09 Apr 09:55
Compare
Choose a tag to compare

breaking changes:

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

features:

  • add type NameSelector (instead of type CallBackForPropertyAccess)
  • add functions unstable_namesOf, unstable_pathsOf and unstable_separatedPathsOf

v0.1.0

21 Feb 17:26
Compare
Choose a tag to compare

🐞 Bug Fixes

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

v0.0.3

30 Jul 06:08
Compare
Choose a tag to compare

🐞 Bug Fixes

all: incorrect function overloads (8fd3c41)

v0.0.2

30 Jul 05:21
Compare
Choose a tag to compare
chore: release v0.0.2