Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:v4.1.0
Choose a base ref
Loading
...
head repository:mongodb/js-bson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v4.2.0
Choose a head ref
Loading
  • 20commits
  • 98files changed
  • 3contributors

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    8eb2838View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415cb49View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. NODE-2716,NODE-2718,NODE-2719,NODE-2721: Convert to Typescript (#388)

    This is the first stage of converting the entire codebase over toTypeScript. The goals of this step were to preserve history aswell as functional output of the compilation step. Here is asummary of the commits involved: - move all files to `src`, preserving history   this also maintains a copy of the original js source in the `lib`   folder (without history) so we can compare the transpiled output   for potential issues - add type information to all types - move entry point `bson.ts` to `src` folder for ease of future testing - run tests against transpiled module code - fix all linting issues with ts conversion - fix running manual tests with ts codebase - ensure we run the ts pipeline before publish - bump typescript version, fix last outstanding issue - `prepublishOnly` => `prepare`NODE-2716,NODE-2718,NODE-2719,NODE-2721
    @nbbeeken
    nbbeeken authoredSep 1, 2020
    Configuration menu
    Copy the full SHA
    bdc046fView commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    314c05dView commit details
    Browse the repository at this point in the history
  2. feat: convert to TypeScript (#393)

    This is the first stage of converting the entire codebase over toTypeScript. The goals of this step were to preserve history aswell as functional output of the compilation step. Here is asummary of the commits involved: - move all files to `src`, preserving history   this also maintains a copy of the original js source in the `lib`   folder (without history) so we can compare the transpiled output   for potential issues - add type information to all types - move entry point `bson.ts` to `src` folder for ease of future testing - run tests against transpiled module code - fix all linting issues with ts conversion - fix running manual tests with ts codebase - ensure we run the ts pipeline before publish - bump typescript version, fix last outstanding issue - `prepublishOnly` => `prepare`NODE-2716NODE-2718NODE-2719NODE-2721
    @nbbeeken
    nbbeeken authoredSep 14, 2020
    Configuration menu
    Copy the full SHA
    9aad874View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. feat: Improve TS Typings (#389)

    Enabled strict TS compiler rules, avoid usage of `any`Offer concrete typings throughout the libraryNODE-2717
    @nbbeeken
    nbbeeken authoredSep 15, 2020
    Configuration menu
    Copy the full SHA
    ae9ae2dView commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    c18ba71View commit details
    Browse the repository at this point in the history
  2. fix: deprecate cacheFunctionsCrc32

    The `crc32` function was never implemented, as a result this property never worked as intended. Deprecates the `cacheFunctionsCrc32` property from deserialize options, and removes it from documentation.NODE-2770
    Thomas Reggi authoredSep 18, 2020
    Configuration menu
    Copy the full SHA
    ea83bf5View commit details
    Browse the repository at this point in the history
  3. fix: coverage

    Thomas Reggi authoredSep 18, 2020
    Configuration menu
    Copy the full SHA
    992e2e0View commit details
    Browse the repository at this point in the history
  4. refactor: Consolidate code based on Buffer Presence (#394)

    Update code to rely on Buffer class presence, removes redundant code to handle supporting typed arrays internallyNODE-2722
    @nbbeeken
    nbbeeken authoredSep 18, 2020
    Configuration menu
    Copy the full SHA
    f55eeedView commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. fix: adds interfaces for EJSON objects

    Thomas Reggi authoredSep 22, 2020
    Configuration menu
    Copy the full SHA
    7f5f1a3View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    b95f059View commit details
    Browse the repository at this point in the history
  2. fix: Throw on BigInt type values (#397)

    Presently BigInt values were being lost in serialization silently.Add case and error on BigInt values to avoid loss of data.NODE-2529
    @nbbeeken
    nbbeeken authoredSep 28, 2020
    Configuration menu
    Copy the full SHA
    2dd54e5View commit details
    Browse the repository at this point in the history
  3. refactor: Removes dead code paths from number serialization (#399)

    Unnecessary control flow for number typing removed.NODE-2769
    @nbbeeken
    nbbeeken authoredSep 28, 2020
    Configuration menu
    Copy the full SHA
    5f0c8f2View commit details
    Browse the repository at this point in the history
  4. refactor: Remove util dependency (#402)

    Reduce the dependency on node's util by replacing the deprecate function and inspect symbolNODE-2826
    @nbbeeken
    nbbeeken authoredSep 28, 2020
    Configuration menu
    Copy the full SHA
    43ff12eView commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. fix: Rework rollup config to output named and default exports (#404)

    Bundles now fixed to support both named and default exportsas they previously had.NODE-2712
    @nbbeeken
    nbbeeken authoredSep 30, 2020
    Configuration menu
    Copy the full SHA
    a48676bView commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. feat: add extended json parsing for $uuid

    Thomas Reggi authoredOct 1, 2020
    Configuration menu
    Copy the full SHA
    b1b2a0eView commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. docs: Add release tags and export symbols from entry point (#405)

    Enable stricter api-extractor flags to lint our tsdoc. Trim definitions file to be public symbols only.NODE-2837
    @nbbeeken
    nbbeeken authoredOct 9, 2020
    Configuration menu
    Copy the full SHA
    3752fdcView commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    ace8647View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.2.0

    @nbbeeken
    nbbeeken committedOct 13, 2020
    Configuration menu
    Copy the full SHA
    d685aa5View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp