- Fix lookup by URI Template
- Prefer property P1921 (RDF URI Template) over P1630 (formatter URL)
- Use empty string instead of Wikidata-ID as default annotation
- Allow to disable labels by setting language to empty string
- Extend output formats
- Fix Unicode output when writing to files
- Add 'quicks' output format for deltas to be used in QuickStatements tool
- Remove 'help' command
- Add 'json' output format (JSKOS Concept Mappings, .ndjson)
- Include source and target concept scheme URI if available
- Add option 'language' to select language of labels
- Add option 'sparql' to customize Wikidata SPARQL endpoint
- Add option 'type' to filter Wikidata items by class
- Add basic support of BEACON input format
- Improve lookup of properties by label
- Add ntriples output format
- Add option 'relation'
- Fix command 'check' for indirect links
- Fix lookup of properties by URL template
- Implement command 'check'
- Rename command 'about' to 'head'
- Include item label for one-way mappings from Wikidata
- Rename command 'echo' to 'convert'
- Use command 'convert' by default
- Fix and extend input/output from stdin/stdout and files
- Add BEACON output format
- Implement command 'diff'
- Add arguments --sort and --no-cache
- First release at PyPI
- Implemented lookup of properties and mappings (commands 'property' and 'get')
- Create repository boilerplate