Skip to content

Tags: IBM-Swift/SwiftyJSON

Tags

17.0.5

Toggle 17.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tolerate Swift 5.1 (#44)

IBM-2019

Toggle IBM-2019's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tolerate Swift 5.1 (#44)

17.0.4

Toggle 17.0.4's commit message
Fixes for Swift 4.2 on Linux (#43)

* Use same test as OSX, as issue IBM-Swift/SwiftRuntime#183 appears fixed in swift 4.2 on linux

* Use a String for the key in the json rather than an Int. Using an Int causes failure in Linux with swift 4.2. Surely all json keys are Strings anyway?

* Trap Int before Doubles before Bools in setPObjectHelper otherwise swift4.2 on linux can interpret Ints as Doubles and Bools as Ints

* Reinstate linux swift 4.2 build on travis

17.0.3

Toggle 17.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tolerate Swift 5 (#42)

17.0.2

Toggle 17.0.2's commit message
Rename Package@swift-4.swift to Package@Swift-4.swift (#41)

17.0.1

Toggle 17.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #39 from KyeMaloy97/issue.removeIncremental

Removed _incremental protocol from JSONIndex struct

17.0.0

Toggle 17.0.0's commit message
Merge pull request #36 from IBM-Swift/swift-4

Swift 4

16.0.2

Toggle 16.0.2's commit message
Merge pull request #36 from IBM-Swift/swift-4

Swift 4

16.0.1

Toggle 16.0.1's commit message
Swift 4 support (#33)

16.0.0

Toggle 16.0.0's commit message
Kitura/Kitura#1047 Swift 3.1 changes