8000 Comparing v2.0.5...v3.0.0 · ruby/power_assert · GitHub
[go: up one dir, main page]

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: ruby/power_assert
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.5
Choose a base ref
...
head repository: ruby/power_assert
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 19 commits
  • 15 files changed
  • 3 contributors

Commits on Dec 23, 2024

  1. Bump version to 2.0.6dev

    k-tsj committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    447f4cc View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Remove PowerAssert.trace

    k-tsj committed May 5, 2025
    Configuration menu
    Copy the full SHA
    1bc02fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e17137 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from k-tsj/remove-trace

    Remove `PowerAssert.trace`
    k-tsj authored May 5, 2025
    Configuration menu
    Copy the full SHA
    c1412c1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #56 from k-tsj/fix-failures-on-head

    Fix test failures on ruby HEAD
    k-tsj authored May 5, 2025
    Configuration menu
    Copy the full SHA
    a7dab94 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Drop support for ruby < 3.1

    k-tsj committed May 7, 2025
    Configuration menu
    Copy the full SHA
    7900650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    569ef85 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Update tests and docs for accessor methods

    Since Ruby 3.1, TracePoint can now handle events for accessor methods.
    k-tsj committed May 16, 2025
    Configuration menu
    Copy the full SHA
    aacc9b2 View commit details
    Browse the repository at this point in the history
  2. Remove Fixnum/Bignum specific logic

    Since ruby 2.4, Fixnum and Bignum have been unified into Integer.
    k-tsj committed May 16, 2025
    Configuration menu
    Copy the full SHA
    f567011 View commit details
    Browse the repository at this point in the history
  3. Remove code intended for non-MRI implementations

    The code was written expecting JRuby to support TracePoint, but it still hasn't been implemented.
    To keep the codebase simple, removing it until truly needed.
    k-tsj committed May 16, 2025
    Configuration menu
    Copy the full SHA
    e02c651 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #57 from k-tsj/drop-below-3_1

    Drop support for ruby < 3.1
    k-tsj authored May 16, 2025
    Configuration menu
    Copy the full SHA
    5c5eb7f View commit details
    Browse the repository at this point in the history
  5. Bump version to 3.0.0dev

    k-tsj committed May 16, 2025
    Configuration menu
    Copy the full SHA
    c469cc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Configuration menu
    Copy the full SHA
    f8dba3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8c8e28 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from ruby/ruby-3-5-style-set

    Support Ruby 3.5 style Set inspection result
    hsbt authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    f1f24b9 View commit details
    Browse the repository at this point in the history
  4. 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 19, 2025
    Configuration menu
    Copy the full SHA
    37614bc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #60 from ruby/dependabot/github_actions/actions/ch…

    …eckout-5
    
    Bump actions/checkout from 4 to 5
    hsbt authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    e0ff20a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. Update README.md

    k-tsj committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    9c50d52 View commit details
    Browse the repository at this point in the history
  2. Bump version to 3.0.0

    k-tsj committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    5864d29 View commit details
    Browse the repository at this point in the history
Loading
0