8000 Comparing v1.0.6...v1.0.7 · mongodb/js-bson · 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: mongodb/js-bson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.6
Choose a base ref
...
head repository: mongodb/js-bson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.7
Choose a head ref
  • 9 commits
  • 12 files changed
  • 5 contributors

Commits on Apr 6, 2018

  1. docs: add FAQ about toBSON() (#231)

    vkarpov15 authored and mbroadst committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    ffed2c4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

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

Commits on Jun 6, 2018

  1. fix(bson): fix custom inspect property

    The currently used custom inspect way is deprecated and was removed
    in Node.js 11.0.0-pre. This should fix that.
    BridgeAR authored and mbroadst committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    080323b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f764c View commit details
    Browse the repository at this point in the history
  3. fix(serialization): normalize function stringification

    A non-default option for serialization allows for the automatically
    stringifying javascript functions. Function.prototype.toString has
    changed between versions of node, so we need to normalize so as to
    not potentially break compatibility with earlier expectations. This
    should have marginal performance effects only in the case where
    users are actually using this functionality.
    
    NODE-1499
    mbroadst committed Jun 6, 2018
    9 Configuration menu
    Copy the full SHA
    1320c10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99801ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    553a42d View commit details
    Browse the repository at this point in the history
  6. 1.0.7

    mbroadst committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    b73100f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf4391c View commit details
    Browse the repository at this point in the history
Loading
0