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: sindresorhus/component-emitter Loading
base: 1.2.1
Choose a base ref
...
head repository: sindresorhus/component-emitter Loading
compare: 1.3.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 22, 2015

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

Commits on Jan 29, 2016

  1. Avoid memory leaks by remove event arrays

    When subscribing and then unsubscribing from many different types of events,
    it can be observed that the `Emitter._callbacks` object starts to grow.
    This happens because, when unsubscribing, the event specific event array
    is not removed when the last subscriber unsubscribes.
    bripkens committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    aa2e57a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Merge pull request #74 from bripkens/master

    Avoid memory leaks by removing event arrays
    vendethiel committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    092199b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Merge pull request #73 from STRML/noDeopt

    Prevent v8 deopt when using [].slice.call(arguments)
    vendethiel committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    6ef9d2c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    3ab04d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bd7817 View commit details
    Browse the repository at this point in the history
Loading