We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048ad51 commit d049023Copy full SHA for d049023
1 file changed
CHANGELOG.md
@@ -0,0 +1,21 @@
1
+### master
2
+
3
+- Add Carthage support
4
+- Add tvOS and watchOS support
5
6
+### 1.2.0 (2015-09-18)
7
8
+- Update to Swift 2
9
+- Add millisecond helper (`100.ms`)
10
11
+### 1.1.0 (2015-05-13)
12
13
+- Add `start(runLoop:, modes:)`
14
+- Refactoring
15
16
+### 1.0.0 (2015-05-11)
17
18
+- Initial release
19
+- `NSTimer.after(...)` and `NSTimer.every(...)`
20
+- `NSTimer.new`
21
+- Ruby on Rails-inspired time helpers like (5.seconds or 1.minute)
0 commit comments