This changelog tracks features and fixes of wikidata-taxonomy.
- Add user-agent to follow Wikimedia user-agent policy
- Quote CSV as specified in RFC4180 (#41)
- Add browserify distribution
- Extend documentation
- Update dependencies
- Quote label in CSV and add TSV format (#38)
- Add option
--prune/-R
to prune hierarchies
- Fix duplicated items and mappings (#36)
- Fix field
concepts
in json output (from object to array) - Rename default
tree
format totxt
. - Add experimental
wdmappings
tool (not documented yet)
- Express number of instances and sites as JSKOS Concept Occurrences.
- Include instances in CSV format
- Add option
--no-labels/-L
to omit labels (#30) - Add option
--json/-j
as alias to--format json
- Add options
--no-instancecount
and--no-sitecount
- Add option
--uris
/-U
to show full URIs (#28) - Add option shortcut
-C
for--color
- Rename option
-e
and-l
long names equal to wikidata-cli - Colorize CSV format
- Fix bug in CSV output (#29)
- Use JSKOS as JSON output format (#25)
- Include mapping types (#26)
- Support multiple mapping properties, including shortcuts (#23)
- Start to align internal JSON format to JSKOS (#25)
- Multi-hierarchy-indicator in CSV and tree output now includes all broader items
- Add option to include mappings (expect in CSV output)
- Fix CSV output (again)
- Fix CSV output
- Refactor to be used as node and browserify module
- Limit NDJSON to classes (#14)
- Raise requirement to node 6
- Add option
--descr
to include item descriptions - Add options to specify the query endpoint
- Fix option
--total
- Fix inclusion of number of sites
- Add option
--property
to query other kinds of taxonomies such as partitive, biological etc.
- Add JSKOS output format (
ndjson
) - Add option
--total
to count total/transitive number of instances - Add option
--brief
to omit number of sites and instance - Add option
--verbose
to enable verbose error message
- Change label color to white (#7)
- Add option
--post
to disable caching
- New option
--children
to only get direct subclasses - More more liberal identifier parsing
- More liberal identifier parsing
- Count instances also in reverse mode
- Detect when an instance was queried
- Detect non-existing items or properties
- New option
--output
for output file
- Support retrieval of property hierarchies
- New option
--reverse
to show superclasses - Improved tree format
- Increased dependency on wikidata-sdk
- Improve tree format
- New option
--no-colors
to disable colors
- New option
--instances
to include instances - Added color output
- Make tree format the default
- Modify CSV format
- New options
--json
and--sparql
- First release, ported from a Perl script: from the frying pan into the fire