wtf_wikipedia

a pretty-committed wikipedia markup parser

MIT License

Downloads
6.7K
Stars
773
Committers
70
wtf_wikipedia - 10.3.2 Latest Release

Published by spencermountain 4 months ago

  • [new] - support many new inline templates
  • [new] - support recursive i18n category queries
  • [update] - dependencies
  • [update] - i18n and api plugins
wtf_wikipedia - 10.3.1

Published by spencermountain 6 months ago

  • [fix] - unicode glitch token #573
  • [fix] - retire mixesdb wiki test
  • [fix] - support birthdate template aliases #537
  • [update] - dependencies
wtf_wikipedia - 10.3.0

Published by spencermountain 10 months ago

  • [new] - more i18n redirects and templates
  • [new] - get more revision metadata from .fetch()
  • [new] - metadata methods .revisionID(), .description(), .timestamp(), .pageImage()
  • [new] - i18n .isStub() method
  • [new] - debug plugin for finding parsing errors
  • [new] - fallbackTemplateFn handler #509
wtf_wikipedia - 10.2.1

Published by spencermountain 12 months ago

  • [change] - support more templates
  • [change] - support multiple citations inside a ref tag
  • [new] - add revisionID() - thanks Dag-Inge! #568
wtf_wikipedia - 10.2.0

Published by spencermountain about 1 year ago

10.2.0 [Oct 2023]

  • [change] - typescript export helpers
wtf_wikipedia - 10.1.7

Published by spencermountain about 1 year ago

  • [fix] - don't crash on huge geojson blob #555
wtf_wikipedia - 10.1.6

Published by spencermountain about 1 year ago

  • [change] - handle fetch data errors
  • [fix] - template runtime error #550
  • [update] - deps
wtf_wikipedia - 10.1.5

Published by spencermountain over 1 year ago

  • [fix] - support inline templates
  • [change] - dont overwrite duplicate props in infobox #530
  • [update] - deps
wtf_wikipedia - 10.1.4

Published by spencermountain over 1 year ago

  • [fix] - #528 template runtime errors
  • [fix] - remove stray console.log (thank you @mxunknown)
  • [update] - some work on gamelog template
wtf_wikipedia - 10.1.3

Published by spencermountain over 1 year ago

10.1.3 [Mar 2023]

  • [fix] - #519 date parsing issue
  • [fix] - #518 support slash in infobox property
  • [fix] - #516 better support {{br}} template
wtf_wikipedia - 10.1.2

Published by spencermountain over 1 year ago

10.1.2 [Jan 2023]

  • [fix] - #514 runtime error
  • [update] - dependencies
wtf_wikipedia - 10.1.1

Published by spencermountain almost 2 years ago

  • [change] - support many more inline templates
  • [fix] - wikitext newline join issue
  • [update] - dependencies
wtf_wikipedia - 10.1.0

Published by spencermountain almost 2 years ago

  • [fix] - extra dots in interwiki links #510
  • [new] - configure unsupported template behaviour - templateFallbackFn #509
  • [update] - dependencies
  • [change] - allow embedded infoboxes #506
  • [change] - support :File and :Category syntax for #308
  • [new] - support {{medalcount}} template #428
wtf_wikipedia - 10.0.5

Published by spencermountain almost 2 years ago

  • [fix] - broken cli script #504
wtf_wikipedia - 10.0.4

Published by spencermountain almost 2 years ago

  • [fix] - mangled interwiki link #502
  • [fix] - tabs in infoboxes #435
  • [update] - dependencies
wtf_wikipedia - 10.0.3

Published by spencermountain about 2 years ago

  • [fix] - improved i18n infobox classification #498
  • [update] - dependencies
wtf_wikipedia - 10.0.2

Published by spencermountain over 2 years ago

  • [fix] - multiple inline templates in a heading #489
  • [fix] - non-i18n list templates #475
  • [fix] - don't print hatnotes in .text()
  • [update] - api, i18n, sports plugins
wtf_wikipedia - 10.0.1

Published by spencermountain over 2 years ago

  • [fix] - runtime error #484
  • [new] - wtf-plugin-sports for tricky nhl and mlb templates
  • [change] - .random() in api-plugin parses document
  • [change] - update dependencies
wtf_wikipedia - 10.0.0

Published by spencermountain over 2 years ago

  • [breaking] - drop IE11 support - target evergreen browsers
  • [change] - convert to esmodules internally
  • [change] - add blockquote template
    update deps
wtf_wikipedia - 9.1.0

Published by spencermountain over 2 years ago

9.1.0 [March 2022]

  • [change] - support inline templates inside section titles
  • [change] - xml parsing fix
  • [change] - increase arbitrary char limit on bold & italixs
  • [change] - improve parsing for Image and File names
  • [new] - add .license() method for image plugin
  • [fix] - table parsing bugs
  • [fix] - typescript fixes
    update deps
    huge thank you to @FFatur , @wvanderp + @tomasz13nocon