v1.2.0
- Added
diff
andslice
methods toBaseCollection
class. - Extracted
contains
method fromArrayList
toBaseCollection
, now is available on all child classes. - Removed
find
method fromArrayList
,Dictionary
, andGenericList
classes. - Removed
search
method fromGenericList
class. - Updated documentation.