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

feat(code-gen): promote experimental to stable #2559

Merged
merged 1 commit into from
May 6, 2023

Conversation

dirkdev98
Copy link
Member

@dirkdev98 dirkdev98 commented May 6, 2023

BREAKING CHANGE:

  • Removes support for old code-gen. Use the new target based code-gen instead. See the new docs and migration guide.
  • It is expected that future Compas release fully break structure compatibility with legacy clients, so make sure to migrate as soon as possible.
  • Update any @compas/code-gen/experimental import to @compas/code-gen

BREAKING CHANGE:
- Removes support for old code-gen. Use the new target based code-gen instead. See the new [docs](https://compasjs.com/generators/introduction.html) and [migration guide](https://compasjs.com/releases/code-gen-migration.html).
- It is expected that future Compas release fully break structure compatibility with legacy clients, so make sure to migrate as soon as possible.
@codecov
Copy link

codecov bot commented May 6, 2023

Codecov Report

Merging #2559 (1b23228) into main (df9e43e) will decrease coverage by 1.69%.
The diff coverage is 43.41%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2559      +/-   ##
==========================================
- Coverage   83.86%   82.18%   -1.69%     
==========================================
  Files         272      216      -56     
  Lines       49904    38724   -11180     
==========================================
- Hits        41853    31824   -10029     
+ Misses       8051     6900    -1151     

@dirkdev98 dirkdev98 merged commit 247aa0a into main May 6, 2023
@dirkdev98 dirkdev98 deleted the chore/drop-legacy-code0-gen branch May 6, 2023 09:44
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