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: toon-format/toon-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: toon-format/toon-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.2
Choose a head ref
  • 19 commits
  • 11 files changed
  • 3 contributors

Commits on Oct 31, 2025

  1. Create dependabot.yml

    jenspapenhagen authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    b6b8d10 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. Configuration menu
    Copy the full SHA
    c225981 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from jenspapenhagen/patch-1

    Create dependabot.yml
    felipestanzani authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    23dda2d View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    cdcc8c8 View commit details
    Browse the repository at this point in the history
  4. Bump softprops/action-gh-release from 1 to 2

    Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
    - [Release notes](https://github.com/softprops/action-gh-release/releases)
    - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
    - [Commits](softprops/action-gh-release@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: softprops/action-gh-release
      dependency-version: '2'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    d08aa0d View commit details
    Browse the repository at this point in the history
  5. Bump actions/upload-artifact from 4 to 5

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    cfd4ded View commit details
    Browse the repository at this point in the history
  6. Bump org.junit:junit-bom from 5.10.0 to 6.0.1

    Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.10.0 to 6.0.1.
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - [Commits](junit-team/junit-framework@r5.10.0...r6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    02e68bb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7 from felipestanzani/dependabot/github_actions/a…

    …ctions/checkout-5
    
    Bump actions/checkout from 4 to 5
    felipestanzani authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    986eb72 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #8 from felipestanzani/dependabot/github_actions/s…

    …oftprops/action-gh-release-2
    
    Bump softprops/action-gh-release from 1 to 2
    felipestanzani authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    524c207 View commit details
    Browse the repository at this point in the history
  9. Bump actions/setup-java from 4 to 5

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    8b72fe8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9 from felipestanzani/dependabot/github_actions/a…

    …ctions/upload-artifact-5
    
    Bump actions/upload-artifact from 4 to 5
    felipestanzani authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    8d468ee View commit details
    Browse the repository at this point in the history
  11. Merge pull request #10 from felipestanzani/dependabot/gradle/org.juni…

    …t-junit-bom-6.0.1
    
    Bump org.junit:junit-bom from 5.10.0 to 6.0.1
    felipestanzani authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    eee6df4 View commit details
    Browse the repository at this point in the history
  12. Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.20.1

    Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.2 to 2.20.1.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.20.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    00a4ccf View commit details
    Browse the repository at this point in the history
  13. Merge pull request #11 from felipestanzani/dependabot/gradle/com.fast…

    …erxml.jackson.core-jackson-databind-2.20.1
    
    Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.20.1
    felipestanzani authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    4a67bfa View commit details
    Browse the repository at this point in the history
  14. Merge pull request #12 from felipestanzani/dependabot/github_actions/…

    …actions/setup-java-5
    
    Bump actions/setup-java from 4 to 5
    felipestanzani authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    ee4a87f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Configuration menu
    Copy the full SHA
    b4467b5 View commit details
    Browse the repository at this point in the history
  2. Update Java version references from 21 to 17 in documentation and cod…

    …e comments; refactor JsonNormalizer to replace switch expressions with if-else statements for better readability.
    felipestanzani committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    da69542 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from felipestanzani/Java17

    Update version to 0.1.2 and change Java language version to 17 in build
    felipestanzani authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    0b29ad2 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG for version 0.1.2: change Java version requirement t…

    …o 17, refactor JsonNormalizer for readability, and update multiple dependencies and GitHub Actions.
    felipestanzani committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    0c08f35 View commit details
    Browse the repository at this point in the history
Loading