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: mongodb/node-mongodb-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: mongodb/node-mongodb-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.1
Choose a head ref
  • 9 commits
  • 12 files changed
  • 4 contributors

Commits on Jun 29, 2018

  1. Configuration menu
    Copy the full SHA
    20e11b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e6c4fa View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Configuration menu
    Copy the full SHA
    c2003d2 View commit details
    Browse the repository at this point in the history
  2. docs(Cursor): fix typo in toArray

    dandv authored and mbroadst committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    f1dcfac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9b93e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a983817 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. fix(client-ops): return transform map to map rather than function

    During the refactor of MongoClient operations a mapping variable
    was mistaken to be a function expression, and we silently broke
    using the new url parser. This corrects that, renames the mapping
    variable to make it very clearly that, and adds a test to prove
    that the new url parser is working again.
    
    NODE-1542
    mbroadst committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    b8b4bfa View commit details
    Browse the repository at this point in the history
  2. fix(collection): countDocuments throws error when query doesn't match…

    … docs
    
    The countDocuments method was not properly checking that documents were
    returned from the query. Added tests on top of astanciu's bug fix.
    
    Fixes NODE-1543
    rweinberger authored and mbroadst committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    4e83556 View commit details
    Browse the repository at this point in the history
  3. 3.1.1

    mbroadst committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    0e06b69 View commit details
    Browse the repository at this point in the history
Loading