Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
191 lines (156 loc) · 10.1 KB

File metadata and controls

191 lines (156 loc) · 10.1 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

Changelog

2.2.9.106 (September 10th, 2020)

  • New: Convert-PSMDMessage - Converts a file's use of PSFramework messages to strings.
  • Fix: Export-PSMDString - Failed with splatting detection

2.2.8.104 (July 26th, 2020)

  • Fix: Various bugs in the new functions

2.2.8.103 (July 24th, 2020)

  • New: Publish-PSMDScriptFile - Packages a script with all dependencies and "publishes" it as a zip package.
  • New: Get-PSMDFileCommand - Parses a scriptfile and returns the contained/used commands.
  • New: Set-PSMDStagingRepository - Define the repository to use for deploying modules along with scripts.
  • New: Publish-PSMDStagedModule - Publish a module to your staging repository.
  • Fix: Export-PSMDString - Random failure to execute (thanks @AndiBellstedt !)

2.2.7.98 (May 30th, 2020)

  • Upd: Template PSFTest - Pester v5 compatibility
  • Upd: Template PSFModule - Pester v5 compatibility
  • Upd: Template PSFProject - Pester v5 compatibility
  • Upd: Template PSFProject - Simplified module import workflow
  • Upd: Template PSFProject - Improved build process cross-agent convenience
  • Upd: Template PSFProject - Prerequisites task automatically detects module dependencies
  • Upd: Template PSFProject - Prerequisites task can be configured to work with any registered repository
  • Upd: Export-PSMDString - Now also detects splatted localization strings (thanks @StevePlp ; #117)

2.2.7.90 (September 1st, 2019)

  • New: Export-PSMDString - Parses strings from modules using the PSFramework localization feature.
  • Upd: Measure-PSMDCommand - Renamed from Measure-PSMDCommandEx, performance upgrades, adding option for comparing multiple test sets.
  • Upd: Refactored and updated the ModuleDebug component
  • Upd: Renamed Get-PSMDHelpEx to Get-PSMDHelp
  • Upd: Template PSFProject - Adding -IncludAZ switch parameter to vsts-packageFunction.ps1, making the template include the AZ module as managed dependency.
  • Upd: Template PSFProject - yaml file for AzDev PR validation pipeline
  • Upd: Refactored module structure to comply with current Fred Reference Architecture
  • Upd: Template PSFTests - Added localization string tests
  • Upd: Remove-PSMDTemplate - Refactored and updated messaging / ShouldProcess implementation
  • Upd: Find-PSMDFileContent - Updated extension filtering to be configurable and include .cs files by default.
  • Upd: Get-PSMDArgumentCompleter - Refactoring and minor performance improvement
  • Upd: Restart-PSMDShell - Will restart same application as current process, enabling it to restart on core versions
  • Fix: Template PSFProject - Publish Folder created during build is created using -Force
  • Fix: Template PSFProject - Cleaning up Azure Function conversion
  • Fix: Template PSFTests - Encoding test no longer fails on core (#104)
  • Fix: Template PSFTests - Referenced DLLs from GAC will fail as path cannot be found (#100)
  • Fix: Template Module - RootModule | 3-element version | Module Import from UNC path
  • Fix: Template-System - Bad default template store path on linux or mac. (#106)

2.2.6.72 (May 27th, 2019)

  • New: Template AzureFunction - Creates a basic azure function scaffold
  • New: Template AzureFunctionTimer - Creates a timer triggered Azure Function
  • Upd: Template AzureFunctionRest - Redesigned to only spawn a function rest endpoint to insert into the base AzureFunction template.
  • Upd: Template PSFProject - Improved Azure Functions creation experience, added client module support.

2.2.6.68 (May 3rd, 2019)

  • Upd: Template PSFProject - Improved Azure Functions creation experience

2.2.6.67 (May 2nd, 2019)

  • Upd: Invoke-PSMDTemplate adding tab completion
  • Fix: Invoke-PSMDTemplate fails to create templates

2.2.6.65 (May 2nd, 2019)

  • New: Template: AzureFunctionRest - creates an azure function designed for rest API trigger.
  • Upd: Template: PSFProject added Azure Functions Project CI/CD integration.
  • Upd: Invoke-PSMDTemplate supports -Encoding parameter, defaulting to utf8 with BOM.

2.2.6.62 (April 30th, 2019)

  • New: Get-PSMDArgumentCompleter - Lists registered argument completers on PS5+
  • New: Template: PSFLoggingProvider - Creates a custom logfile logging provider for module specific logging.
  • Upd: Template: PSFTest - Adding test against module tags with whitespace
  • Upd: Get-PSMDConstructor - Added -NonPublic parameter to show hidden constructors.
  • Upd: Template: PSFModule - Improved import speed.
  • Upd: Template: PSFProject - Add parameter -LocalRepo
  • Upd: Template: PSFProject - Add parameter -AutoVersion
  • Fix: New-PSMDModuleNugetPackage - Resolving input path.
  • Fix: New-PSMDModuleNugetPackage - Reregistering temp export repository if accidentally not cleaned up.
  • Fix: Template: PSFModule - Fixed format xml closing tag
  • Fix: Template: PSFModule - Fixed import from network share.

2.2.6.51 (January 29th, 2019)

  • New: Format-PSMDParameter - updates legacy parameter notation
  • New: Measure-PSMDLinesOfCode - Measures the lines of code in a scriptfile.
  • New: Search-PSMDPropertyValue - search objects for values in properties
  • Upd: Template PSFTest - adding WMI commands to list of forbidden commands
  • Upd: Template PSFModule - adding changelog
  • Upd: Template PSFModule - adding strings for localization
  • Upd: Template PSFModule - adding scriptblocks
  • Upd: Template PSFProject - updated build txt files to include new module content
  • Fix: Template PSMTest - replacing all -Filter calls on Get-ChildItem
  • Fix: New-PSMDTemplate records binary files as text files

2.2.5.41 (December 18th, 2018)

  • Fix: Get-PSMDMember - dropping the unintentional bool return

2.2.5.40 (December 17th, 2018)

  • New: Command Show-PSMDSyntax, used to show the parameter syntax with proper highlighting
  • New: Command Get-PSMDMember, used to show the members in a more organic and useful way
  • Fix: Template PSFProject build step was broken

2.2.5.37 ( October 20th, 2018)

  • Upd: Set-PSMDModulePath - add -Module parameter to persist the setting
  • Upd: Set-PSMDModulePath - add -Register parameter for integrated persistence
  • Upd: Set-PSMDEncoding - use PSFEncoding parameter class & tabcompletion
  • Upd: Template PSFProject - build directly into psm1
  • Upd: Template PSFProject, PSFModule - automatically read version in psm1 from psd1, rather than requiring explicit maintenance.
  • Fix: Template PSFTest - use category exclusions

2.2.5.31 (September 29th, 2018)

  • Fix: Template PSFProject dependencies installed correctly

2.2.5.30 (September 12th, 2018)

  • Upd: Template integrated NUnit Test Reporting
  • Upd: Template support for compiled module files

2.2.5.28 (September 08th, 2018)

  • Fix: Template CommandTest would throw an exception due to missing quotes on a string index

2.2.5.27 (September 08th, 2018)

  • Fix: Fixes in the build task

2.2.5.26 (September 08th, 2018)

  • New: Command Read-PSMDScript (Alias: parse)
  • New: Command Set-PSMDEncoding
  • New: Template PSFTests - Default module tests
  • New: Template CommandTest - A tempalte that generate a test from an already existing command.
  • Upd: Template PSFModule - some fixes
  • Upd: Template PSFProject - some fixes and improvements to the installer
  • Fix: Template function - encoding error
  • Fix: New-PSMDTemplate - now properly selects scriptblocks across multiple lines

2.2.4.18 (May 04rd, 2018)

  • Upd: New-PSMDFormatTableDefinition - Update to add parameters -IncludePropertyAttribute and -ExcludePropertyAttribute

2.2.3.17 (May 04rd, 2018)

  • Upd: New-PSMDFormatTableDefinition - Major redesign, extensive additional functionality (#29)
  • Upd: Find-PSMDType - add -Attribute parameter to filter by class attributes (#27)
  • Fix: Find-PSMDType - suppress error that gets thrown on empty assemblies.
  • Fix: New-PSMDFormatTableDefinition - Broken closing <Configuration> tag (#28)

2.2.1.12 (March 08th, 2018)

  • Added out-of-the box templates
  • fix: Verious bugfixes around the template system

2.2.1.11 (March 06th, 2018)

  • new: Alias imt --> Invoke-PSMDTemplate
  • Upd: Added TabCompletion to *-PSMDTemplate commands

2.2.0.10 (March 06th, 2018)

  • new: Command New-PSMDTemplate
  • new: Command Get-PSMDTemplate
  • new: Command Invoke-PSMDTemplate
  • new: Command Remove-PSMDTemplate

2.1.1.3 (February 06th, 2018)

  • new: Command New-PSMDModuleNugetPackage - A command that takes a module and writes it to a Nuget package.
  • Upd: Increased PSFramework required version to 0.9.9.19

2.1.0.1 (January 24th, 2018)

  • new: Included suite of tests, in order to provide a more reliable user experience.
  • new: Command New-PSMDDotNetProject - A wrapper around dotnet.exe

2.0.0.0 (December 18th, 2017)

  • Breaking change: Renamed all commands to include the PSMD prefix
  • New function: Find-PSMDFileContent (alias: find), to swiftly search in your current project
  • New function: New-PSMDHeader, to create headers for documentation
  • New function: Set-PSMDModulePath, to define the project currently being worked on
  • Suite of new functions that refactor a project:
Rename-PSMDParameter: Renames a parameter, then updates the function's internal use, then updates the parameter usage across the entire module.
Set-PSMDCmdletBinding: Inserts a CmdletBinding-Attribute into all functions that need one
Set-PSMDParameterHelp: Globally updates parameter help for all commands that share a parameter across the project
Split-PSMDScriptFile: Exports all functions in a file and creates new files, one per function, named after the function
  • New function: New-PSMDFormatTableDefinition, creates format xml for input types that will present it by default as a table
  • New function: Expand-PSMDTypeName, returns a list of all type-names an object has (by default, the entire inheritance chain)
  • New function: Find-PSMDType, search currently imported assemblies for types
  • New function: Get-PSMDAssembly, return the currently imported assemblies
  • New function: Get-PSMDConstructor, return the constructor definitions for a type or the type of an input object

1.3.0.0 (October 19th, 2016):

  • New function: Measure-CommandEx
  • Renamed function: Get-ExHelp --> Get-HelpEx
  • New Alias: Get-ExHelp --> Get-HelpEx
  • New Alias: hex --> Get-HelpEx

1.2.0.0 (August 15th, 2016):

  • New function: Get-ExHelp
Morty Proxy This is a proxified and sanitized view of the page, visit original site.