Skip to content

Releases: spencermountain/wtf_wikipedia

9.0.2

29 Nov 22:17
16ddb9a
Compare
Choose a tag to compare
  • bump deps, npm audit fixes
  • minor releases for all plugins

thank you @wvanderp

9.0.1

01 Sep 15:25
e412bb9
Compare
Choose a tag to compare
  • [fix] - runtime error in cli (thanks maxlath!)
  • [fix] - linter fixes for regexes
  • update deps

9.0.0

04 Apr 18:04
7f08539
Compare
Choose a tag to compare

Tldr:

  • .templates() now return Template objects, instead of json.
  • cool new http library for .fetch()
  • custom templates recieve pre-parsed json
  • more development of plugins

detail:

  • [breaking] - .templates() now returns Template objects, like other methods (call .json())

  • [breaking] - change interpretation of reversed params in .fetch() method (thanks wouter!)

  • [breaking] - change params for custom templates

  • [breaking] - move .random() and .category() to plugin-api

  • [breaking] - always return an array for plural methods, even with number param, like .links(3)

  • [possibly-breaking] - cleanup null|undefined responses from methods

  • [possibly-breaking] - remove .dates() method (prev deprecated)

  • [possibly-breaking] - require node 10, ie > 11

  • [change] - normalize table rows

  • [change] - move wiktionary templates to wtf-plugin-wiktionary

  • [change] - Link.text() now returns page

  • [change] - improvements to 'soft' isDisambiguation detection

  • [change] - deprecate wtf-plugin-category (move to wtf-plugin-api)

  • [new] - api plugin

  • [new] - disambig plugin

  • [new] - person plugin

  • [new] - Table.get() method

  • [new] - set new infoboxes using .extend()

  • plugin-api 0.0.1

  • plugin-classify 1.0.0

  • plugin-disambig 0.0.1

  • plugin-image 0.3.0

  • plugin-person 0.2.0

  • plugin-summary 0.3.0

  • plugin-wikitext 1.1.0

  • plugin-wikinews 0.0.1

  • plugin-wikivoyage 0.0.1

  • plugin-wiktionary 0.0.1

8.5.1

10 Sep 22:17
f3da84d
Compare
Choose a tag to compare

fix reference json encoding for mongodb

8.5.0

10 Sep 16:15
ac8795a
Compare
Choose a tag to compare
  • fix for cross-domain 3rd-party wikis
  • improved support for fetching non-wikipedia domains

8.4.0

09 Jul 21:50
7790900
Compare
Choose a tag to compare

8.4.0

  • new wikidata() method
  • new domain() method
  • support image urls from 3rd-party wikis
  • support for some html formatting tags #374
  • support for sub and sup templates
  • [fix] for link-parsing bug #375

8.3.0

25 May 20:44
06a83ae
Compare
Choose a tag to compare
  • adds some wikivoyage templates
  • fix cli help options
  • change covid template again

8.2.1

25 Apr 17:27
4889fd1
Compare
Choose a tag to compare

fix #260 and #348

8.2.0

22 Apr 13:09
be66179
Compare
Choose a tag to compare

8.2.0

  • export http lib for plugin in .extend()
  • stop exporting (huge) mapfile in builds
  • deprecate .dates() from sentence class (didn't work)
  • stop ignoring ref-list template, keep otherwise empty ==References== sections

8.1.2

14 Apr 17:51
c37f07f
Compare
Choose a tag to compare

track changes to covid templates