Skip to content

Releases: aNNiMON/Lightweight-Stream-API

v1.0.2

21 Jul 13:52
Compare
Choose a tag to compare
  • Fix ConcurrentModificationException while adding data to List after creating Stream
  • Add UnaryOperator and BinaryOperator (thanks to @Fi5t)
  • Change linked data structures to array-based (655af4a)

v1.0.1

09 Jan 16:55
Compare
Choose a tag to compare
  • Removed typeResolver argument in Collectors.toList() and toSet()
    Before: Collectors.toList(new Integer[0]);
    Now: Collectors.<Integer>toList();
  • Add orElseGet(Supplier other) and orElseThrow(Supplier exceptionSupplier) to Optional
  • Add int hash(Object... values) to Objects
  • Fix bugs

v1.0.0

05 Jan 11:46
Compare
Choose a tag to compare
Create README.md