Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bc #7

Merged
merged 3 commits into from
Jan 21, 2025
Merged

Bc #7

merged 3 commits into from
Jan 21, 2025

Conversation

IKatsuba
Copy link
Owner

No description provided.

BREAKING CHANGE: all functions now have a single argument with an optional pattern
Before:
```ts
getClasses('**/*.ts', {name: 'Klass'});
```
After:
```ts
getClasses({name: 'Klass'});
```
BREAKING CHANGE: bump ts-morph to 25.0.0
BREAKING CHANGE: bump Nx to 20
@IKatsuba IKatsuba merged commit 02aea11 into main Jan 21, 2025
@IKatsuba IKatsuba mentioned this pull request Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant