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: rmuir/tree-sitter-javadoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: rmuir/tree-sitter-javadoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 13 commits
  • 11 files changed
  • 2 contributors

Commits on Jun 15, 2025

  1. build(deps): bump node-addon-api from 8.3.1 to 8.4.0

    Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 8.3.1 to 8.4.0.
    - [Release notes](https://github.com/nodejs/node-addon-api/releases)
    - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md)
    - [Commits](nodejs/node-addon-api@v8.3.1...v8.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: node-addon-api
      dependency-version: 8.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    7ec21eb View commit details
    Browse the repository at this point in the history
  2. build(deps): bump eslint from 9.28.0 to 9.29.0

    Bumps [eslint](https://github.com/eslint/eslint) from 9.28.0 to 9.29.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.28.0...v9.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 9.29.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    aca1c1c View commit details
    Browse the repository at this point in the history
  3. build(deps): bump cc from 1.2.26 to 1.2.27

    Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.26 to 1.2.27.
    - [Release notes](https://github.com/rust-lang/cc-rs/releases)
    - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
    - [Commits](rust-lang/cc-rs@cc-v1.2.26...cc-v1.2.27)
    
    ---
    updated-dependencies:
    - dependency-name: cc
      dependency-version: 1.2.27
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    b304b3e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #48 from rmuir/dependabot/npm_and_yarn/eslint-9.29.0

    build(deps): bump eslint from 9.28.0 to 9.29.0
    rmuir authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    af3ae30 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #47 from rmuir/dependabot/npm_and_yarn/node-addon-…

    …api-8.4.0
    
    build(deps): bump node-addon-api from 8.3.1 to 8.4.0
    rmuir authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    7cfc76b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #49 from rmuir/dependabot/cargo/cc-1.2.27

    build(deps): bump cc from 1.2.26 to 1.2.27
    rmuir authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    799b774 View commit details
    Browse the repository at this point in the history
  7. style: fix confusing indentation

    fix description rule to be consistent with others
    rmuir committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    a4c5993 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #50 from rmuir/style_indentation

    style: fix confusing indentation
    rmuir authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    e4fef28 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. fix: reduce state count, factor out fragment-or-member from reference

    State count is reduced from 293 to 277, and the largest state becomes
    smaller.
    
    It introduces only a hidden state with no impact to user
    rmuir committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    1d80cd2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from rmuir/state_reduction

    fix: reduce state count, factor out fragment-or-member from reference
    rmuir authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    340acf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ff2846 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #52 from rmuir/style_nit

    style: fix indentation nit in grammar
    rmuir authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    002b30b View commit details
    Browse the repository at this point in the history
  5. Release 0.1.1

    rmuir committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    9f1f40a View commit details
    Browse the repository at this point in the history
Loading