Skip to content

Releases: frictionlessdata/tableschema-swift

1.0.0

19 Dec 07:45
Compare
Choose a tag to compare
  • GH-5: Fix SwiftUI trying to use TableSchema with the wrong library type.

Full Changelog: 0.9.0...1.0.0

0.9.0

27 Jun 23:50
Compare
Choose a tag to compare

This is the initial release of the Swift native library for working with tabular data (Table Schema) which is intended as a companion to the Data Package library for data packages containing table schema resources. It is a "draft" release in that the public APIs are not finalized pending community feedback. APIs are not expected to change substantially and the library has already seen some real world usage. Core functionality for working with table schema is available although the library only implements a core subset of the spec.

Requirements:

  • Source compatible with Swift 4.2 and up
  • The Foundation framework

Supported Platforms:

  • macOS: Full functionality available in macOS ≥ 10.12 (Sierra), date functionality is limited in prior versions
  • iOS / iPadOS: Full supported functionality available in iOS ≥ 10, date functionality is limited in prior versions
  • Linux: Limited by what's available in the Foundation library implementation swift-corelibs-foundation

The library has been primarily developed for iOS / iPadOS and macOS. This library is especially useful for dealing with "small data" which can live on the client side without needing a server side component. Rufus Pollock of the Open Knowledge Foundation calls this "small data."