-
-
Notifications
You must be signed in to change notification settings - Fork 101
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!: Allow non-optional generation of params with optionalNullParams #582
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Fixed!: the correct command to run the test suite is
|
Hi @adelsz - is there any chance of getting this merged into mainline? Is there anything you'd like me to do? Cheers! |
5256b2e
to
c7996b3
Compare
Hi @adelsz , I've resolved any test failures in this branch. Cheers! Update 17 Mar - rebased to fix conflicts. |
This feature allows specifying whether nullable params should be generated as optional via the config. The default behaviour stays the same, so this feature is backwards compatible.
c7996b3
to
a10d1ff
Compare
This feature allows specifying whether nullable params should be generated as optional via the config.
The default behaviour stays the same, so this feature is backwards compatible.
Addresses #556