Releases: frictionlessdata/datapackage-go
Releases · frictionlessdata/datapackage-go
v1.0.4
v1.0.3
What's Changed
- Fix windows build by @danielfireman in #32
- Fix loading remote zip datapackages by @danielfireman in #34
Thanks, @loleg @drunkcod for the help with the windows build!
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Fix problem of having big numbers in descriptor by @danielfireman in #29
- Upgrade dependencies
Full Changelog: 1.0.1...v1.0.2
Fixing package.RemoveResource
Merge pull request #25 from frictionlessdata/fixRemoveResource Fixing Package.RemoveSource
1.0: Merge pull request #21 from frictionlessdata/Go11PlusReadColumn
Add support to go 1.11 and go modules.
Add suport to read resource columns
Merge pull request #21 from frictionlessdata/Go11PlusReadColumn Add support to go 1.11 and go modules.
Fix creation and loading of zip packages
0.4 Fix unzip and add more unit tests. #16
Improved validation error messages
- Improved validation error messages through the usage of github.com/santhosh-tekuri/jsonschema instead of xeipuuv/gojsonschema
- validator.NewRegistry now prioritizes in-memory cache to search for validators
- Go 1.10 build green
Introduce support to non-tabular resource
#13 -- Users now can access non-tabular data via Resource.RawRead
Feature complete
Datapackage-go library is feature complete.