Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Version 1.1.0

Latest
Compare
Choose a tag to compare
@jmalloc jmalloc released this 05 Mar 01:49
· 1 commit to master since this release
  • [FIXED] Collection::getIterator() now correctly resolves nested IteratorAggregate iterators
  • [NEW] Added Set::pop() and Map::pop()
  • [IMPROVED] LinkedList is now implemented as a doubly-linked-list, the original implementation is available as SinglyLinkedList
  • [IMPROVED] Updated autoloader to PSR-4