Skip to content

Releases: amalfra/giantbomb

Modern

24 Aug 09:05
Compare
Choose a tag to compare
  • This release adds lots of improvements and modernization of the codebase.
  • Minimum PHP version required is 8.1
  • Changed caching layer to better base library

next gen

07 Dec 18:20
Compare
Choose a tag to compare

This release adds lots of improvements and features.

  • The core is refactored to better coding standards.
  • The names
  • From this release onwards PHP versions less than 7.0 will not be supported
  • Caching support is added in this release. Now API responses can cached to prevent hitting API again when same query is made again. Currently this supports storing cache in 2 ways:
    * inmemory: cache will be stored in memory as associative array. won't be persisted after script exits.
    * redis: cache can be stored in redis store.
    more caching store supports will be added in upcoming versions

First proper release

01 Dec 07:28
d5823d6
Compare
Choose a tag to compare

This is the first versioned release