Releases: ONSdigital/csvw-check
Releases · ONSdigital/csvw-check
Copyright notice, license, and maven publish
v0.0.3 - Tidying up CLI
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Refactored code to better meet the W3C tabular metadata specifications.
What's Changed
- Issue #78 Implementing Number Format Parser by @robons in #97
- Sorting out namespacing issues by @robons in #103
- #101 Fixing bug with string
@language
tag support. by @robons in #104 - #77 Massive refactor + supporting CSV-W HTTP Headers Properly by @robons in #108
New Contributors
- @robons made their first contribution in #97
Full Changelog: v0.0.1-RC1...v0.0.2
Docker container
$ docker pull gsscogs/csvw-check:v0.0.2
$ docker run --rm gsscogs/csvw-check:v0.0.2 bin/csvwcheck -s https://w3c.github.io/csvw/tests/test011/tree-ops.csv-metadata.json
Valid CSV-W
v0.0.1-RC1
v0.0.1 Release Candate 1