version 0.6
Thanks to everyone for their patience with this release!
- Breaking change: dropped support for end-of-life Python 2.7 and 3.4.
- Added support for Python 3.8 and 3.9.
- Added binary wheels for Linux and macOS.
- Updated
Wikicode.matches()
to recognize underscores as being equivalent to spaces. (#216) - Added a
default
parameter toTemplate.get()
, and implement dict-style item access for template parameters. (#252) - Fixed a rare parsing bug involving deeply nested style tags. (#224)
- Fixed parsing of section headings inside templates. (#233)
- Updated HTML tag definitions.
- Internal refactoring and cleanup.