Tcom

Latest version: v0.16

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

Scan your dependencies

Page 2 of 3

0.10

What's Changed
* No TOML by jpsca in https://github.com/jpsca/tcom/pull/3
* [Use Python parser for attributes definition](https://github.com/jpsca/tcom/commit/45d13ba8a28b5bb4921f0ebc8427b01752893d5d)
* [Improve error message of the ComponentNotFound exception](https://github.com/jpsca/tcom/commit/19d6273320b49677344363e9ace87215332d21b0)

**Full Changelog**: https://github.com/jpsca/tcom/compare/0.9...0.10

0.9

Make the file extension of the parent component customizable per render

**Full Changelog**: https://github.com/jpsca/tcom/compare/0.8...0.9

0.8

- Improved search of components by name
- Catalog: the `pattern` option is now called `file_ext`

**Full Changelog**: https://github.com/jpsca/tcom/compare/0.7...0.8

0.7

What's Changed

- **BREAKING:** For passing non-text values as components attributes, you now must use single curly braces instead of double:
Before: `<Component name={{ value }} lorem="ipsum" />`, now: `<Component name={ value } lorem="ipsum" />`


**Full Changelog**: https://github.com/jpsca/tcom/compare/0.6...0.7

0.6

What's Changed

- You can now (again) add multiple folders under the same prefix (or under no prefix). A folder take precedence over another added later, when searching for a component or static file.
- `allowed_ext` is now an option of `Catalog.get_middleware()`, not of the catalog itself.
- The recommended extension is now just `.jinja` instead of `.html.jinja`.


**Full Changelog**: https://github.com/jpsca/tcom/compare/0.5...0.6

0.5

What's Changed

- Fixed bug that blocked updating jinja globals, filters, or tests

**Full Changelog**: https://github.com/jpsca/tcom/compare/0.4...0.5

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.