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: microsoft/PowerShell-FeatureFlags
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.0
Choose a base ref
...
head repository: microsoft/PowerShell-FeatureFlags
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.1
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 24, 2022

  1. Bump Newtonsoft.json from 13.0.1 to 13.0.2 (#49)

    Bumps [Newtonsoft.json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
    - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
    - [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: Newtonsoft.json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    74a4794 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Bump Newtonsoft.json from 13.0.2 to 13.0.3 (#50)

    Bumps [Newtonsoft.json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.2 to 13.0.3.
    - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
    - [Commits](JamesNK/Newtonsoft.Json@13.0.2...13.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: Newtonsoft.json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    52fa78b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Bump NJsonSchema from 9.13.19 to 9.14.1 (#52)

    Bumps [NJsonSchema](https://github.com/rsuter/NJsonSchema) from 9.13.19 to 9.14.1.
    - [Release notes](https://github.com/rsuter/NJsonSchema/releases)
    - [Commits](https://github.com/rsuter/NJsonSchema/commits)
    
    ---
    updated-dependencies:
    - dependency-name: NJsonSchema
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2023
    Configuration menu
    Copy the full SHA
    64ff1f8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Add codespace config (#54)

    This sets up codespaces with Powershell support.
    lupino3 authored May 10, 2023
    Configuration menu
    Copy the full SHA
    21a73d8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Add CmdletBinding attribute to all cmdlets (#55)

    This will allow, among other things, propagation of the ErrorAction
    parameter, and correctly inhibit output when needed.
    
    This behavior is tested in a new test for Get-FeatureFlagConfigFromFile.
    
    Fixes Lack of CmdletBinding prevents ErrorAction from propagating #53
    lupino3 authored May 11, 2023
    Configuration menu
    Copy the full SHA
    bc7b139 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    2f5550f View commit details
    Browse the repository at this point in the history
Loading