|
2 | 2 |
|
3 | 3 | Project Site: [https://github.com/zloeber/ModuleBuild](https://github.com/zloeber/ModuleBuild)
|
4 | 4 |
|
5 |
| -## Version 0.3.0 |
| 5 | +## Version 0.2.3 |
| 6 | +- Added ability to pull in some basic information about an existing module manifest files when running initialize-modulebuild. |
| 7 | +- Fixed ReadTheDocs generation issues by updating the template to include build\docs\ReadTheDocs in the initialization process. |
| 8 | +- Eliminated any customization requirements within the modulename.build.ps1 script to help pave the way for easier modulebuild upgrades to projects. |
| 9 | +- Removed some superfluous code in the base build environment script around the RequiredModules variable. |
| 10 | +## Version 0.2.2 |
| 11 | +- Updated vscode tasks.json to fix depreciated syntax. |
| 12 | +- Fixed `-Force` switch processing on Add-PublicFunction to still create the function if the provided name is detected as plural. |
| 13 | +- Fixed [cleanup script modulebuild execution issue](https://github.com/zloeber/ModuleBuild/issues/5) by separating out the postbuildtask into its own Invoke-Build code block (I had done this a while ago and never rolled up the changes into the Plaster template). |
| 14 | +- Fixed a glaring issue with the PlatyPS output where any Guids were 00000000-0000-0000-0000-000000000000 instead of the actual module manifest Guid [reported via issue #6](https://github.com/zloeber/ModuleBuild/issues/6). This happens because we build the module help from the psm1 load of the module in memory, not the psd1 file as that psd1 manifest gets recreated at build time with the appropriate exported functions and such. Basically a chicken/egg scenario. For now we just manually replace the output markdown files with the correct Guid before moving on to the help file packaging. |
| 15 | + |
| 16 | +## Version 0.2.1 |
| 17 | +- Merged pull request #3 to resolve initialization issues for new modules in directories with spaces in their path. |
| 18 | +- Added additional github integration (via .github folder creation with pull and issue template markdown files) |
| 19 | +- Fixed improper spelling of 'license' in license creation templating. |
| 20 | + |
| 21 | +## Version 0.1.10 |
| 22 | +- Fixed the -AddCBH build task. |
| 23 | +- Fixed the missing documentation platyps output to show the actual found line that indicates missing CBH. |
| 24 | + |
| 25 | +## Version 0.1.9 |
| 26 | +- Removed plaster option to choose to combine the module source at build time (and simply made that behavior the default that can be changed later via Set-MBTBuildEnvironment -OptionCombineFiles $false) |
| 27 | +- Added option to run a code health report (via PSCodeHealth) against your public and private function directories prior to starting the build |
| 28 | +- Added 'Module plugin' capability. This adds base functionality to the module project itself. The first included module plugin is the nlogmodule logging functionality. |
| 29 | + |
| 30 | +## Version 0.1.6 |
| 31 | +- Added New-PublicFunction to module along with a template folder and basic function template to start with. Any src\templates\\\<template_name\>.tem file is able to be used for this new feature and any build environment variable surrounded by double percentage symbols will be automatically replaced (ie. %%ModuleName%%). |
| 32 | +- Fixed ReadTheDocs yml creation issue with the licensing link. |
| 33 | + |
| 34 | +## Version 0.1.5 |
| 35 | +- Fixed awful .gitignore settings included in the default scaffolding |
| 36 | +- Fixed documentation links to be self-referencing |
| 37 | +- Removed AdditionalModulePaths from initial plaster manifest (can just set this with Set-MBTBuildEnvironment after creation) |
| 38 | + |
| 39 | +## Version 0.1.4 |
| 40 | +- Fixed invalid mkdocs.yml license link reference |
| 41 | +- Fixed invalid reference to acknowledgements folder in plaster manifest (thanks Roberto Desideri!) |
| 42 | + |
| 43 | +## Version 0.1.3 |
| 44 | +- Fixes to mkdocs.yml formatting |
| 45 | +- Fixed temp build directory exclusion in .gitignore file |
| 46 | + |
| 47 | +## Version 0.1.2 |
| 48 | +- Updated vs code task names |
| 49 | +- Fixed an issue with a null build environment variable causing dynamic parameters in Set-MBTBuildEnvironment to fail |
| 50 | +- Several small scaffolding clean ups. |
| 51 | + |
| 52 | +## Version 0.1.1 |
| 53 | +- Removed prompts for the nuget api key when running initialize-modulebuild. |
| 54 | +- Initialize-ModuleBuild now automatically runs the build environment powershell script for the first time to create the modulebuild json settings file. |
| 55 | +- More documentation. |
| 56 | +- Fixed some minor scaffolding creation issues. |
| 57 | +- Added a 'ForceInstallModule' setting to eliminate build prompt when running the install and test module build tasks when the module is already installed. |
| 58 | +- Fixed VS Code tasks. |
| 59 | +- Added additional VS Code tasks when pressing ctrl+shift+B. |
| 60 | +- Added two new public functions for importing public/private functions from existing modules to a modulebuild project. |
| 61 | +- Added setting 'OptionUpdateVersionAfterPublishing' to ensure that this gets done after publishing to the gallery. |
| 62 | +- Fixed initial sensitive term settings generation to work on non-domain joined machines. |
| 63 | + |
| 64 | +## Version 0.0.6 |
| 65 | +- Changed all template files from .ps1 or psm1 to .template and changed the plaster manifest accordingly |
| 66 | +- Change all .<filename> files to remove the period so uploads to the gallery will work properly |
| 67 | +- Combined the UpdateRelease and NewVersion tasks and made both promptable |
| 68 | +- Fixed git version tag issue with the build script for the plaster manifest file. |
| 69 | +- Removed options to prompt for different folder names (like public/private/other/temp) and updated all template files and plaster manifest file accordinly. |
| 70 | + |
| 71 | +## Version 0.0.5 |
| 72 | +- fixes to plaster template creation |
| 73 | + |
| 74 | +## Version 0.0.4 |
| 75 | +- fixes to psgallery upload |
| 76 | + |
| 77 | +## Version 0.0.3 |
| 78 | +- Eliminated all '-Before' and '-After' in task definitions |
| 79 | +- Added 'Write-Description' helper function and converted all write-build lines to use it instead (for a quick indented output that is easier on the eyes) |
| 80 | +- Eliminated a large number of global variables in favor of simply redefining them in local tasks when required |
| 81 | +- Setup readthedocs.net yml file generation to fail with warning if the file already exists. |
| 82 | +- Fixed the version check to automatically fail if the build you are running already exists in the powershell gallery. |
| 83 | +- Applied the -force flag to several tasks where it made sense to do so (need to manually build with Invoke-Build and the -force parameter to use) |
| 84 | +- Fixed up Visual Studio Code tasks.json settings |
| 85 | +- Added a prebuild folder for processing dependant/separate scripts prior to starting your build |
| 86 | +- Updated much of the documentation. |
| 87 | + |
| 88 | +## Version 0.0.2 |
| 89 | +- Structural changes |
| 90 | + |
| 91 | +## Version 0.0.1 |
6 | 92 | - Initial release
|
0 commit comments