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: Automattic/mongoose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.13.11
Choose a base ref
...
head repository: Automattic/mongoose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.13.14
Choose a head ref
  • 18 commits
  • 10 files changed
  • 4 contributors

Commits on Oct 14, 2021

  1. fix(index.d.ts): backport streamlining of FilterQuery and DocumentDef…

    …inition to avoid "excessively deep and possibly infinite" TS errors
    
    Fix #10617
    vkarpov15 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    f1376f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

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

Commits on Oct 19, 2021

  1. Merge pull request #10897 from iovanom/gh-10875-1

    [gh-10875] Use stream destroy method on close to prevent emit 'close'…
    vkarpov15 authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    92bfcb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b4e4e7 View commit details
    Browse the repository at this point in the history
  3. chore: release 5.13.12

    vkarpov15 committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    ec4f07e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    b7ebeec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10910 from lorand-horvath/patch-2

    Update mongodb driver to 3.7.3 for Mongoose 5.x
    vkarpov15 authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    271bc60 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

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

Commits on Oct 29, 2021

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

Commits on Oct 30, 2021

  1. Fix ts types for query set

    jneal-afs committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    c6fd7f7 View commit details
    Browse the repository at this point in the history
  2. make value optional

    jneal-afs committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    d205c4d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    ff5ddb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10916 from iovanom/gh-10902-v5

    [gh-10902 v5] Emit end event in before close
    vkarpov15 authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c3463c4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10942 from jneal-afs/fix-query-set-ts-type

    Fix ts types for query set
    vkarpov15 authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4d12a62 View commit details
    Browse the repository at this point in the history
  4. chore: release 5.13.13

    vkarpov15 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a738440 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. fix(timestamps): avoid setting createdAt on documents that already …

    …exist but dont have createdAt
    
    Fix #11024
    vkarpov15 committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    4cfc4d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c1f6c View commit details
    Browse the repository at this point in the history
  3. chore: release 5.13.14

    vkarpov15 committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    d2b846f View commit details
    Browse the repository at this point in the history
Loading