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

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
  2. test: fix tests re: #13085

    vkarpov15 committed Nov 5, 2023
    Copy the full SHA
    af49bbe View commit details
  3. Copy the full SHA
    0077c5f View commit details
  4. test: typo fix

    vkarpov15 committed Nov 5, 2023
    Copy the full SHA
    c9136f5 View commit details
  5. fix(document): avoid unmarking modified on nested path if no initial …

    …value stored and already modified
    
    Fix #14022
    vkarpov15 committed Nov 5, 2023
    Copy the full SHA
    c7a9eb6 View commit details
  6. test: fix tests

    vkarpov15 committed Nov 5, 2023
    Copy the full SHA
    cc75c7b View commit details
  7. Copy the full SHA
    0d33ce5 View commit details
  8. Copy the full SHA
    4bd5927 View commit details

Commits on Nov 6, 2023

  1. Copy the full SHA
    929621e View commit details
  2. Copy the full SHA
    fd781c1 View commit details

Commits on Nov 7, 2023

  1. Merge pull request #14052 from Automattic/vkarpov15/gh-14049

    fix(ChangeStream): correctly handle `hydrate` option when using change stream as stream instead of iterator
    vkarpov15 authored Nov 7, 2023
    Copy the full SHA
    4c66fcb View commit details
  2. Merge pull request #14053 from Automattic/vkarpov15/gh-14022

    fix(document): avoid unmarking modified on nested path if no initial value stored and already modified
    vkarpov15 authored Nov 7, 2023
    Copy the full SHA
    017b16e View commit details
  3. chore: release 6.12.3

    vkarpov15 committed Nov 7, 2023
    Copy the full SHA
    3dce034 View commit details
  4. Copy the full SHA
    6760c54 View commit details

Commits on Dec 11, 2023

  1. null check

    rohanricky committed Dec 11, 2023
    Copy the full SHA
    637b63e View commit details
  2. Copy the full SHA
    30315ce View commit details

Commits on Dec 13, 2023

  1. Copy the full SHA
    6d25679 View commit details
  2. Copy the full SHA
    2a78e25 View commit details
  3. test: add test case for #14115

    vkarpov15 committed Dec 13, 2023
    Copy the full SHA
    dadac4e View commit details
  4. Copy the full SHA
    95d917b View commit details

Commits on Dec 14, 2023

  1. Merge pull request #14173 from Automattic/vkarpov15/handle-nested-pro…

    …jections
    
    fix(document): avoid treating nested projection as inclusive when applying defaults
    vkarpov15 authored Dec 14, 2023
    Copy the full SHA
    d36d134 View commit details

Commits on Dec 27, 2023

  1. Copy the full SHA
    ff75c75 View commit details
  2. chore: release 6.12.4

    vkarpov15 committed Dec 27, 2023
    Copy the full SHA
    44f391b View commit details
  3. Copy the full SHA
    9725d93 View commit details
  4. Copy the full SHA
    4def302 View commit details

Commits on Dec 28, 2023

  1. style: fix lint

    vkarpov15 committed Dec 28, 2023
    Copy the full SHA
    dabb2cf View commit details
  2. Merge pull request #14198 from Automattic/vkarpov15/gh-14178

    fix(document): avoid flattening dotted paths in mixed path underneath nested path
    vkarpov15 authored Dec 28, 2023
    Copy the full SHA
    e182fe5 View commit details

Commits on Dec 30, 2023

  1. Copy the full SHA
    8e141d1 View commit details

Commits on Jan 1, 2024

  1. fix: add ignoreAtomics option to isModified() for better backwards co…

    …mpatibility with Mongoose 5
    
    Re: #14024
    vkarpov15 committed Jan 1, 2024
    Copy the full SHA
    403a28e View commit details

Commits on Jan 2, 2024

  1. Copy the full SHA
    6d526cd View commit details
  2. Copy the full SHA
    b286b02 View commit details
  3. Merge pull request #14226 from Automattic/vkarpov15/gh-14205

    fix(document): allow setting nested path to `null`
    vkarpov15 authored Jan 2, 2024
    Copy the full SHA
    f37b4f2 View commit details
  4. Copy the full SHA
    e3c12cf View commit details

Commits on Jan 3, 2024

  1. Copy the full SHA
    f7e9816 View commit details
  2. Copy the full SHA
    0960fae View commit details
  3. Merge pull request #14213 from Automattic/vkarpov15/gh-14024

    fix: add ignoreAtomics option to isModified() for better backwards compatibility with Mongoose 5
    vkarpov15 authored Jan 3, 2024
    Copy the full SHA
    b4e3b2f View commit details
  4. chore: release 6.12.5

    vkarpov15 committed Jan 3, 2024
    Copy the full SHA
    2d68983 View commit details

Commits on Jan 12, 2024

  1. Copy the full SHA
    195b46c View commit details
  2. Copy the full SHA
    6bc42ce View commit details
Loading