Skip to content

Release questions/v0.1.1 - #23

Merged
figulusproject merged 2 commits into
mainfrom
release-questions/v0.1.1
Aug 15, 2026
Merged

Release questions/v0.1.1#23
figulusproject merged 2 commits into
mainfrom
release-questions/v0.1.1

Conversation

@figulusproject

@figulusproject figulusproject commented Aug 15, 2026

Copy link
Copy Markdown
Owner

[0.1.1] - 2026-08-15

Fixed

  • dist/index.js no longer statically re-exports clackRenderer, which pulled @clack/prompts into the entrypoint's module graph regardless of whether a caller ever used the default renderer, making it a hard runtime dependency despite being declared optional. The default renderer is still reachable through ask()'s own lazy fallback.
  • A task's run() now receives answers, the same object when() sees, holding every question's answer and every earlier task's result collected so far.
  • An empty text/password answer to a .default(x) question now resolves to x instead of undefined - the default is parsed through the schema rather than short-circuited past it.

@figulusproject
figulusproject merged commit 7d13e5f into main Aug 15, 2026
9 of 10 checks passed
@figulusproject
figulusproject deleted the release-questions/v0.1.1 branch August 15, 2026 14:14
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