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: bmish/eslint-doc-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Choose a base ref
...
head repository: bmish/eslint-doc-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 12 commits
  • 24 files changed
  • 4 contributors

Commits on Jul 14, 2025

  1. chore(deps-dev): Bump sort-package-json from 3.2.1 to 3.4.0

    Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 3.2.1 to 3.4.0.
    - [Release notes](https://github.com/keithamus/sort-package-json/releases)
    - [Commits](keithamus/sort-package-json@v3.2.1...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: sort-package-json
      dependency-version: 3.4.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    abd1a42 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

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

Commits on Jul 21, 2025

  1. chore(deps): Bump editorconfig from 2.0.1 to 3.0.1

    Bumps [editorconfig](https://github.com/editorconfig/editorconfig-core-js) from 2.0.1 to 3.0.1.
    - [Release notes](https://github.com/editorconfig/editorconfig-core-js/releases)
    - [Changelog](https://github.com/editorconfig/editorconfig-core-js/blob/main/CHANGELOG.md)
    - [Commits](editorconfig/editorconfig-core-js@v2.0.1...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: editorconfig
      dependency-version: 3.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    63bb02c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

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

Commits on Aug 12, 2025

  1. chore(deps): 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 Aug 12, 2025
    Configuration menu
    Copy the full SHA
    5fb55c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

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

Commits on Sep 8, 2025

  1. chore(deps): Bump actions/setup-node from 4 to 5

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    e22928c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

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

Commits on Sep 20, 2025

  1. fix: readme (#795)

    Zamiell authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    dcbafb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. refactor: use context object (#802)

    * chore: update gitignore to include .claude
    
    * refactor: logically organize functions
    
    * refactor: getEndOfLine with early return pattern
    
    * feat: add context object
    
    * fix: function should use type
    
    * fix: gitignore
    Zamiell authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    a90332f View commit details
    Browse the repository at this point in the history
  2. feat: use Prettier to detect end of line in addition to EditorConfig (#…

    …803)
    
    * refactor: move to EOL
    
    * refactor: getNodeEOL
    
    * update
    
    * make async
    
    * fix tests
    
    * update
    
    * refactor tests
    
    * add third test
    
    * changing snapshot name
    
    * update
    
    * update
    
    * fix tests
    
    * fix coverage
    Zamiell authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    c0ad58b View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.3.0 (#796)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    7afb23c View commit details
    Browse the repository at this point in the history
Loading