Skip to content

Releases: frictionlessdata/tableschema-go

v1.5.2

01 Dec 14:20
Compare
Choose a tag to compare
Remove unused README badges.

v1.5.1

01 Apr 17:31
Compare
Choose a tag to compare

What's Changed

  • Fixes problem of CastRow to deal with time.Time

Full Changelog: 1.5...v.1.5.1

v1.5

29 Mar 23:19
c9919c5
Compare
Choose a tag to compare

What's Changed

  • Puts the library in par with the spec in respect of foreign keys. Now, the Schema.ForeignKeys field is a slice.
  • Synchronizing vendor directory and modules by @danielfireman in #87
  • Adding support cast rows to structs with embedded types by @danielfireman in #86
  • CastTable reports all errors by @danielfireman in #89
  • Introducing casting to pointers support. by @danielfireman in #91
  • Adds support for GZIP compressed CSV files by @cuducos in #96

New Contributors

Full Changelog: 1.1.1...1.5

Introduce the FieldType type and WithPriorityOrder inference option

24 Apr 16:44
f9bf389
Compare
Choose a tag to compare
Merge pull request #80 from frictionlessdata/castColumn

Add schema.CastColumn

Small change in `Iterator.Next` behavior

08 Apr 19:00
f9bf389
Compare
Choose a tag to compare

Also added more checks to the CastRow method

Please refer to #73 for the rationale behind those changes.

Fixing problem with default decimal char

04 Mar 22:54
f9bf389
Compare
Choose a tag to compare
Merge pull request #80 from frictionlessdata/castColumn

Add schema.CastColumn

More CSV parser configurations to create table.

24 Nov 23:59
Compare
Choose a tag to compare
1.1

Introducing CSV parser configurations that could be done using out-of…

Fully compliant with FDT specification

13 Nov 15:08
df55ce6
Compare
Choose a tag to compare
v1.0

Fixing problem with naming examples.

Constraints and bug fixes

09 Oct 23:38
Compare
Choose a tag to compare
  • Implemented constraint checks for string, time, date and datetime fields
  • Fixed bug in encoding: panic when the schema has more fields than the struct

Fetching schema and table from remote site and added the type "any"

14 Sep 12:10
Compare
Choose a tag to compare
v0.1.3

Removing Headers() method from Schema. Updating example to deal with …