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: jashkenas/underscore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.13.0-0
Choose a base ref
...
head repository: jashkenas/underscore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.13.0-1
Choose a head ref
  • 12 commits
  • 24 files changed
  • 2 contributors

Commits on Mar 6, 2021

  1. test: 💍 Time tampering tests for _.throttle and _.deobounce

    Monkey patch `Date.prototype` getTime and valueOf methods and `Date.now`
    method in _.debounce and _.throttle test cases. Provide additional test
    case asserting the outputs before and after monkey patching. Remove the
    reference to _.now method in test cases as the underlying implementation
    of library methods don't reference the methods from the `_` object but
    rather call dependent methods directly.
    
    ✅ Closes: #2883
    Ognjen Jevremovic committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    4d5d198 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. test: Assertion comment updates; _.throttle and _.debounce.

    Update the assertion comments in `_.throttle` and `_.debounce` unit tests,
    in order to prevent confusion and add more brevity to the test case messages.
    Ognjen Jevremovic committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    3a5c878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    548fa01 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    db7fb6a View commit details
    Browse the repository at this point in the history
  2. Convert all RawGit links to Statically

    I just found out that RawGit will be shutting down. The maintainer
    already announced this in 2018; we have been very lucky that the docs
    continued working until now.
    jgonggrijp committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    07cc415 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into node-native-esm

    Because the RawGit links should change to Statically in here, too.
    jgonggrijp committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    36a3bc8 View commit details
    Browse the repository at this point in the history
  4. Downgrade Rollup when running Travis CI with Node.js v8

    Rollup v1 accepts our rollup configuration, it just produces
    incorrectly factored bundles for Node.js. The factoring does not
    matter for the tests.
    jgonggrijp committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9dd137c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45afe0e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Generate Node.js build in two stages

    This proved necessary in order to preserve all aliases in the new
    Node.js 12+ ESM entry point.
    jgonggrijp committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    04b639c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e3da47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0345136 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f88a5e View commit details
    Browse the repository at this point in the history
Loading