Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.4 #11947

Merged
merged 153 commits into from
Jun 17, 2022
Merged

6.4 #11947

merged 153 commits into from
Jun 17, 2022

Commits on Feb 9, 2022

  1. initial

    Uzlopak committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    2582959 View commit details
    Browse the repository at this point in the history
  2. fix linting issues

    Uzlopak committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    4b1e8e8 View commit details
    Browse the repository at this point in the history
  3. fix linter error

    Uzlopak committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    d330145 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0ab5c8 View commit details
    Browse the repository at this point in the history
  5. Text Expression Operators

    Uzlopak committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    d0f466f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdada6b View commit details
    Browse the repository at this point in the history
  7. add comment

    Uzlopak committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    0291e9b View commit details
    Browse the repository at this point in the history
  8. add version info

    Uzlopak committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    c667b50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    519c314 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. add DateExpressionOperators

    Uzlopak committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    742c951 View commit details
    Browse the repository at this point in the history
  2. add boolean and comparison

    Uzlopak committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    e2d1e6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29a8837 View commit details
    Browse the repository at this point in the history
  4. add ArrayExpression

    Uzlopak committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    a8f26b4 View commit details
    Browse the repository at this point in the history
  5. some minor changes

    Uzlopak committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    a17370e View commit details
    Browse the repository at this point in the history
  6. add StringExpressionOperators

    Uzlopak committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    ebcad04 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

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

Commits on Apr 16, 2022

  1. Added support for cleanAndClose connections from memory

    Omkar Hirve authored and Omkar Hirve committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    9afcb1c View commit details
    Browse the repository at this point in the history
  2. Made sure to check for undefined, removed strict check

    Co-authored-by: Hafez <a.hafez852@gmail.com>
    OmkarHirve and AbdelrahmanHafez committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    dc8c589 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Added unit test, method definition and fixed lint issues

    Omkar Hirve authored and Omkar Hirve committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    7025c0a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Added support for throwing error if openUri is called on cleaned conn…

    …ection
    Omkar Hirve authored and Omkar Hirve committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    623efdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c28abdd View commit details
    Browse the repository at this point in the history
  3. restored stub after use

    Omkar Hirve authored and Omkar Hirve committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    dbcf0dc View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Created a 'destroy' method to clear conns

    Omkar Hirve authored and Omkar Hirve committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    8fa8fec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    946d97f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Update test/connection.test.js

    Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
    OmkarHirve and Uzlopak committed May 3, 2022
    Configuration menu
    Copy the full SHA
    c925d3b View commit details
    Browse the repository at this point in the history
  2. Update test/connection.test.js

    Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
    OmkarHirve and Uzlopak committed May 3, 2022
    Configuration menu
    Copy the full SHA
    bc45714 View commit details
    Browse the repository at this point in the history
  3. Update lib/connection.js

    Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
    OmkarHirve and Uzlopak committed May 3, 2022
    Configuration menu
    Copy the full SHA
    bbe3bb7 View commit details
    Browse the repository at this point in the history
  4. Update lib/connection.js

    Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
    OmkarHirve and Uzlopak committed May 3, 2022
    Configuration menu
    Copy the full SHA
    c665c4e View commit details
    Browse the repository at this point in the history
  5. Update lib/connection.js

    Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
    OmkarHirve and Uzlopak committed May 3, 2022
    Configuration menu
    Copy the full SHA
    aa5f934 View commit details
    Browse the repository at this point in the history
  6. Update lib/connection.js

    Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
    OmkarHirve and Uzlopak committed May 3, 2022
    Configuration menu
    Copy the full SHA
    227c15f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16df6f6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

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

Commits on May 13, 2022

  1. Applied suggested changes and fixed unit test failures

    Omkar Hirve authored and Omkar Hirve committed May 13, 2022
    Configuration menu
    Copy the full SHA
    7b89ea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e937b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36329d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3242b7 View commit details
    Browse the repository at this point in the history
  5. lint fix

    IslandRhythms committed May 13, 2022
    Configuration menu
    Copy the full SHA
    5b7348c View commit details
    Browse the repository at this point in the history
  6. added test case

    IslandRhythms committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0044913 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    3d17528 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11804 from Automattic/gh-11580

    on is no longer a reserved word gh-11580
    vkarpov15 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    2dc8de8 View commit details
    Browse the repository at this point in the history
  3. completeOneLean() done

    IslandRhythms committed May 16, 2022
    Configuration menu
    Copy the full SHA
    2c9b417 View commit details
    Browse the repository at this point in the history
  4. removed logs

    IslandRhythms committed May 16, 2022
    Configuration menu
    Copy the full SHA
    b8dbcd8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Merge pull request #11796 from Automattic/AbdelrahmanHafez-patch-2

    chore: update mongodb driver
    vkarpov15 committed May 17, 2022
    Configuration menu
    Copy the full SHA
    ea4483a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11674 from OmkarHirve/master

    perf: implement cleanAndClose options for connections to reduce memory-footprint
    vkarpov15 committed May 17, 2022
    Configuration menu
    Copy the full SHA
    6f8deed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6be5e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cbbaef View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. reworking solution

    IslandRhythms committed May 20, 2022
    Configuration menu
    Copy the full SHA
    73cc742 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    da0d878 View commit details
    Browse the repository at this point in the history
  2. lint fix

    IslandRhythms committed May 23, 2022
    Configuration menu
    Copy the full SHA
    9babf9c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Configuration menu
    Copy the full SHA
    ef3237b View commit details
    Browse the repository at this point in the history
  2. feat(document): add $assertPopulated() for working with manually po…

    …pulated paths in TypeScript
    
    Fix #11758
    vkarpov15 committed May 28, 2022
    Configuration menu
    Copy the full SHA
    fb71984 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    add comments on $assertPopulated docs
    AbdelrahmanHafez committed May 28, 2022
    Configuration menu
    Copy the full SHA
    70ba07a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b08472 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11843 from Automattic/vkarpov15/gh11758

    feat(types+document): add `$assertPopulated()` for working with manually populated paths in TypeScript
    vkarpov15 committed May 28, 2022
    Configuration menu
    Copy the full SHA
    2cff001 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

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

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    06f879e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15dcd8e View commit details
    Browse the repository at this point in the history
  3. add more

    Uzlopak committed May 30, 2022
    Configuration menu
    Copy the full SHA
    8f3f784 View commit details
    Browse the repository at this point in the history
  4. add Set Expression Operators

    Uzlopak committed May 30, 2022
    Configuration menu
    Copy the full SHA
    be4a808 View commit details
    Browse the repository at this point in the history
  5. add Window Expressions

    Uzlopak committed May 30, 2022
    Configuration menu
    Copy the full SHA
    7cef3c5 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. add type expressions

    Uzlopak committed May 31, 2022
    Configuration menu
    Copy the full SHA
    e8e6842 View commit details
    Browse the repository at this point in the history
  2. add DataSizeOperator

    Uzlopak committed May 31, 2022
    Configuration menu
    Copy the full SHA
    08270f4 View commit details
    Browse the repository at this point in the history
  3. add last operation set

    Uzlopak committed May 31, 2022
    Configuration menu
    Copy the full SHA
    1ef01c0 View commit details
    Browse the repository at this point in the history
  4. add some tests

    Uzlopak committed May 31, 2022
    Configuration menu
    Copy the full SHA
    238bb90 View commit details
    Browse the repository at this point in the history
  5. add tests, fix typings

    Uzlopak committed May 31, 2022
    Configuration menu
    Copy the full SHA
    f57e007 View commit details
    Browse the repository at this point in the history
  6. add more tests, fix more

    Uzlopak committed May 31, 2022
    Configuration menu
    Copy the full SHA
    510412f View commit details
    Browse the repository at this point in the history
  7. fix more

    Uzlopak committed May 31, 2022
    Configuration menu
    Copy the full SHA
    4635fcd View commit details
    Browse the repository at this point in the history
  8. fix linting

    Uzlopak committed May 31, 2022
    Configuration menu
    Copy the full SHA
    c94d2bb View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. auto format .eslintrc.json

    Uzlopak committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    16deac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    365f39f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3dca30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    640adca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31926c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29969f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1dc2e4f View commit details
    Browse the repository at this point in the history
  8. fix failing TS test

    AbdelrahmanHafez committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    403766a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b71125 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d082047 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    2dbe288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e34db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec6eb3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9321fd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2145afa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34ae74c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    967bd65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e75d4b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff2bf3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1bf940e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a5d712 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    295bad2 View commit details
    Browse the repository at this point in the history
  13. Fix typo

    mohammad0-0ahmad committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    cd215a7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a7967d9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e9d4491 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    526ff6a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    411350b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b942ce8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6bcb7a4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    56af40b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9cdec80 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b3e9668 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a42bbde View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    302de56 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    96571b1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    897452b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    503c0d1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    aa6497d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a3b32ac View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    569d4eb View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    0fe4928 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f4f17d7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6ef2f6c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6a77f09 View commit details
    Browse the repository at this point in the history
  35. Refactor docs.

    mohammad0-0ahmad committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    f21dfbe View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    7093195 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    555db64 View commit details
    Browse the repository at this point in the history
  38. fix typo

    mohammad0-0ahmad committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    0131b7e View commit details
    Browse the repository at this point in the history
  39. Cover decimal128

    mohammad0-0ahmad committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    47469d6 View commit details
    Browse the repository at this point in the history
  40. patch autotyping to handle properly population and

    interfaces
    Uzlopak authored and mohammad0-0ahmad committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    e0d299f View commit details
    Browse the repository at this point in the history
  41. Fix linting

    mohammad0-0ahmad committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    e137a6d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    4c0ecbe View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d11c511 View commit details
    Browse the repository at this point in the history
  44. should work now

    IslandRhythms committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    1c7696e View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    8c5263d View commit details
    Browse the repository at this point in the history
  46. Merge pull request #11814 from Automattic/gh-10423

    Gh 10423 adds a transform option to lean queries
    vkarpov15 committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    f5dc4f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. feat(mongoose): add setDriver() function to allow overwriting `driv…

    …er` in a more consistent way
    vkarpov15 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    0a4bcc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e51510 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2475c61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11889 from Automattic/master-into-6.4

    merge master into 6.4
    vkarpov15 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    5a4160e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11888 from Automattic/feat/globalCreatedAtImmutable

    feat(base): add support to set default immutable for createdAt globally
    vkarpov15 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    32d5933 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6547fe2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11563 from mohammad0-0ahmad-forks/auto-typed-schema

    Feature: Infer schema type automatically.
    vkarpov15 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    f48eee2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a53c79 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

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

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    0f85563 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11909 from Automattic/upgrade-mongodb

    chore: upgrade mongodb driver to v4.7.0
    AbdelrahmanHafez committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c714d52 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    c9dad15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69dc0ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db866bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    379c459 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11902 from Automattic/gh-11770

    fix: make `doValidate()` on document array elements run validation on the whole subdoc
    vkarpov15 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    40626d1 View commit details
    Browse the repository at this point in the history
  6. feat: add skipMiddlewareFunction() and `overwriteMiddlewareResult()…

    …` for skipping and modifying middleware results
    
    Fix #11426
    Fix #8393
    vkarpov15 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    01c1d87 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

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

Commits on Jun 16, 2022

  1. Update lib/index.js

    Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
    vkarpov15 and Uzlopak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    2228df7 View commit details
    Browse the repository at this point in the history
  2. Update lib/connection.js

    Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
    vkarpov15 and Uzlopak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a9b7d4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13f39c2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'vkarpov15/driver-fixes' of github.com:Automattic/mongoo…

    …se into vkarpov15/driver-fixes
    vkarpov15 committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    26a61fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    567631a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11900 from Automattic/vkarpov15/driver-fixes

    feat(mongoose): add `setDriver()` function to allow overwriting `driver` in a more consistent way
    vkarpov15 committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6db2e4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    635e87c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebc0b88 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Merge pull request #11927 from Automattic/vkarpov15/gh-11426

    feat: add `skipMiddlewareFunction()` and `overwriteMiddlewareResult()` for skipping and modifying middleware results
    vkarpov15 committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    96edf20 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11370 from Uzlopak/types-expression

    types: Add Expression Typings to Pipeline Stages
    vkarpov15 committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    47c5f78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40fef4a View commit details
    Browse the repository at this point in the history