-
v1.3.1
Fix -deliverOn: space usage, asynchronous -scheduleRecursiveBlock:
-
v1.3.0
Move NSButton.rac_command to NSControl, add rac_textSignal
-
v1.2.0
Added folding methods and -[RACSignal executeCommand:]
-
v1.1.1
Fix -toProperty:onObject: disposal
-
v1.1.0
Threading bug fixes, new waiting methods, fixed -switchToLatest
-
v1.0.1
Fix RACCommand crash on ARM, added -not, fixes to RACStringSequence
-
v1.0.0
Initial stable API release
-
0.3
More warnings, iOS fixes, use rpath for framework linking
-
v0.17.1
RACTupleUnpack(), crazy amounts of documentation
-
v0.17.0
-bindTo: & +zip: bug fixes, disallow > 1 RAC()s to the same property
-
v0.16.2
Add -[RACSequence objectEnumerator], KVO signal and misc. bug fixes
-
v0.16.1
Autorelease RACDynamicSequence tails to prevent stack overflow
-
v0.16.0
asMaybes > materialize, switch > switchToLatest, optimizations
-
v0.15.1
Fix retain cycles, add -rac_sequence for NSEnumerator/RACTuple
-
v0.15.0
Replace RACConnectableSignal, throttle/delay fixes, eager seqs
-
0.2
Disable TEST_AFTER_BUILD by default, set PUBLIC_HEADERS_FOLDER_PATH
-
v0.14.1
Fix -concat retain cycle and +bufferWithTime: bug
-
v0.14.0
+if:then:else:, remove RACAsyncCommand and RACCollection, fix -concat
-
v0.13.1
Immediately forward +zip:reduce: errors, add +interval:withLeeway:
-
v0.13.0
Turn protocols back into classes, fix lift retain cycle, misc. fixes