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: groupme-js/node-groupme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: groupme-js/node-groupme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    425d0c0 View commit details
    Browse the repository at this point in the history
  2. fix: 🩹 fix imports

    keep type imports separate from "full" imports rather than converting all type-only imports
    not-so-smart committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8a2f7c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. fix: 🐛 fetch /group/:id instead of /group/:id/members

    this is necessary because the /members endpoint is reserved for admins
    not-so-smart committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a8775f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from alexjamesmalcolm/main

    feat: Implement fetchAll for MemberManager
    not-so-smart authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    419b29f View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.1.0 [skip ci]

    # [4.1.0](v4.0.0...v4.1.0) (2023-11-15)
    
    ### Bug Fixes
    
    * 🩹 fix imports ([8a2f7c5](8a2f7c5))
    * 🐛 fetch /group/:id instead of /group/:id/members ([a8775f5](a8775f5))
    
    ### Features
    
    * Implemented fetchAll for MemberManager ([425d0c0](425d0c0))
    semantic-release-bot committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    484e79a View commit details
    Browse the repository at this point in the history
Loading