Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

51 lines (39 loc) · 2.42 KB

CHANGELOG

versions follow SemVer

5.0.0 - 2020-04-17

Rename project: wikidata-filter -> wikibase-dump-filter

To update from wikidata-filter (assuming that you had wikidata-filter installed globally):

npm uninstall --global wikidata-filter
npm install --global wikibase-dump-filter

4.0.0 - 2019-11-26

BREAKING CHANGES

Rewrote the module interface. Convert your code from v3 to v4:

  • parse -> getEntitiesStream
  • filter -> filterFormatAndSerialize
  • serializer -> serialize
  • stream method filter -> filterAndMap

New features

  • CLI
  • NodeJS module
    • get access to more internal helpers: getEntitiesStream, buildFilter, buildFormatter
    • streams returned by getEntitiesStream have new methods: filter, map, tap

3.0.0 - 2019-05-05

BREAKING CHANGES

2.4.0 - 2019-05-05

2.3.0 - 2018-05-03

2.2.0 - 2018-05-03

2.1.0 - 2017-09-08

2.0.0 - 2017-03-30

BREAKING CHANGES

  • Removed the possibility to pass a claim argument as only argument (that is, without the -c, --claim prefix)

New features