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: Hargne/jest-html-reporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.0
Choose a base ref
...
head repository: Hargne/jest-html-reporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.0
Choose a head ref
  • 20 commits
  • 7 files changed
  • 2 contributors

Commits on May 30, 2025

  1. Add dark theme support and new configuration options

    Introduces a dark theme stylesheet and the ability to toggle themes via a new `theme` configuration option. Added `includeConsoleLogOrigin` setting to toggle logging origins in reports and fixed minor CSS inlining logic. Updated documentation and type definitions accordingly.
    lararojasmr committed May 30, 2025
    Configuration menu
    Copy the full SHA
    7d9d07b View commit details
    Browse the repository at this point in the history
  2. Add "prepare" script to package.json

    Added a "prepare" script to streamline the npm lifecycle by running the build process automatically. This ensures the package is built during preparation steps, improving consistency and workflow.
    lararojasmr committed May 30, 2025
    Configuration menu
    Copy the full SHA
    777bf68 View commit details
    Browse the repository at this point in the history
  3. Update build and prepare scripts to skip tests

    The "build" and "prepare" scripts now directly invoke the bundling process, bypassing the test step. This simplifies the build workflow for cases where tests are not required.
    lararojasmr committed May 30, 2025
    Configuration menu
    Copy the full SHA
    4337e7d View commit details
    Browse the repository at this point in the history
  4. Remove yarn.lock file

    lararojasmr committed May 30, 2025
    Configuration menu
    Copy the full SHA
    7a185f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

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

Commits on Jun 19, 2025

  1. Rename includeConsoleLogOrigin to hideConsoleLogOrigin and update…

    … related logic and configuration handling.
    lararojasmr committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    82ed3a3 View commit details
    Browse the repository at this point in the history
  2. As request a Prettier with default configuration was applied to all c…

    …ode before push.
    
    command use `prettier write .`
    lararojasmr committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    8c525d4 View commit details
    Browse the repository at this point in the history
  3. Revert "As request a Prettier with default configuration was applied …

    …to all code before push."
    
    This reverts commit 8c525d4
    Hargne committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    73a9ffa View commit details
    Browse the repository at this point in the history
  4. Fixed invalid formatting

    Hargne committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    01e0e28 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2025

  1. Configuration menu
    Copy the full SHA
    27228f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e478ee9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Configuration menu
    Copy the full SHA
    9bf24a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebb1483 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Hargne committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    07fd067 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Configuration menu
    Copy the full SHA
    aceae05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b43b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Merge pull request #199 from lararojasmr/master

    Add dark theme support and new configuration options
    Hargne authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    ff6f2cc View commit details
    Browse the repository at this point in the history
  2. Bump version to 4.3.0 and add prepublishOnly script

    Updated the package version to 4.3.0 and added a prepublishOnly script to ensure the build process runs before publishing.
    Hargne committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    e4ba721 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f27675 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #203 from Hargne/dev

    v4.3.0
    Hargne authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    dfcf70b View commit details
    Browse the repository at this point in the history
Loading