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: 7a908682f183f8bb8d576c2cea864b022c022dcb
Choose a base ref
...
head repository: Automattic/mongoose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 29f57c12caee006f2434a0ef9b21aace9b30fdcf
Choose a head ref

Commits on Jun 4, 2023

  1. Copy the full SHA
    5552107 View commit details

Commits on Jun 5, 2023

  1. Copy the full SHA
    a1b7bb5 View commit details

Commits on Jun 7, 2023

  1. Merge pull request #13476 from Automattic/vkarpov15/gh-13453

    fix(cursor): allow find middleware to modify query cursor options
    vkarpov15 authored Jun 7, 2023
    Copy the full SHA
    f7c6d3e View commit details

Commits on Jun 8, 2023

  1. Copy the full SHA
    3a6b0dd View commit details
  2. chore: release 6.11.2

    vkarpov15 committed Jun 8, 2023
    Copy the full SHA
    a28933e View commit details
  3. Copy the full SHA
    35e59eb View commit details

Commits on Jun 10, 2023

  1. Copy the full SHA
    f143485 View commit details

Commits on Jul 11, 2023

  1. Copy the full SHA
    305ce4f View commit details
  2. Copy the full SHA
    9616af7 View commit details
  3. test: fix tests re: #13317

    vkarpov15 committed Jul 11, 2023
    Copy the full SHA
    4f264a8 View commit details
  4. test: fix flakey tests, remove test for #9597 because it affects glob…

    …al state and fails intermittently on deno
    vkarpov15 committed Jul 11, 2023
    Copy the full SHA
    688da8f View commit details
  5. chore: release 6.11.3

    vkarpov15 committed Jul 11, 2023
    Copy the full SHA
    e9eb8ab View commit details

Commits on Jul 15, 2023

  1. Copy the full SHA
    69405b2 View commit details
  2. Copy the full SHA
    dcc4c9a View commit details
  3. perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O…

    …(n^2) loop in getPathsToValidate()
    
    Re: #13191
    Re: #13271
    vkarpov15 committed Jul 15, 2023
    Copy the full SHA
    b8ebe80 View commit details

Commits on Jul 17, 2023

  1. Merge pull request #13614 from Automattic/vkarpov15/gh-13191-2

    perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate()
    vkarpov15 authored Jul 17, 2023
    Copy the full SHA
    895bc32 View commit details
  2. chore: release 6.11.4

    vkarpov15 committed Jul 17, 2023
    Copy the full SHA
    20b030e View commit details

Commits on Jul 20, 2023

  1. backported

    IslandRhythms committed Jul 20, 2023
    Copy the full SHA
    1b09cb1 View commit details
  2. Copy the full SHA
    0d17ccb View commit details

Commits on Jul 28, 2023

  1. fix(schema): make Schema.prototype.clone() avoid creating different…

    … copies of subdocuments and single nested paths underneath single nested paths
    vkarpov15 committed Jul 28, 2023
    Copy the full SHA
    d012888 View commit details

Commits on Aug 1, 2023

  1. Merge pull request #13671 from Automattic/vkarpov15/gh-13626

    fix(schema): make `Schema.prototype.clone()` avoid creating different copies of subdocuments and single nested paths underneath single nested paths
    vkarpov15 authored Aug 1, 2023
    Copy the full SHA
    622fa1c View commit details
  2. Copy the full SHA
    1a9f1b3 View commit details
  3. Merge pull request #13682 from Automattic/vkarpov15/gh-13626-2

    fix(document): correctly set index when casting subdocs for validation re: #13626
    vkarpov15 authored Aug 1, 2023
    Copy the full SHA
    d5784d8 View commit details
  4. chore: release 6.11.5

    vkarpov15 committed Aug 1, 2023
    Copy the full SHA
    be5b7d5 View commit details

Commits on Aug 4, 2023

  1. Copy the full SHA
    c520587 View commit details
  2. lint

    JavaScriptBach committed Aug 4, 2023
    Copy the full SHA
    6f5adfb View commit details

Commits on Aug 6, 2023

  1. Merge pull request #13701 from JavaScriptBach/backport-bulkwrite

    Backport empty bulkwrite fix #13684 to Mongoose v6
    vkarpov15 authored Aug 6, 2023
    Copy the full SHA
    d4a1080 View commit details

Commits on Aug 11, 2023

  1. backport pull 13515

    IslandRhythms committed Aug 11, 2023
    Copy the full SHA
    0ae1367 View commit details
  2. Update package.json

    vkarpov15 authored Aug 11, 2023
    Copy the full SHA
    bab0e9e View commit details
  3. Update mongo.test.ts

    vkarpov15 authored Aug 11, 2023
    Copy the full SHA
    557a472 View commit details
  4. Copy the full SHA
    c1109ac View commit details

Commits on Aug 21, 2023

  1. chore: release 6.11.6

    vkarpov15 committed Aug 21, 2023
    Copy the full SHA
    0604133 View commit details

Commits on Aug 22, 2023

  1. fix(document): correctly handle inclusive/exclusive projections when …

    …applying subdocument defaults
    
    Fix #13720
    vkarpov15 committed Aug 22, 2023
    Copy the full SHA
    44f3f0d View commit details
  2. Merge pull request #13763 from Automattic/vkarpov15/gh-13720

    fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults
    vkarpov15 authored Aug 22, 2023
    Copy the full SHA
    0229ffd View commit details
  3. Copy the full SHA
    17c31b7 View commit details

Commits on Aug 24, 2023

  1. Merge pull request #13770 from Automattic/vkarpov15/gh-13664-2

    fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error
    vkarpov15 authored Aug 24, 2023
    Copy the full SHA
    4f79ce2 View commit details
  2. Copy the full SHA
    ec74347 View commit details
  3. chore: release 6.12.0

    vkarpov15 committed Aug 24, 2023
    Copy the full SHA
    eb34bd3 View commit details

Commits on Oct 5, 2023

  1. Copy the full SHA
    5822732 View commit details
  2. Merge pull request #13936 from ronjouch/patch-1

    6.x/populate.md: fix edit whoopsie scrapping a line, and setting half of this doc in unclosed code tag
    vkarpov15 authored Oct 5, 2023
    Copy the full SHA
    917f2ff View commit details

Commits on Oct 6, 2023

  1. fix: document.isModified support for list of keys as a string

    Gaston Casini authored and k-chop committed Oct 6, 2023
    Copy the full SHA
    cb668b1 View commit details
  2. format

    k-chop committed Oct 6, 2023
    Copy the full SHA
    0ae97d1 View commit details
  3. Copy the full SHA
    ea85361 View commit details

Commits on Oct 8, 2023

  1. Merge pull request #13940 from k-chop/backport-to-6-ismodified-acccep…

    …t-string-of-keys
    
    Backport document.isModified fix #13674 to 6.x
    vkarpov15 authored Oct 8, 2023
    Copy the full SHA
    4dcc0d8 View commit details
  2. Merge pull request #13945 from hasezoey/backport-13911-6x

    Backport to 6.x: correctly handle global applyPluginsToChildSchemas option
    vkarpov15 authored Oct 8, 2023
    Copy the full SHA
    29b09d3 View commit details

Commits on Oct 12, 2023

  1. chore: release 6.12.1

    vkarpov15 committed Oct 12, 2023
    Copy the full SHA
    6586bf2 View commit details

Commits on Oct 25, 2023

  1. Add fullPath to ValidatorProps

    Freezystem authored and vkarpov15 committed Oct 25, 2023
    Copy the full SHA
    7c9eb3c View commit details
  2. chore: release 6.12.2

    vkarpov15 committed Oct 25, 2023
    Copy the full SHA
    fbb1f5d View commit details

Commits on Oct 31, 2023

  1. Copy the full SHA
    be441a0 View commit details

Commits on Nov 5, 2023

  1. fix(ChangeStream): correctly handle hydrate option when using chang…

    …e stream as stream instead of iterator
    
    Fix #14049
    vkarpov15 committed Nov 5, 2023
    Copy the full SHA
    70a1a6f View commit details
Loading