From 6c3a6ebbb16681941ba652a84920ea01d60d1dfa Mon Sep 17 00:00:00 2001 From: Pink Champagne <45930107+PinkChampagne17@users.noreply.github.com> Date: Sun, 9 Apr 2023 17:47:27 +0800 Subject: [PATCH] chore: release v0.1.14514 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c85f09..6654929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 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 diff --git a/package.json b/package.json index 1599073..a799ace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-nameof-proxy", - "version": "0.1.0", + "version": "0.1.14514", "description": "`nameof` in TypeScript, no compiler required. Implemented using proxy with some limitations.", "keywords": [ "nameof",