Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
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: googleapis/nodejs-firestore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f043d1c
Choose a base ref
...
head repository: googleapis/nodejs-firestore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7a9d17b
Choose a head ref
  • 3 commits
  • 11 files changed
  • 5 contributors

Commits on Oct 9, 2023

  1. feat: Sum and Average aggregations (#1873)

    * feat: Sum and Average Aggregations. (#1831)
    
    * WIP WIP.
    
    * also add isEqual.
    
    * lint.
    
    * add aggregate() API in firestore.d.ts.
    
    * Use NodeJS.Dict
    
    * Update isEqual.
    
    * Add isEqual unit test.
    
    * better api.
    
    * more tests.
    
    * Add more tests.
    
    * Remove test code that targets emulator.
    
    * rename avg() to average().
    
    * rename avg to average.
    
    * Fix lint errors.
    
    * Clean up.
    
    * Address code review comments.
    
    * Expose aggregate type and field publicly.
    
    * Fix the way assert was imported.
    
    * lint.
    
    * backport test updates.
    
    * feat: Add long-alias support for aggregations. (#1844)
    
    * feat: Add long-alias support for aggregations.
    
    * Lint fix and fix unit tests.
    
    * update assertion message.
    
    * Unhide APIs and enable tests (#1869)
    
    * Enable tests.
    
    * Remove @internal annotation.
    
    * Address comments.
    
    * Address comments.
    
    * Removing AggregateField.field from new api.
    
    * Fix failing test assertion with REST transport.
    
    * Fix test query.
    
    * Add more tests with cursors.
    
    * prettier.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Mark Duckworth <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b9ea514 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 13, 2023

  1. chore(main): release 7.1.0 (#1913)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7a9d17b View commit details
    Browse the repository at this point in the history
Loading