Releases: KevinVitale/ReactiveJSON
Releases · KevinVitale/ReactiveJSON
ReactiveSwift 1.1.0
The Fix: RELEASE
- Fixes a Swift compiler crash occurring in
queryParams
, when in RELEASE config
The Cleanup: Making things explicit
☠️ WARNING ☠️
This release has a bug which causes the Swift compiler to crash when building for RELEASE. It is insisted you use v0.0.5.
- Divides big files into separate, more explicit source files; - Tweaks how parameters get percent encoded (relying on `NSURLComponents`)
Supports:
- Xcode 8 / Swift 2.3
The Release: Third Time is a Charm
Considered stable.
Supports:
- Xcode 7 / Swift 2.2; &
- Xcode 8 / Swift 2.3
Refactoring: Leaner, Meaner, Cleaner
Supports Xcode 7 / Swift 2.2
- Refactored most of the core API (tests still all passing!); and,
- Decluttered the project's navigation structure; and,
- Created a single-scheme, multi-platform project file (#1)
The Beginning: Swift 2.2
A "code freeze", of sorts. Supports Xcode 7 / Swift 2.2
Note: This release is suitable for production apps; however, there are breaking API changes already in
develop
, so be prepared to pin this version, if necessary.