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.3
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.4
Choose a head ref
  • 3 commits
  • 158 files changed
  • 6 contributors

Commits on Nov 14, 2025

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

Commits on Nov 20, 2025

  1. Migration (#51)

    * Bump actions/github-script from 6 to 8
    
    Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@v6...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Change settings.gradle
    
    * update gradle wrapper
    
    * change group var in build.gradle
    
    * change gitHub URL in publishing.gradle
    
    * enhance minimum test coverage from 85-90
    
    * change package name
    
    * change und misc.xml change for idea
    
    * fix strange refactor artefacts in markdown code blocks
    
    * fix strange refactor artefacts in markdown code blocks part 2
    
    * CODE_OF_CONDUCT.md
    
    * docs: CONTRIBUTING.md
    
    * Update readme for the gitHub Action
    
    * Update build workflow
    
    * Update release workflow
    
    * adding ci step for specs validation
    
    * JTOON
    
    * JTOON
    
    * JTOON renmame in README.md
    
    * JTOON renmame in README.md
    
    * Update publishing.gradle
    
    * Update repository links in CONTRIBUTING.md and README.md to reflect new GitHub organization
    
    * Update documentation: Add new contributors, enhance contribution guidelines, and clarify project status in README.md, CHANGELOG.md, and LICENSE.md
    
    * Update README.md to reflect new Maven Central group ID and enhance documentation structure; add FORMAT.md for TOON format specification and documentation/README.md for API details.
    
    * Add Javadoc generation task to build.gradle for HTML documentation
    
    * Enhance Javadoc comments across multiple classes to improve documentation clarity, including detailed parameter and return descriptions for methods in DecodeOptions, EncodeOptions, ArrayEncoder, ObjectEncoder, and others.
    
    * Creates project Javadoc
    
    * Moves documentation folder to docs
    
    * Update README and docs/README to correct Javadoc links for improved accessibility
    
    * Add project name to .idea configuration and update JDK version to 17 in misc.xml
    
    * docs: harmonize issue templates, contributing guide, readme, etc. with other repos
    
    * Update repository links and documentation references to reflect project renaming from JToon to toon-java
    
    * Update Javadoc package summary and improve documentation links for consistency and clarity
    
    * Update README to correct Javadoc link and enhance table formatting for better readability
    
    * Fixes migration details
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jens Papenhagen <jens.papenhagen@web.de>
    Co-authored-by: GiovanniCaggianella <giovanni.caggianella93@gmail.com>
    Co-authored-by: Johann Schopplich <mail@johannschopplich.com>
    5 people authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    d1b13da View commit details
    Browse the repository at this point in the history
Loading