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: socketio/socket.io-redis-streams-adapter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.1
Choose a base ref
...
head repository: socketio/socket.io-redis-streams-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.2
Choose a head ref
  • 6 commits
  • 14 files changed
  • 1 contributor

Commits on Mar 13, 2024

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

Commits on Mar 15, 2024

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

Commits on May 8, 2024

  1. refactor: remove redis direct dependency

    This import meant the redis package was required even if it was not
    used to create a Redis client. It is replaced by a dynamic import,
    which is supported since Node.js v13.2.0.
    
    Related:
    
    - #24
    - #2
    darrachequesne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a2f3f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57d2c86 View commit details
    Browse the repository at this point in the history
  3. chore(release): 0.2.2

    darrachequesne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    71ed4e4 View commit details
    Browse the repository at this point in the history
Loading