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: php-cache/array-adapter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: php-cache/array-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Jun 6, 2018

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

Commits on Jul 11, 2018

  1. PHPArray adapter using arrays for hierarchical (#219)

    * fixing phpdoc
    
    * fixing phpdoc
    
    * adding const for Hierarchical modes
    
    * implementing modes in HierarchicalCachePoolTrait
    
    * switching to array mode for PHPArray implementation
    
    * fixing unaltered keys in array mode, they are forced in array
    
    * adding utility functions & using arrays for Hierarchical implementation
    
    * updating arrayIsset to manage nested cases
    
    * fixing failed test when having non-array return
    
    * using self as accessor for const
    
    * cleaning arrayIsset func to cacheIsset
    
    * cleaning arrayToolkit func to cacheToolkit
    
    * comment
    
    * updating hierarchical traits & adding one more to have keys as arrays (+ removing hierarchical modes)
    
    * implementing new HierarchicalArray trait for PHPArray adapter
    
    * fixing StyleCI
    
    * updating Changelogs
    
    * cleaning Changelog files
    
    * removing trait & implementing getHierarchyKey in PHPArray
    
    * removing tests encryption scrap
    Korbeil authored and Nyholm committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    69e9052 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

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

Commits on Dec 7, 2020

  1. Normalize the composer.json files (#247)

    * Normalize the composer.json files
    
    * Normalize tagInterop
    Nyholm authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    75369bc View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Added changelogs for new versions (#248)

    * Added changelogs for new versions
    
    * Added changelog for adapter-common
    
    * Added more changelogs
    Nyholm authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    71e72a5 View commit details
    Browse the repository at this point in the history
Loading