You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(#161): enforce single top-level function in src/public files (#166)
* feat(#161): enforce single top-level function in src/public files
- Stop build-driven workflows when a src/public file contains zero or multiple top-level functions to prevent accidental public API leaks.
- Introduce -OverrideWarning option to allow intentional bypass of this guard during builds, tests, packaging, and releases.
- Update documentation to reflect new behavior and usage of -OverrideWarning.
* feat(#161): add tests for Nova release functions and improve parameter handling
- Implement Get-NovaReleaseBoundValueOrDefault function for default value retrieval
- Add Test-NovaReleaseBoundSwitch function for switch parameter validation
- Enhance existing Get-NovaReleaseRequest function with improved parameter handling
- Add test for Get-NovaPackageWorkflowModulePath function
0 commit comments