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: bfabio/publiccode-parser-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: bfabio/publiccode-parser-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 8 commits
  • 11 files changed
  • 4 contributors

Commits on Oct 22, 2025

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

Commits on Nov 2, 2025

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

Commits on Nov 20, 2025

  1. chore(deps): bump golang.org/x/crypto (#29)

    Bumps the go_modules group with 1 update in the /go-src directory: [golang.org/x/crypto](https://github.com/golang/crypto).
    
    
    Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0
    - [Commits](golang/crypto@v0.36.0...v0.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.45.0
      dependency-type: indirect
      dependency-group: go_modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    d030d1a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Configuration menu
    Copy the full SHA
    ef42856 View commit details
    Browse the repository at this point in the history
  2. feat: add setDisableExternalChecks() and areExternalChecksDisabled() (#…

    …31)
    
    Add ParserConfig::setDisableExternalChecks() and
    ParserConfig::areExternalChecksDisabled().
    
    ParserConfig::setDisableExternalChecks(true) also implies
    ParserConfig::setDisableNetwork(true).
    bfabio authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    7de21f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    792e96f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. chore(deps): bump actions/checkout from 5 to 6 (#33)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    be38f55 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. chore(deps): bump github.com/italia/publiccode-parser-go/v5 in /go-src (

    #34)
    
    Bumps [github.com/italia/publiccode-parser-go/v5](https://github.com/italia/publiccode-parser-go) from 5.2.2 to 5.2.3.
    - [Release notes](https://github.com/italia/publiccode-parser-go/releases)
    - [Commits](italia/publiccode-parser-go@v5.2.2...v5.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/italia/publiccode-parser-go/v5
      dependency-version: 5.2.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Fix #25.
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    3b183c3 View commit details
    Browse the repository at this point in the history
Loading