Korona

Latest version: v0.4.2

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

Scan your dependencies

Page 1 of 2

0.4.3dev

----------

Added
^^^^^

- Added custom exceptions for korona package.
- Added warnings for korona package.
- Added class ``GlobalAttributes()`` for constructing HTML global attributes.

Changed
^^^^^^^

- Moved all the HTML tag attributes from ``html/root/attributes.py`` to their
respective tag files.
- Moved all the global attributes from ``html/root/attributes.py`` to
``html/root/global_attributes.py``.

- In the class for constructing ``anchor`` tag:

- The user can be displayed with warnings for charset attribute.
- Used custom exceptions for all the attributes.
- Changed the name of the method from ``validate_values()`` to
``validate_attribute_values()``.

Removed
^^^^^^^

- Removed ``html/root/attributes.py``.
- Removed ``validate_values()`` method from both ``html.tags.anchor.A()`` and
``html.tags.button.Button()`` classes.

0.4.2

-------------------

Added
^^^^^

- Added classes for building some of the tags:

- ``<input>``

0.4.1

-------------------

Changed
^^^^^^^

- Moved all the templates for html tags from ``templates/html/tags.py`` to ``templates/html/tags/``

0.4.0

-------------------

Added
^^^^^

- Added classes for building some of the tags:

- ``<html></html>``
- ``<i></i>``
- ``<iframe></iframe>``
- ``<img>``

Changed
^^^^^^^

- Moved all the classes for constructing tags to separate files for easy accessibility.

0.3.1

-------------------

Added
^^^^^

- Added validation for URL strings in constructing the tags.

0.3.0

-------------------

Added
^^^^^

- Added classes for building some of the tags:

- ``<h1></h1>``
- ``<h2></h2>``
- ``<h3></h3>``
- ``<h4></h4>``
- ``<h5></h5>``
- ``<h6></h6>``
- ``<head></head>``
- ``<header></header>``
- ``<hr>``

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.