Releases: frictionlessdata/tableschema-go
Releases · frictionlessdata/tableschema-go
v1.5.2
v1.5.1
v1.5
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
Merge pull request #80 from frictionlessdata/castColumn Add schema.CastColumn
Small change in `Iterator.Next` behavior
Also added more checks to the CastRow
method
Please refer to #73 for the rationale behind those changes.
Fixing problem with default decimal char
Merge pull request #80 from frictionlessdata/castColumn Add schema.CastColumn
More CSV parser configurations to create table.
1.1 Introducing CSV parser configurations that could be done using out-of…
Fully compliant with FDT specification
v1.0 Fixing problem with naming examples.
Constraints and bug fixes
- 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"
v0.1.3 Removing Headers() method from Schema. Updating example to deal with …