Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 2.6 KB

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 2.6 KB

Changelog

0.2.1 (2024-03-26)

Bug Fixes

  • skip empty li tags when parsing definitions (345c406)

0.2.0 (2024-03-13)

Features

  • send user agent headers with wikmedia api request (a2e10fd)
  • use session objects in Glossary.lemmatize() and Glossary.lookup() (e72ee19)

Bug Fixes

  • sv: fix antonyms and synonyms values (4eb4ec4)

0.1.0 (2024-02-21)

Features

Bug Fixes

  • add dependencies (827d1dd)
  • conditionally escape early (8c30f5a)
  • da: fix basic inflection checking (8c30f5a)
  • fix various parser issues (8c30f5a)
  • parse "see Thesaurus: <phrase>" gracefully (8c30f5a)
  • parse more carefully (8c30f5a)
  • remove [*] from definitions in english (8c30f5a)

Documentation