Skip to content

v1.2.0

Compare
Choose a tag to compare
@maxalmonte14 maxalmonte14 released this 23 Oct 21:33
· 12 commits to master since this release
  • Added diff and slice methods to BaseCollection class.
  • Extracted contains method from ArrayList to BaseCollection, now is available on all child classes.
  • Removed find method from ArrayList, Dictionary, and GenericList classes.
  • Removed search method from GenericList class.
  • Updated documentation.