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.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.0.6
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 5, 2018

  1. doc(README): fix misleading link to BSO type information

    * Fix misleading type docs link
    
    * add bsonspec.org to type docs sources
    tunderdomb authored and mbroadst committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    4af4741 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. feat(serialization): support arbitrary sizes for the internal seriali…

    …zation buffer
    
    * Added an option to set the min size of the serialization buffer
    
    Added an option to set the min size of the temporary serialization buffer, plus added an optimization so a buffer is not copied after serialization when not needed.
    
    * fixed code review
    xaviergonz authored and mbroadst committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    abe97bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47d44f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f0cef6 View commit details
    Browse the repository at this point in the history
  4. 1.0.6

    mbroadst committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    36e328e View commit details
    Browse the repository at this point in the history
Loading