Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.89.0
**`(feat):`** `fern generate` now accepts multiple `--api` flags. Previously, running
`fern generate --api api1 --api api2` failed because yargs collapsed the values into a single
comma-joined string that was then looked up as a workspace name. `--api` is now declared as an
array option, so each `--api <name>` value is parsed individually and the command generates for
the union of the specified API workspaces (de-duplicated).


## 4.88.0
**`(feat):`** `fern generate` now accepts multiple `--group` flags. Passing e.g.
`fern generate --group typescript --group java --group python` generates
Expand Down
Loading