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: phpgt/Session
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: phpgt/Session
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 19, 2023

  1. Trans IDs (#252)

    * feature: type safe getters
    closes #81
    
    * loosen type (can be array access)
    
    * feature: allow transparent ids
    Greg Bowler
    Greg Bowler authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1899302 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Create SECURITY.md

    g105b authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    c086d19 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Implement countable (#253)

    * feature: type safe getters
    closes #81
    
    * loosen type (can be array access)
    
    * feature: implement countable
    closes #12
    
    * ci: improve ci, fix security vulnerability
    
    * build: bump deps
    
    * tidy: fix deprecations
    
    * tidy: refactor classes from static analysis
    
    ---------
    
    Co-authored-by: Greg Bowler <greg.bowler@g105b.com>
    g105b and Greg Bowler authored May 5, 2025
    Configuration menu
    Copy the full SHA
    4de609d View commit details
    Browse the repository at this point in the history
Loading