Releases: Wolox/ReactiveArray
Releases · Wolox/ReactiveArray
v0.7.0: ReactiveCocoa 4.0.0-alpha.5
v0.6.0: ReactiveCocoa 4.0.0-alpha.4
- Updates ReactiveCocoa to version
4.0.0-alpha.4
- Fixes bug in observable count #20 (thanks @jersonperpetua)
v0.5.0: XCode 7.1 support
This release is meant for use with Xcode 7.1 and Swift 2.1.
v0.4.0: Update operation
This release is meant for use with Xcode 7.0 and Swift 2.0.
Breaking changes
- Changes insert operation to use Array's insert method and adds
.Update
operation #16 (thanks @jkennington)
v0.3.0: Swift 2
This release is meant for use with Xcode 7.0 and Swift 2.0.
Known issues
- There is an issue with Carthage 0.8 not being able to download the binaries for version
v4.0-alpha.1
. The work-around is to specify the commit hash (8ebff4f192ad11dfc62c55e8151c235d005f390b
) instead of the the tag name in the Cartfile.
Final ReactiveCocoa version!
This release is meant for use with Xcode 6.4 and Swift 1.2. If you need Swift 2.0 check out the swift2 branch.
Updates ReactiveCocoa to final version v3.0.0
Killing some bugs!
First patch update!
This release is meant for use with Xcode 6.4 and Swift 1.2. If you need Swift 2.0 check out the swift2
branch.
Changes
- Adds ReactiveArray#last method
- Upgrade ReactiveCocoa to v3.0-RC.1
- Minor refactors
v0.1.0: Hello World
This release is meant for use with Xcode 6.4 and Swift 1.2.