Releases: cwrc/dbpedia-entity-lookup
Releases · cwrc/dbpedia-entity-lookup
v2.0.0
2.0.0 (2021-05-06)
Bug Fixes
- 🐛 Use DBPedia API directly via https call (61a1c82)
Features
BREAKING CHANGES
- 🧨 Since this change move away from CWRC proxy to use DBPedia API direct,
this change should be consideted a break even if it doesn't created any
breaking changes in the the data transaction. - 🧨 Since this change move away from CWRC proxy to use DBPedia API direct,
this change should be consideted a break even if it doesn't created any
breaking changes in the the data transaction.
v1.1.0
v1.0.0
1.0.0 (2020-03-20)
Bug Fixes
- fix error handle timeout (8c123fa)
Code Refactoring
- clean up update to es6 syntax (4828d9b)
Performance Improvements
- fetch results directly from dbpedia lookup (f5578b3)
Reverts
- change http request back to cwrc services (f7c297a)
BREAKING CHANGES
- use import instead of require to load this module