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.3
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
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Mar 24, 2020

  1. fix: throw if invalid _bsontype is detected

    If an invalid value for `_bsontype` is encountered during object
    serialization, the serializer will now throw an error rather than
    skipping the value completely.
    
    NODE-2514
    daprahamian authored and mbroadst committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    3809c13 View commit details
    Browse the repository at this point in the history
  2. 1.1.4

    mbroadst committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    6e782da View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. fix(object-id): harden the duck-typing

    The insufficient validation may otherwise lead to type confusions.
    
    REF: NODE-2618
    Signed-off-by: Jakob Ackermann <[email protected]>
    das7pad authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    b526145 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. chore(release): 1.1.5

    mbroadst committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    290dd6a View commit details
    Browse the repository at this point in the history

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