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.1.5
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.1.6
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 9, 2021

  1. fix: Throw error on bigint usage and add helpers to Long (#426)

    Adds helpers toBigInt and fromBigInt to the Long class to help
    support 64bit values. Throws an error when bigint is attempted to
    be serialized.
    
    NODE-2378
    nbbeeken authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    375f368 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. chore(release): 1.1.6

    nbbeeken committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6fc7a87 View commit details
    Browse the repository at this point in the history
Loading