Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PowershellFrameworkCollective/PSModuleDevelopment
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development
Choose a base ref
...
head repository: trondr/PSModuleDevelopment
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 2, 2021

  1. Add support for context aware configuration parameters when invoking …

    …a template. Each sub folder in a folder structure can override default values set further up.
    trondr committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    ba3dc51 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Implement function that adds a F# source file to a F# project. This e…

    …nables invoking F# source file templates into parent F# project.
    trondr committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    fcdee67 View commit details
    Browse the repository at this point in the history
  2. Implement function finding neares F# project in current directory or …

    …parent directories: Find-PsmdFsProject
    trondr committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    3828a70 View commit details
    Browse the repository at this point in the history
  3. Implement support for adding F# source files to nearest F# project wh…

    …en invoking a F# source file template.
    trondr committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    1c750e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6325cf8 View commit details
    Browse the repository at this point in the history
  5. Update Invoke-PSMDTemplate.ps1

    Fix issue with PSMDConfig.ps1 on root of disk not being processed.
    trondr authored Oct 3, 2021
    Configuration menu
    Copy the full SHA
    8f33a95 View commit details
    Browse the repository at this point in the history
Loading