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: arduino/go-properties-orderedmap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: arduino/go-properties-orderedmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.1
Choose a head ref
  • 12 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    03d5684 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from arduino/update_workflow

    Update `check-taskfile` workflow
    cmaglie authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a4bd95c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Bump actions/setup-node from 3 to 4

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    70c55c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from arduino/dependabot/github_actions/actions…

    …/setup-node-4
    
    Bump actions/setup-node from 3 to 4
    per1234 authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f82b470 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Bump actions/setup-go from 4 to 5

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    611a09a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from arduino/dependabot/github_actions/actions…

    …/setup-go-5
    
    Bump actions/setup-go from 4 to 5
    per1234 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9a6d6c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Bump arduino/setup-task from 1 to 2

    Bumps [arduino/setup-task](https://github.com/arduino/setup-task) from 1 to 2.
    - [Release notes](https://github.com/arduino/setup-task/releases)
    - [Commits](arduino/setup-task@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: arduino/setup-task
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f260d7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from arduino/dependabot/github_actions/arduino…

    …/setup-task-2
    
    Bump arduino/setup-task from 1 to 2
    cmaglie authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    12c71c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Bump xt0rted/markdownlint-problem-matcher from 2 to 3

    Bumps [xt0rted/markdownlint-problem-matcher](https://github.com/xt0rted/markdownlint-problem-matcher) from 2 to 3.
    - [Release notes](https://github.com/xt0rted/markdownlint-problem-matcher/releases)
    - [Changelog](https://github.com/xt0rted/markdownlint-problem-matcher/blob/main/CHANGELOG.md)
    - [Commits](xt0rted/markdownlint-problem-matcher@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: xt0rted/markdownlint-problem-matcher
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    69cb83e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Merge pull request #40 from arduino/dependabot/github_actions/xt0rted…

    …/markdownlint-problem-matcher-3
    
    Bump xt0rted/markdownlint-problem-matcher from 2 to 3
    per1234 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    366d4ff View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. SplitQuotedString always returns a result

    If the function finds an opening quote character and does not find the
    closing quote character, it will return an error.
    
    Previously, in case of error, the returned split array was always empty.
    
    Now, in any case, the function will return the split array up to the
    point where the error occurred.
    cmaglie committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9ea886b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Merge pull request #42 from arduino/improve_split

    Make `SplitQuotedString` always returns a result
    cmaglie authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3bde8d7 View commit details
    Browse the repository at this point in the history
Loading