Skip to content

2.1.0

Compare
Choose a tag to compare
@nkaaf nkaaf released this 22 Feb 08:06
· 28 commits to main since this release
fbbbace

Features

  • New List: DoubleLinkedList
  • clear() method for removing all elements of the list (alias: removeAll()) -> thanks to @nnyerges for the idea (#13)

Examples

  • add clear() call

Fix

  • Removing elements in SingleLinkedLists

Internal Changes

  • Add private Class for Entries
  • Reorder methods
  • add new Class and new methods to keywords file

Full Changelog: v2.0.0...v2.1.0