Recent Releases of readme_renderer
readme_renderer - 44.0
What's Changed
- Support newer docutils versions by @kurtmckee in https://github.com/pypa/readme_renderer/pull/315
- Resolve Node 16 deprecation warnings in CI by @kurtmckee in https://github.com/pypa/readme_renderer/pull/309
- Lint specific directories by @kurtmckee in https://github.com/pypa/readme_renderer/pull/312
- Build a wheel once, for all test environments by @kurtmckee in https://github.com/pypa/readme_renderer/pull/308
- Update .gitpod.yml to replace deprecated extension by @shenxianpeng in https://github.com/pypa/readme_renderer/pull/306
- Exclude .gitpod.yml by default with check-manifest by @shenxianpeng in https://github.com/pypa/readme_renderer/pull/307
- Lazy open output files, and always close them by @kurtmckee in https://github.com/pypa/readme_renderer/pull/314
- Release 44 by @kurtmckee in https://github.com/pypa/readme_renderer/pull/316
New Contributors
- @kurtmckee made their first contribution in https://github.com/pypa/readme_renderer/pull/315
- @shenxianpeng made their first contribution in https://github.com/pypa/readme_renderer/pull/306
Full Changelog: https://github.com/pypa/readme_renderer/compare/43.0...44.0
- Python
Published by miketheman over 1 year ago
readme_renderer - 43.0
What's Changed
- allow picture through by @mistwire in https://github.com/pypa/readme_renderer/pull/299
- adds testing for 3.12, fixes #290 by @mistwire in https://github.com/pypa/readme_renderer/pull/300
- Release 43.0 by @miketheman in https://github.com/pypa/readme_renderer/pull/303
Full Changelog: https://github.com/pypa/readme_renderer/compare/42.0...43.0
- Python
Published by miketheman about 2 years ago
readme_renderer - 42.0
What's Changed
- PEP 621 added by @apurvakhatri in https://github.com/pypa/readme_renderer/pull/293
- refactor: replace bleach with nh3 (ammonia) by @miketheman in https://github.com/pypa/readme_renderer/pull/295
- Release 42.0 by @miketheman in https://github.com/pypa/readme_renderer/pull/296
New Contributors
- @apurvakhatri made their first contribution in https://github.com/pypa/readme_renderer/pull/293
Full Changelog: https://github.com/pypa/readme_renderer/compare/41.0...42.0
- Python
Published by miketheman over 2 years ago
readme_renderer - 41.0
What's Changed
- test: test our own readme by @miketheman in https://github.com/pypa/readme_renderer/pull/288
- allow figcaption in rst files by @mistwire in https://github.com/pypa/readme_renderer/pull/291
- Release 41.0 by @miketheman in https://github.com/pypa/readme_renderer/pull/292
Full Changelog: https://github.com/pypa/readme_renderer/compare/40.0...41.0
- Python
Published by miketheman over 2 years ago
readme_renderer - 40.0
What's Changed
- test: add rst citations and footnote by @miketheman in https://github.com/pypa/readme_renderer/pull/267
- Adapt tests to pygments 2.14.0 by @danigm in https://github.com/pypa/readme_renderer/pull/272
- test: Update CI for Python 3.11 by @miketheman in https://github.com/pypa/readme_renderer/pull/273
- Add CLI option to render package README. by @tillahoffmann in https://github.com/pypa/readme_renderer/pull/271
- Update
release.ymlto use Trusted Publishing by @di in https://github.com/pypa/readme_renderer/pull/276 - chore(dev): include useful extensions by @miketheman in https://github.com/pypa/readme_renderer/pull/277
- Skip markdown tests if cmarkgfm is not installed. by @tillahoffmann in https://github.com/pypa/readme_renderer/pull/278
- test: update local matrix for py311 by @miketheman in https://github.com/pypa/readme_renderer/pull/280
- chore: drop support for python 3.7 by @miketheman in https://github.com/pypa/readme_renderer/pull/282
- replace pkgresources with importlib.metadata by @mistwire in https://github.com/pypa/readmerenderer/pull/281
- Release 40.0 by @miketheman in https://github.com/pypa/readme_renderer/pull/283
New Contributors
- @danigm made their first contribution in https://github.com/pypa/readme_renderer/pull/272
- @tillahoffmann made their first contribution in https://github.com/pypa/readme_renderer/pull/271
- @mistwire made their first contribution in https://github.com/pypa/readme_renderer/pull/281
Full Changelog: https://github.com/pypa/readme_renderer/compare/37.3...40.0
- Python
Published by miketheman over 2 years ago
readme_renderer - 37.3
What's Changed
- fix: allow HTML5 figure tag through cleaner by @miketheman in https://github.com/pypa/readme_renderer/pull/265
- Release 37.3 by @miketheman in https://github.com/pypa/readme_renderer/pull/266
Full Changelog: https://github.com/pypa/readme_renderer/compare/37.2...37.3
- Python
Published by miketheman over 3 years ago
readme_renderer - 37.2
What's Changed
- fix: allow HTML5 s tag through cleaner by @miketheman in https://github.com/pypa/readme_renderer/pull/262
- Release 37.2 by @miketheman in https://github.com/pypa/readme_renderer/pull/263
Full Changelog: https://github.com/pypa/readme_renderer/compare/37.1...37.2
- Python
Published by miketheman over 3 years ago
readme_renderer - 37.1
What's Changed
- fix: allow HTML5 nav tag though filter by @miketheman in https://github.com/pypa/readme_renderer/pull/259
Full Changelog: https://github.com/pypa/readme_renderer/compare/37.0...37.1
- Python
Published by miketheman over 3 years ago
readme_renderer - 37.0
What's Changed
- test: confirm handling multiple inline strong by @miketheman in https://github.com/pypa/readme_renderer/pull/252
- Multiple pyproject.toml fixes by @mgorny in https://github.com/pypa/readme_renderer/pull/251
- feat: convert writer to HTML5 by @miketheman in https://github.com/pypa/readme_renderer/pull/253
- Remove command-line example from readme by @di in https://github.com/pypa/readme_renderer/pull/197
- chore: advertise typing status in classifier by @miketheman in https://github.com/pypa/readme_renderer/pull/254
- chore: development tweaks by @miketheman in https://github.com/pypa/readme_renderer/pull/255
- test: confirm that unknown lexers emit code blocks by @miketheman in https://github.com/pypa/readme_renderer/pull/256
- Release 37.0 by @miketheman in https://github.com/pypa/readme_renderer/pull/257
Full Changelog: https://github.com/pypa/readme_renderer/compare/36.0...37.0
First release by @miketheman ✨
- Python
Published by miketheman over 3 years ago
readme_renderer - Release 36.0
What's Changed
- feat(dev): enable gitpod development by @miketheman in https://github.com/pypa/readme_renderer/pull/238
- feat: allow admonitions to be rendered by @miketheman in https://github.com/pypa/readme_renderer/pull/242
- docs: add badges to README by @miketheman in https://github.com/pypa/readme_renderer/pull/243
- fix: enable
colspanandrowspanattributes by @miketheman in https://github.com/pypa/readme_renderer/pull/245 - chore: update codebase for modern python by @miketheman in https://github.com/pypa/readme_renderer/pull/244
- fix: allow math in rst by @miketheman in https://github.com/pypa/readme_renderer/pull/246
- feat: preserve language attribute for code blocks by @miketheman in https://github.com/pypa/readme_renderer/pull/247
- Release 36.0 by @miketheman in https://github.com/pypa/readme_renderer/pull/248
Full Changelog: https://github.com/pypa/readme_renderer/compare/35.0...36.0
- Python
Published by di over 3 years ago
readme_renderer - Release 35.0
What's Changed
- Add
py.typedto the built wheel by @bhrutledge in https://github.com/pypa/readme_renderer/pull/228 - Use isolated build for tox by @bhrutledge in https://github.com/pypa/readme_renderer/pull/229
- Fix renderer ignore by @bhrutledge in https://github.com/pypa/readme_renderer/pull/230
- chore: remove legacy check command and distutils by @miketheman in https://github.com/pypa/readme_renderer/pull/233
- fix: emit a warning when no content is rendered by @miketheman in https://github.com/pypa/readme_renderer/pull/231
- chore: drop support for python 3.6 by @miketheman in https://github.com/pypa/readme_renderer/pull/236
- test: update html attribute order by @miketheman in https://github.com/pypa/readme_renderer/pull/235
- Release 35.0 by @miketheman in https://github.com/pypa/readme_renderer/pull/237
New Contributors
- @bhrutledge made their first contribution in https://github.com/pypa/readme_renderer/pull/228
Full Changelog: https://github.com/pypa/readme_renderer/compare/34.0...35.0
- Python
Published by di almost 4 years ago
readme_renderer - Release 33.0
- Support cmarkgfm>=0.8.0 (#224)
- Support Python 3.10 (#224)
- Python
Published by di almost 4 years ago
readme_renderer - Release 32.0
- Allow start attribute in ordered lists (#216)
- No limit rendering RST one column field names (#219)
- Python
Published by di about 4 years ago
readme_renderer - Release 31.0
- Render disabled checkboxes from Markdown (#217)
- Python
Published by di about 4 years ago
readme_renderer - Release 30.0
- support cmarkgfm>=0.6.0 (#209)
- Python
Published by di over 4 years ago
readme_renderer - Release 29.0
- Support cmarkgfm>=0.5.0 (#180)
- Drop support for Python 2 and 3.5 (#188)
- Python
Published by di about 5 years ago
readme_renderer - Release 27.0
- Add support for align attribute rendering Markdown headers (#173)
- Python
Published by di over 5 years ago
readme_renderer - Release 26.0
- Fix regression for image height/width (#164)
- Python
Published by di almost 6 years ago
readme_renderer - Release 25.0
- Support Python 3.7 and 3.8
- Drop support for Python 3.4
- Require Pygments>=2.5.1
- Python
Published by di almost 6 years ago
readme_renderer - 24.0
- Remove dependency on future. (#134)
- Python
Published by di over 7 years ago
readme_renderer - 23.0
- Breaking change: Move the
cmarkgfmdependency into an extra (#130). Users that want to render Markdown will need to installreadme_render[md]instead.
- Python
Published by di over 7 years ago
readme_renderer - 22.0
- Unify handling of SVG and other images in RST. (#113)
- Support width and alignment of images in RST (#114)
- Python
Published by di over 7 years ago
readme_renderer - 21.0
- Allow
<caption>. (#105) - Add specific tests for the raw directive. (#103)
- Include docinfo when rendering rst. (#99)
- Make Python 3 the default lexer for highlighting Python code in Markdown (#97)
- Allow align attribute on
<p>tags (#98)
- Python
Published by di over 7 years ago
readme_renderer - 20.0
- Reformat docutils messages into more human-friendly output. (#92)
- Fix incorrect escaping of html entities in pre tags when using markdown. (#89)
- Allow width, height, alt, and align attributes on img tags. (#91)
- Fix check to not report success when there is invalid RST. (#90)
- Python
Published by theacodes almost 8 years ago
readme_renderer - 19.0
- Allow details and summary tags. (#77)
- Add .pytest_cache to .gitignore. (#85)
- Warn about Markdown content type when checking RST. (#83)
- Update pep8 tox env to use py3.6. (#84)
- Add Pygments-based syntax highlighting for Markdown. (#82)
- Update docs about check to talk about Markdown. (#80)
- Python
Published by theacodes almost 8 years ago
readme_renderer - 18.1
- Change Github-flavored Markdown identifier from
gfmtoGFM.
- Python
Published by theacodes almost 8 years ago
readme_renderer - 18.0
- Add support for GitHub-flavored Markdown. (#67)
- Switch to cmarkgfm completely for rendering Markdown. (#68)
- Warn about missing long description. (#69)
- Make Github-Flavored Markdown the default variant (#73)
- Python
Published by theacodes almost 8 years ago