Skip to content

Releases: canciolabs/php-stack

v1.2.1

24 Jan 22:54

Choose a tag to compare

Fix the README file and a few docblocks.

v1.2.0

24 Jan 22:53

Choose a tag to compare

Add a constructor and a toArray method to the Stack class.

v1.1.0

29 Feb 20:11

Choose a tag to compare

  • Add the clear method
  • Add the StackIterator

v1.0.0

27 Feb 02:46

Choose a tag to compare

Adds an interface and an array-based implementation of the LIFO Stack data structure.