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

Commits on Jul 17, 2023

  1. Copy the full SHA
    61e9041 View commit details
  2. 2
    Copy the full SHA
    d9fd789 View commit details

Commits on Jul 18, 2023

  1. remove count()

    IslandRhythms committed Jul 18, 2023
    Copy the full SHA
    5954b30 View commit details
  2. Copy the full SHA
    c507968 View commit details
  3. fix:lint

    IslandRhythms committed Jul 18, 2023
    Copy the full SHA
    886c941 View commit details
  4. Copy the full SHA
    66c4a8e View commit details
  5. fix:lint

    IslandRhythms committed Jul 18, 2023
    Copy the full SHA
    1e3c96f View commit details
  6. Copy the full SHA
    363f2aa View commit details
  7. Copy the full SHA
    760c187 View commit details
  8. Copy the full SHA
    1a69e7c View commit details
  9. Merge pull request #13620 from Automattic/IslandRhythms/gh-3044

    allow null values for string enum
    vkarpov15 authored Jul 18, 2023
    Copy the full SHA
    fffa85d View commit details

Commits on Jul 19, 2023

  1. made adjustments

    IslandRhythms committed Jul 19, 2023
    Copy the full SHA
    6254c9c View commit details
  2. Merge pull request #13621 from Automattic/IslandRhythms/4628

    throw error after all saves are done
    vkarpov15 authored Jul 19, 2023
    Copy the full SHA
    2798cfd View commit details

Commits on Jul 21, 2023

  1. Copy the full SHA
    dd56c53 View commit details

Commits on Jul 25, 2023

  1. Merge pull request #13641 from hasezoey/8consistentSymbol

    feat: change all symbols to use a consistent name
    vkarpov15 authored Jul 25, 2023
    Copy the full SHA
    cdad34b View commit details

Commits on Jul 26, 2023

  1. Copy the full SHA
    92876b5 View commit details
  2. Copy the full SHA
    df6ad8e View commit details
  3. Copy the full SHA
    9fbed32 View commit details

Commits on Aug 1, 2023

  1. Merge pull request #13660 from Automattic/IslandRhythms/gh-13369

    BREAKING CHANGE: make model.prototype.deleteOne() return query, not promise
    vkarpov15 authored Aug 1, 2023
    Copy the full SHA
    c9a8f16 View commit details

Commits on Aug 2, 2023

  1. Copy the full SHA
    69beff1 View commit details
  2. Copy the full SHA
    1442574 View commit details
  3. Copy the full SHA
    4bbf929 View commit details
  4. Copy the full SHA
    16ff5cd View commit details

Commits on Aug 3, 2023

  1. Copy the full SHA
    d52b0c0 View commit details
  2. Merge pull request #13694 from Automattic/upgrade-eslint

    upgrade eslint packages
    vkarpov15 authored Aug 3, 2023
    Copy the full SHA
    746e4a7 View commit details

Commits on Aug 18, 2023

  1. Copy the full SHA
    03877e9 View commit details
  2. BREAKING CHANGE: use MongoDB node driver 6, drop support for `rawResu…

    …lt` option and `findOneAndRemove()`
    vkarpov15 committed Aug 18, 2023
    Copy the full SHA
    750c6e2 View commit details

Commits on Aug 24, 2023

  1. Copy the full SHA
    ae68be8 View commit details
  2. BREAKING CHANGE: stop using mquery for updateX(), deleteX(), `sor…

    …t()`, always convert sort args to objects
    
    Re: #13617
    vkarpov15 committed Aug 24, 2023
    Copy the full SHA
    c833ee2 View commit details

Commits on Aug 25, 2023

  1. Merge pull request #13777 from Automattic/vkarpov15/gh-13617

    BREAKING CHANGE: stop using mquery for `updateX()`, `deleteX()`, `sort()`, always convert sort args to objects
    vkarpov15 authored Aug 25, 2023
    Copy the full SHA
    f4f69e3 View commit details

Commits on Aug 31, 2023

  1. Copy the full SHA
    633f3b9 View commit details
  2. Copy the full SHA
    baf703c View commit details
  3. Copy the full SHA
    68790ee View commit details

Commits on Sep 1, 2023

  1. Copy the full SHA
    f9d17ff View commit details
  2. Copy the full SHA
    719cf19 View commit details
  3. test: fix tests

    vkarpov15 committed Sep 1, 2023
    Copy the full SHA
    db8f62c View commit details
  4. Copy the full SHA
    92151a9 View commit details
  5. Copy the full SHA
    8dee6eb View commit details
  6. docs: fix markdown lint

    vkarpov15 committed Sep 1, 2023
    Copy the full SHA
    9eccbb6 View commit details
  7. Update docs/migrating_to_8.md

    Co-authored-by: hasezoey <hasezoey@gmail.com>
    vkarpov15 and hasezoey authored Sep 1, 2023
    Copy the full SHA
    e3101ae View commit details

Commits on Sep 5, 2023

  1. Copy the full SHA
    e16da72 View commit details
  2. BREAKING CHANGE: make Model.validate() use Model.castObject() to …

    …cast, and return casted copy of object instead of modifying in place
    
    Fix #12668
    vkarpov15 committed Sep 5, 2023
    Copy the full SHA
    e7f74c8 View commit details

Commits on Sep 7, 2023

  1. Copy the full SHA
    b951883 View commit details
  2. BREAKING CHANGE: rename SchemaType classes to consistently start with…

    … "Schema", make file names upper case
    
    Fix #13309
    vkarpov15 committed Sep 7, 2023
    Copy the full SHA
    6c01869 View commit details

Commits on Sep 8, 2023

  1. Merge pull request #13836 from kaulshashank/safer-distinct-return-type

    BREAKING CHANGE: Safer types for `Model.distinct` and `Query.distinct`.
    vkarpov15 authored Sep 8, 2023
    Copy the full SHA
    1f79e2c View commit details
  2. Merge pull request #13827 from Automattic/vkarpov15/gh-12668

    BREAKING CHANGE: make `Model.validate()` use `Model.castObject()` to cast, and return casted copy of object instead of modifying in place
    vkarpov15 authored Sep 8, 2023
    Copy the full SHA
    49a00ea View commit details
  3. Copy the full SHA
    771a304 View commit details
  4. Copy the full SHA
    4d281a1 View commit details
  5. Copy the full SHA
    9664809 View commit details

Commits on Sep 9, 2023

  1. fix(discriminator): make base schema paths come before discriminator …

    …schema paths when running setters, validators, etc.
    
    Fix #13794
    vkarpov15 committed Sep 9, 2023
    Copy the full SHA
    b36fd11 View commit details
Loading