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: sinonjs/fake-timers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.3.1
Choose a base ref
...
head repository: sinonjs/fake-timers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.0.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Aug 24, 2024

  1. fix: save methods of children Date instance (#437) (#480) (potentiall…

    …y BREAKING)
    
    See #437 for background. All tests run fine and I have no reason to expect this to do anything but improve things, but it is changing something that has been working for a long time. 
    
    * fix: save methods of children Date instance (#437)
    
    * rename
    
    see pr comment
    
    * fix skipped tests
    
    by ensuring we are checking something meaningful.
    
    * refactor: trim out code that will never be hit in the Proxy
    
    ---------
    
    Co-authored-by: Степан Карташев <[email protected]>
    Co-authored-by: Carl-Erik Kopseng <[email protected]>
    3 people authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    2433719 View commit details
    Browse the repository at this point in the history
  2. Support performance.measure+mark (#499)

    * Fix a mistake in release doc
    
    * fix: Support performance.measure+mark
    
    fixes #493
    fatso83 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    fe557f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58643e2 View commit details
    Browse the repository at this point in the history
  4. 12.0.0

    fatso83 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    92e247e View commit details
    Browse the repository at this point in the history
Loading