Skip to content

Releases: KevinVitale/ReactiveJSON

ReactiveSwift 1.1.0

02 Mar 01:47
Compare
Choose a tag to compare

The Fix: RELEASE

20 Oct 18:41
Compare
Choose a tag to compare
  • Fixes a Swift compiler crash occurring in queryParams, when in RELEASE config

The Cleanup: Making things explicit

10 Oct 18:42
Compare
Choose a tag to compare

☠️ 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

18 Aug 19:08
Compare
Choose a tag to compare

Considered stable.

Supports:

  • Xcode 7 / Swift 2.2; &
  • Xcode 8 / Swift 2.3

Refactoring: Leaner, Meaner, Cleaner

16 Aug 18:17
Compare
Choose a tag to compare
Pre-release

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

09 Aug 20:43
Compare
Choose a tag to compare
Pre-release

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.