All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Xcode 10 warning.
- Add documents for english language.
- Rename
+[EZSequence zip:]
to+[EZSequence zipSequences:]
. - Rename
+[EZSequence concat:]
to+[EZSequence concatSequences:]
.
- Optimize
EZSQueue
performance.
- Add EZS_instanceEqual useful block.
- Fix bug for removeObjectAtIndex: method.
- Add EZS_performSelector, EZS_mapWithSelector useful blocks.
- Add removeAllObjects method for EZSArray and EZSOrderedSet.
- Add concat, flatten, zip method for EZSequences.
- Fix crash while enumerating a sequence.
- Add Generic support for EZSWeakArray, EZSWeakOrderedSet.
- Add EZSWeakReference and NSObject+EZSDeallocBell helper classes.
- First version. See also README.md.