All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.10.0 - 2024-12-03
v0.9.0 - 2024-10-31
v0.8.1 - 2024-10-14
40c2914
- typo heuristic (PR #53 by @Rotzbua)b330dfd
- Use correct log info method (PR #57 by @kesara)87031fd
- Read from STDIN (PR #56 by @kesara)
v0.8.0 - 2024-04-04
6a6de81
- Add support for Python 3.12 (PR #43 by @Rotzbua)e5d1820
- Remove support for Python 3.7 (PR #49 by @kesara)
v0.7.1 - 2023-02-01
v0.7.0 - 2023-01-31
ac1cc51
- Use xml2rfc (PR #28 by @kesara)8935e20
- Add support for Python 3.11 (PR #30 by @kesara)d1076d2
- Remove command line option --no-xinclude (PR #32 by @kesara)
v0.6.2 - 2023-01-19
v0.6.1 - 2022-04-05
265b214
- add tox.ini (commit by @NGPixel)5e75de3
- fix test entry path (commit by @NGPixel)689ebe0
- add missing pycodestyle (commit by @NGPixel)91febab
- missing pyflakes (commit by @NGPixel)217f4a7
- update Results. address pep8 complaint. (PR #3 by @rjsparks)
0.5.19 - 2019-08-29
- Move sources to an appropirate github location
- Always emit a file when repair is chosen
0.5.17 - 2019-08-16
- Remove Python 3.4 from the supported list
0.5.16 - 2019-07-01
- Require new version of rfctools for new RNG file
0.5.15 - 2019-05-27
- Add test case for UTF-8
- Add test case for two pass
- Fix errors where we need to emit UTF-8 characters in either text or attributes
- Force DOCTYPE not to be emitted when we have fixed a file so that we don't pick up default attributes
0.5.14 - 2019-04-21
- Force a viewBox to be part of the output
0.5.13 - 2019-04-06
- Setup so that it can take input from stdin
- Clean up so that pyflakes passes
0.5.12 - 2019-02-22
- Add exit comment on success/Failure
- Copy the preserve whitespace parameter from rfclint. This preserves formatting.
- Preserve comments when doing a repair
- Change the test scripts to use the same parsing options
0.5.4 - 2018-05-09
- Add the numeric values for font-weight
- Allow for #fff to be tagged as white. Original discussions thought this was not going to be used.
0.5.1 - 2018-03-04
- Setup things so it publishes to PyPI
0.5.0 - 2018-02-25
- No changes
0.0.3 - 2018-02-11
- Correct black/white substitutions on RGB colors
0.0.2 - 2018-01-25
- Add more test cases to get coverage number above 85%
- Rewrite style proprety handling to promote items rather than validate in place
0.0.1 - 2018-01-05
- Create the initial simple version
- Create python setup program