Releases: bcicen/wikitables
Releases · bcicen/wikitables
v0.5.5
- Add flag template translation (thanks @FranzDiebold!)
- Improve handling of tables missing a header
- Allow article title to be provided in URL form
v0.5.4
- Ensure empty/whitespace columns are read as empty fields
v0.5.3
- Library restructuring
- Improved warning/debug logging
v0.5.2
- Adds support for row-spanning column values
- Adds support for read flag shorthand templates
v0.5.0
- Improved template field handling
- New commandline utility
- Bug fixes
v0.4.1
- Adds automatic conversion of numeric values to respective type(
float
, int
)
- Improve parsing of WikiLink fields
- Various bug fixes
v0.4.0
- Expanded support for various table formats
- Improved table field detection logic
v0.3.2
- Encoding bug fixes for Python2
v0.3.1
- Python2 compatibility updates
- Multiple language support (thanks @mayhewsw!)
- Bug fixes