Skip to content

v1.2.2

Latest
Compare
Choose a tag to compare
@santisq santisq released this 24 Jan 21:15
c972bf5

What's Changed

  • Lot of refactoring done to the cmdlet to improve responsiveness and efficiency.

  • The cmdlet now throws when passing a function that could not be found in the user's scope.

    PS ..\> Invoke-Parallel { } -Function NotExist
    Invoke-Parallel: The function with name 'NotExist' could not be found.

Full Changelog: v1.2.1...v1.2.2