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: firebase/geofire-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0.0
Choose a base ref
...
head repository: firebase/geofire-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 15 files changed
  • 4 contributors

Commits on Jul 13, 2022

  1. [release] Version 6.0.0 (#248)

    * [release] Version 6.0.0
    
    * [release] Cleared CHANGELOG.md after 6.0.0 release.
    thatfiredev authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    c6b55a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    5b7b88e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #250 from firebase/dependabot/npm_and_yarn/package…

    …s/geofire-common/terser-5.14.2
    
    Bump terser from 5.14.1 to 5.14.2 in /packages/geofire-common
    morganchen12 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    7c73b07 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Add MIT License file (#252)

    * Create LICENSE file
    * add LICENSE to Readme.md
    thatfiredev authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    02b3b07 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Bump minimist and mkdirp (#261)

    Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together.
    
    Updates `minimist` from 1.2.5 to 1.2.8
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    Updates `minimist` from 1.2.0 to 1.2.8
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    Updates `mkdirp` from 0.5.1 to 0.5.6
    - [Release notes](https://github.com/isaacs/node-mkdirp/releases)
    - [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-mkdirp@0.5.1...v0.5.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    - dependency-name: minimist
      dependency-type: indirect
    - dependency-name: mkdirp
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8724910 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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

Commits on Jan 13, 2025

  1. Bump actions/cache

    morganchen12 authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    55de6d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #289 from firebase/morganchen12-patch-1

    Bump actions/cache
    morganchen12 authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    fb22381 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. ci: run tests against Firebase emulator (#293)

    - use versions 20 and 22 of NodeJS
    - use the latest versions of GH Actions
    - run the automated tests against the emulator instead of an actual Firebase project
    - use placeholders for the Firebase configuration in the examples
    thatfiredev authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    9c2d7af View commit details
    Browse the repository at this point in the history
Loading