Hamplify

Latest version: v1.3.0

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

Scan your dependencies

1.2.1

New Features
11 Added support for conditional IE comments:
HAML
-[if IE]
%script(src="script.js")

/ Renders to

<!--[if IE]><script src="script.js"></script><![endif]-->


12 Added synonyms for the JS and CSS filter. Previously there was only `:css` and `:javascript`. You can now instead use `:stylesheet` and `:js`.

Other Notes
- Reworded some copy in the README

1.1.0

New Features
10 Added support for Jinja/Django variable shorthand:
HAML
= my_variable
/ or
%p= variable


Other Notes
- Added a LICENSE file to the repo (MIT)
- Added a code sample to the README
- Added a [wiki page](https://github.com/Kangaroux/hamplify/wiki/Differences-from-original-HAML) which documents differences in `hamplify` and traditional HAML
- Cleaned up some unused code and improved coverage

1.0

This is the initial release of hamplify.

What's currently supported:
- Tags and attributes
- Comments
- Doctypes
- Filters
- Django and Jinja2 blocks

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.