Skip to content

Commit

Permalink
Merge branch 'release/v0.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Aug 29, 2023
2 parents 4492d23 + 5b05422 commit 0321c21
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 51 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## TypeScript `nameof` [Unreleased]

[Show differences](https://github.com/typescript-nameof/nameof/compare/v0.0.1...dev)
[Show differences](https://github.com/typescript-nameof/nameof/compare/v0.0.2...dev)

## TypeScript `nameof` v0.0.2
### Fixed
- Type declaration collision by removing unnecessary dependency
- Typos in the `README` files

[Show differences](https://github.com/typescript-nameof/nameof/compare/v0.0.1...v0.0.2)

## TypeScript `nameof` v0.0.1
This is it! Words cannot describe how happy I am to be finally done rewriting the infamous, great `ts-nameof` project!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Following ecosystems have been tested and are proven to work:

The `@typescript-nameof/nameof` package also exposes functions for programmatically replacing `nameof` calls both in code snippets and in files.

To find out more on how to set up TypeScript `nameof`, please head to the [Setup](#setup) section.
To find out more on how to set up TypeScript `nameof`, please head to the [Compiler Setup](#compiler-setup) section.

## Features
- **Easy Compiler Integration:** The `@typescript-nameof/nameof` package provides support for a wide variety of ecosystems out of the box.
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/babel",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"description": "Allows the use of `nameof()` calls in babel projects.",
"author": "Manuel Thalmann <[email protected]>",
Expand Down Expand Up @@ -45,8 +45,8 @@
"@babel/generator": "^7.22.10",
"@types/babel__core": "^7.20.1",
"@types/babel-plugin-macros": "^3.1.0",
"@typescript-nameof/common": "^0.0.1",
"@typescript-nameof/common-types": "^0.0.1"
"@typescript-nameof/common": "^0.0.2",
"@typescript-nameof/common-types": "^0.0.2"
},
"devDependencies": {
"@babel/core": "^7.22.11",
Expand All @@ -56,7 +56,7 @@
"@types/babel__generator": "^7.6.4",
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.1",
"@typescript-nameof/test": "^0.0.1",
"@typescript-nameof/test": "^0.0.2",
"babel-plugin-macros": "^3.1.0",
"copyfiles": "^2.4.1",
"fs-extra": "^11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/common-types",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"description": "Provides Common Types for TypeScript `nameof` Packages.",
"author": "Manuel Thalmann <[email protected]>",
Expand Down
14 changes: 6 additions & 8 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/common",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"description": "Provides Core Functionalities for TypeScript `nameof` Packages.",
"author": "Manuel Thalmann <[email protected]>",
Expand Down Expand Up @@ -29,17 +29,15 @@
"prepack": "copyfiles ../../{CHANGELOG.md,LICENSE} -u 2 . && npm run --prefix ../.. build",
"test": "mocha"
},
"dependencies": {
"@types/mocha": "^10.0.1",
"ts-nameof-proxy": "^0.1.14514"
},
"devDependencies": {
"@types/lodash.clonedeep": "^4.5.7",
"@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.16",
"@typescript-nameof/nameof": "^0.0.1",
"@typescript-nameof/test": "^0.0.1",
"@typescript-nameof/nameof": "^0.0.2",
"@typescript-nameof/test": "^0.0.2",
"copyfiles": "^2.4.1",
"lodash.clonedeep": "^4.5.0",
"sinon": "^15.2.0"
"sinon": "^15.2.0",
"ts-nameof-proxy": "^0.1.14514"
}
}
2 changes: 1 addition & 1 deletion packages/nameof/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Allows the use of `nameof()` calls in TypeScript projects.

This package provides support or `nameof()` calls for `ts-patch`, `ts-jest`, `ts-loader`, `ttypescript` and every ecosystem which supports TypeScript `TransformerFactory`s.
This package provides support for `nameof()` calls for `ts-patch`, `ts-jest`, `ts-loader`, `ttypescript` and every ecosystem which supports TypeScript `TransformerFactory`s.

`nameof()` calls enable you to access the names of variables, properties and types:

Expand Down
6 changes: 3 additions & 3 deletions packages/nameof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/nameof",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"description": "Allows the use of `nameof()` calls in TypeScript projects.",
"author": "Manuel Thalmann <[email protected]>",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "tsd && mocha"
},
"dependencies": {
"@typescript-nameof/common": "^0.0.1",
"@typescript-nameof/common": "^0.0.2",
"fs-extra": "^11.1.1",
"globby": "^13.2.2",
"ts-patch": "^3.0.2"
Expand All @@ -48,7 +48,7 @@
"@tsd/typescript": "npm:nop@^1.0.0",
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.1",
"@typescript-nameof/test": "^0.0.1",
"@typescript-nameof/test": "^0.0.2",
"copyfiles": "^2.4.1",
"ts-jest": "^29.1.1",
"ts-morph": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/playground",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"private": true,
"description": "A project for testing the functionality of the `nameof` plugin.",
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/test",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"private": true,
"description": "Provides common components for testing `nameof` transformers and plugins.",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@types/mocha": "^10.0.1",
"@typescript-nameof/common": "^0.0.1",
"@typescript-nameof/common": "^0.0.2",
"sinon": "^15.2.0",
"ts-morph": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ttypescript-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/types",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"description": "Provides type declarations for the use of the TypeScript `nameof` project.",
"author": "Manuel Thalmann <[email protected]>",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "tsd"
},
"dependencies": {
"@typescript-nameof/common-types": "^0.0.1"
"@typescript-nameof/common-types": "^0.0.2"
},
"devDependencies": {
"copyfiles": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {},
"dependencies": {
Expand Down

0 comments on commit 0321c21

Please sign in to comment.