We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b7b11 commit 471e599Copy full SHA for 471e599
fern/products/sdks/overview/typescript/changelog/2025-09-18.mdx
@@ -0,0 +1,10 @@
1
+## 3.0.0
2
+**`(feat):`** Change defaults configuration in _generators.yml_ to use pnpm package manager and vitest test framework.
3
+To avoid breaking changes, explicitly set the options above with the `Before` values in the `config` of your generator in _generators.yml_.
4
+
5
+| Option | Before | Now |
6
+|--------|--------|-----|
7
+| `packageManager` | `yarn` | `pnpm` |
8
+| `testFramework` | `jest` | `vitest` |
9
10
0 commit comments