Skip to content

Releases: PureSwift/SwiftFoundation

v1.1.1

11 Jan 22:46
Compare
Choose a tag to compare
  • Added JSON-C as a dependency
  • Removed JSONSerializationType
  • Added Linux support for Travis CI

v1.1.0

20 Dec 04:49
Compare
Choose a tag to compare
  • #17 Removed JSON parsing engine based on JSONCore
  • #18 Made Unit Tests Pure Swift
  • 82c88b9 Added JSONSerializationType

v1.0.4

15 Dec 15:46
Compare
Choose a tag to compare
  • #16 Substring from RegularExpressionMatch.Range
  • #15 Added DateComponents struct
  • f95a288 Fixed Foundation conversion for JSON.Value
  • cf9cbbd Renamed ByteValue to ByteValueType

v1.0.3

11 Dec 19:29
Compare
Choose a tag to compare
  • Updated README
  • Added Int -> Int64 extensions

v1.0.2

06 Dec 07:08
Compare
Choose a tag to compare
  • #10 Base64 support
  • #11 Travis CI Support

v1.0.1

06 Dec 02:47
Compare
Choose a tag to compare
  • Moved Source files, added #if os() statements
  • Prevented Unit Test files from being compiled

v1.0.0 (First Linux Release)

05 Dec 23:28
Compare
Choose a tag to compare
  • First version with Linux Support.
  • Base64 decoding is not implemented.

First Darwin Release

05 Dec 16:38
Compare
Choose a tag to compare

First release of SwiftFoundation for the Darwin Platforms (OS X, iOS, WatchOS, tvOS).
Next version should have Linux support.