Commit 9c7d30d
committed
v1.5.0 release
## [1.5.0] - 2025-10-21
### Added
- Add multilingual support for AsBuiltReport Core module
- `Initialize-LocalizedData` function to handle localization for both Core and Report modules
- `Resolve-Culture` function with comprehensive culture fallback chains for 135+ culture variants
- Localized user prompts and messages in `New-AsBuiltConfig` function. Support for all main languages.
- `ReportLanguage` parameter added to `New-AsBuiltReport` function with dynamic validation based on available languages in individual report modules
- Support for setting default language in report JSON configuration files using the `Report.Language` property
- Add PowerShell module dependency checking for report modules with `Get-RequiredModule` function
- Add `Draw-AsciiBanner` function to improve user interface in `New-AsBuiltConfig`
- Add `Write-ReportModuleInfo` function to provide information on report modules
- Add `SECURITY.md` and `CODE_OF_CODUCT.md` documentation
- Add `Stale.yml` GitHub workflow to manage GitHub issues
- Add `FUNDING.yml` to provide sponsorship links
- Improve error handling with comprehensive try-catch blocks and meaningful error messages
- Improve error handling for localized data import
- Add Pester tests and GitHub workflow
- Add Dependabot configuration for automated dependency updates
- Add Codecov integration for code coverage reporting
- Add comprehensive unit tests for all Private functions
### Changed
- Core module functions (`New-AsBuiltConfig`, `New-AsBuiltReport`, `New-AsBuiltReportConfig`) now default to user's OS language instead of hardcoded English
- Report modules default to 'en-US' when no other language is supported
- Update parameter validation to use ValidateScript blocks for dynamic language detection
- Update `AsBuiltReport.Core.Style.ps1` script to support language translation
- Enhanced error messages to include specific language and module information
- Improved progress messaging during report generation
- Update all y/n prompts in `New-AsBuiltConfig` to show defaults and handle empty input
- Renamed `MFA` parameter to `UseInteractiveAuth` (`MFA` alias retained for backwards compatibility)
- Update `README.md` and `CONTRIBUTING.md` documentation
- Update `LICENSE`
- Update GitHub Release action for new folder structures
- Update Stale workflow to mark issues stale after 60 days
# Removed
- Remove sample style scripts1 parent faddecf commit 9c7d30d
File tree
3 files changed
+13
-19
lines changed- AsBuiltReport.Core
- Src/Public
3 files changed
+13
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 8 | + | |
22 | 9 | | |
23 | 10 | | |
24 | 11 | | |
| |||
34 | 21 | | |
35 | 22 | | |
36 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
37 | 29 | | |
38 | 30 | | |
39 | 31 | | |
| |||
46 | 38 | | |
47 | 39 | | |
48 | 40 | | |
| 41 | + | |
| 42 | + | |
49 | 43 | | |
50 | 44 | | |
51 | 45 | | |
| |||
0 commit comments