Skip to content
This repository was archived by the owner on Feb 16, 2019. It is now read-only.

Commit bed021c

Browse files
committed
Add changelog. Fixes #82
1 parent b329156 commit bed021c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Changelog.markdown

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# SSToolkit Changelog
2+
3+
### Version 0.1.1
4+
5+
**Unreleased**
6+
7+
* Added `SSCollectionViewItemAnimation` to SSCollectionView
8+
9+
* Added basic tests
10+
11+
* Added begin/end updates to SSCollection with the following methods:
12+
13+
- (void)beginUpdates;
14+
- (void)endUpdates;
15+
- (void)insertItemsAtIndexPaths:(NSArray *)indexPaths withItemAnimation:(SSCollectionViewItemAnimation)animation;
16+
- (void)deleteItemsAtIndexPaths:(NSArray *)indexPaths withItemAnimation:(SSCollectionViewItemAnimation)animation;
17+
- (void)insertSections:(NSIndexSet *)sections withItemAnimation:(SSCollectionViewItemAnimation)animation;
18+
- (void)deleteSections:(NSIndexSet *)sections withItemAnimation:(SSCollectionViewItemAnimation)animation;
19+
- (void)moveSection:(NSInteger)section toSection:(NSInteger)newSection;
20+
21+
### Version 0.1.0
22+
23+
[Released September 18, 2011](https://github.com/samsoffes/sskeychain/tree/0.1.0)
24+
25+
* Initial release

0 commit comments

Comments
 (0)