Skip to content

Commit

Permalink
chore: release v0.1.14514
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkChampagne17 committed Apr 9, 2023
1 parent b369cfa commit 6c3a6eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6c3a6eb

Please sign in to comment.