Render-engine

Latest version: v2024.11.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 9

2024.1.1a3

What's Changed
* Can't overwrite plugins_settings when registering values since `update` is called. by kjaymiller in https://github.com/render-engine/render-engine/pull/500


**Full Changelog**: https://github.com/render-engine/render-engine/compare/2024.1.1a2...2024.1.1a3

2024.1.1a2

What's Changed
* docs: add VinayakG311 as a contributor for plugin by allcontributors in https://github.com/render-engine/render-engine/pull/492
* replace page with parser_extras by kjaymiller in https://github.com/render-engine/render-engine/pull/494


**Full Changelog**: https://github.com/render-engine/render-engine/compare/2024.1.1a1...2024.1.1a2

2024.1.1a1

What's Changed
* Remove unnecessary if statement in serve function by kjaymiller in https://github.com/render-engine/render-engine/pull/437
* Bump mkdocs-material-extensions from 1.3 to 1.3.1 by dependabot in https://github.com/render-engine/render-engine/pull/420
* Bump mkdocstrings-python from 1.7.4 to 1.7.5 by dependabot in https://github.com/render-engine/render-engine/pull/421
* Bump pymdown-extensions from 10.3.1 to 10.5 by dependabot in https://github.com/render-engine/render-engine/pull/422
* Bump urllib3 from 2.0.7 to 2.1.0 by dependabot in https://github.com/render-engine/render-engine/pull/435
* Bump idna from 3.4 to 3.6 by dependabot in https://github.com/render-engine/render-engine/pull/436
* Update Python version by kjaymiller in https://github.com/render-engine/render-engine/pull/438
* replace issue-template with form issue-template by Mahhheshh in https://github.com/render-engine/render-engine/pull/445
* fixes 🐛 - Archive isn't getting class page name 442 by kjaymiller in https://github.com/render-engine/render-engine/pull/448
* Update pull_request_template.md by kjaymiller in https://github.com/render-engine/render-engine/pull/446
* refactor `PrefixLoader` and `ChoiceLoader` by Mahhheshh in https://github.com/render-engine/render-engine/pull/450
* ClI command to see available templates by Mahhheshh in https://github.com/render-engine/render-engine/pull/449
* fixed build cli doc string by Mahhheshh in https://github.com/render-engine/render-engine/pull/454
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/render-engine/render-engine/pull/457
* Bump typing-extensions from 4.8.0 to 4.9.0 by dependabot in https://github.com/render-engine/render-engine/pull/458
* Bump mkdocs-material from 9.4.14 to 9.5.1 by dependabot in https://github.com/render-engine/render-engine/pull/459
* Bump pathspec from 0.11.2 to 0.12.1 by dependabot in https://github.com/render-engine/render-engine/pull/460
* Bump ruff from 0.1.7 to 0.1.8 by dependabot in https://github.com/render-engine/render-engine/pull/468
* Bump mkdocs-material from 9.5.1 to 9.5.2 by dependabot in https://github.com/render-engine/render-engine/pull/469
* Bump markdown2 from 2.4.11 to 2.4.12 by dependabot in https://github.com/render-engine/render-engine/pull/470
* Bump babel from 2.13.1 to 2.14.0 by dependabot in https://github.com/render-engine/render-engine/pull/471
* Changes-to-themes-and-plugins by kjaymiller in https://github.com/render-engine/render-engine/pull/467
* Move plugins into plugins.py by kjaymiller in https://github.com/render-engine/render-engine/pull/472
* Kjaymiller/Rename-Collections-`PageParser`-to-`Parser` by kjaymiller in https://github.com/render-engine/render-engine/pull/474
* added deperecated warning to hookspecs by Mahhheshh in https://github.com/render-engine/render-engine/pull/475
* [REFACTOR] - Move render-engine-sitemap to new package by kjaymiller in https://github.com/render-engine/render-engine/pull/478
* [REFACTOR] - include options in render-engine `serve` and `build` to delete output folder contents before building and remove the `clean_output` plugin. by kjaymiller in https://github.com/render-engine/render-engine/pull/480
* Cli-moved-to-cookiecutter by kjaymiller in https://github.com/render-engine/render-engine/pull/465
* Kjaymiller/USE-Orgs-Code-of-Conduct-and-License by kjaymiller in https://github.com/render-engine/render-engine/pull/483
* Update PULL REQUEST TEMPLATE by kjaymiller in https://github.com/render-engine/render-engine/pull/484
* Should the default Collection archive be named "index.html" if the "./" not in routes. by kjaymiller in https://github.com/render-engine/render-engine/pull/485
* docs: add izaan17 as a contributor for plugin by allcontributors in https://github.com/render-engine/render-engine/pull/489
* 486-make-markdown-parser-available-in-`render_engineparsers`-with-deprecation-warnig by kjaymiller in https://github.com/render-engine/render-engine/pull/487
* Error with multiple themes using the same dependencies by kjaymiller in https://github.com/render-engine/render-engine/pull/490


**Full Changelog**: https://github.com/render-engine/render-engine/compare/2023.12.1b3...2024.1.1a1

2023.12.1b3

What's Changed
* Fix register theme and add test by kjaymiller in https://github.com/render-engine/render-engine/pull/433
* Fix plugin settings by kjaymiller in https://github.com/render-engine/render-engine/pull/434


**Full Changelog**: https://github.com/render-engine/render-engine/compare/2023.12.1b2...2023.12.1b3

2023.12.1b2

What's Changed
* Fix 'render_engine serve' AttributeError by kjaymiller in https://github.com/render-engine/render-engine/pull/432


**Full Changelog**: https://github.com/render-engine/render-engine/compare/2023.12.1b1...2023.12.1b2

2023.12.1b1

What's Changed
* Fix/ruff lint by Mahhheshh in https://github.com/render-engine/render-engine/pull/410
* Use ruff to lint and fix changes on PR by kjaymiller in https://github.com/render-engine/render-engine/pull/414
* annotate render-engine serve by kjaymiller in https://github.com/render-engine/render-engine/pull/415
* Add markdown lint to existing action that lints PR by kjaymiller in https://github.com/render-engine/render-engine/pull/416
* Issue/360 by Mahhheshh in https://github.com/render-engine/render-engine/pull/417
* moved themes.py to render_engine by Mahhheshh in https://github.com/render-engine/render-engine/pull/419
* Bump DavidAnson/markdownlint-cli2-action from 13 to 14 by dependabot in https://github.com/render-engine/render-engine/pull/425
* Bump ruff from 0.1.5 to 0.1.6 by dependabot in https://github.com/render-engine/render-engine/pull/424
* Bump python-frontmatter from 1.0.0 to 1.0.1 by dependabot in https://github.com/render-engine/render-engine/pull/423
* Creates Plugin Manager by kjaymiller in https://github.com/render-engine/render-engine/pull/429


**Full Changelog**: https://github.com/render-engine/render-engine/compare/2023.11.1b1...2023.12.1b1

Page 4 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.