Skip to content

Tags: frictionlessdata/datapackage-java

Tags

0.9.9

Toggle 0.9.9's commit message
- relaxed the conditions for package images a bit - missing binary da…

…ta now returns null instead of throwing an exception

- lots of dependency updates

0.9.8

Toggle 0.9.8's commit message
Fix for #63 - null values in FK field

0.9.7

Toggle 0.9.7's commit message
Fixes in FilebasedResource to better support nontabular data.

Fix for a bug in FilebasedResource returning the format.

0.9.6

Toggle 0.9.6's commit message
Smaller change

0.9.5

Toggle 0.9.5's commit message
Merge remote-tracking branch 'origin/main'

# Conflicts:
#	pom.xml

0.9.2

Toggle 0.9.2's commit message
Buf fix for data resources that should be serialized to file

0.9.1

Toggle 0.9.1's commit message
small fix

0.9.0

Toggle 0.9.0's commit message
Better support and tests for non-tabular resources

0.8.3

Toggle 0.8.3's commit message
Better support and test for non-tabular resources. Added spotbugs mav…

…en plugin

0.8.1

Toggle 0.8.1's commit message
Internal refactoring to how Resources are serialized/deserialized in …

…a Package.

Added getDataAsJson()/getDataAsCsv() methods to Resources so users are able to retrieve all data in a specified format in one go.