Skip to content

Commit

Permalink
Updated readme to version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Belkevich committed Dec 25, 2014
1 parent 37766fb commit b60975c
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NSDate+Calendar
NSDate+Calendar 0.0.6
===

This is the set of categories on [NSDate](https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSDate_Class/Reference/Reference.html) that allow access to date components such as *year, month, week of year, week of month, weekday, day, hour, minute, second* in local time zone and many more.
Expand Down Expand Up @@ -168,20 +168,7 @@ BOOL isGreaterOrEqual = [date1 isGreaterOrEqualToDate:date2]; // NO
#### History
**Version 0.0.5**
* Added 'days in month' property
**Version 0.0.4**
* Fixed potential bug in `dateWeekStart` and `dateWeekEnd` if local calendar's first weekday isn't sunday. Thanks to [artembartle](https://github.com/artembartle).
**Version 0.0.3**
* Fixed time changing removes 'date' component. Thanks to [John Hobbs](https://github.com/jmhobbs).
**Version 0.0.2**
* Fixed set weekday bug on calendar with 'monday' as first weekday.
**Version 0.0.1**
* First release.
[Releases](https://github.com/belkevich/nsdate-calendar/releases)
#### Updates
Expand Down

0 comments on commit b60975c

Please sign in to comment.