Skip to content

Releases: lunkkun/php-caching-generator

Migrating from PHP 8.0.x to PHP 8.1.x

18 Feb 08:52
cd066db
Compare
Choose a tag to compare

Added ReturnTypeWillChange attribute to silence deprecation notice.

Renamed everything to Caching Generator

30 Oct 08:05
Compare
Choose a tag to compare

For consistency with the CachingIterator, this class was renamed to CachingGenerator

Made internal attributes/functions private & added getCache method.

29 Oct 19:54
Compare
Choose a tag to compare

For compatibility with the SPL CachingIterator class, the method ->getCache() was added. Since the cache and the generator are now both exposed via public methods, the internal attributes (and an internal helper method) have been made private.

CachedGenerator now implements OuterIterator

29 Oct 19:20
Compare
Choose a tag to compare

CachedGenerator now implements OuterIterator.

Fixed README composer instructions

28 Oct 12:43
Compare
Choose a tag to compare

Fixed README composer instructions.

Initial release

28 Oct 12:31
Compare
Choose a tag to compare

Working version of PHP Cached Generator.