Releases: djlint/html-template-parser
Releases · djlint/html-template-parser
v1.7.0
1.7.0 (2022-12-07)
Features
- space: include the actual space when passing the handle_space method (7a47f8c)
v1.6.1
1.6.1 (2022-11-24)
Bug Fixes
- cdata: remove case sensitivity on cdata (de8f7ed)
v1.6.0
1.6.0 (2022-11-09)
Features
- spaceless: added specifier to spaceless tag to know exactly which char it is (1a4b7a5)
v1.5.0
1.5.0 (2022-11-09)
Features
- attribute parser: changed attribute parser to use feed function similary to the html parser (6e9b714)
v1.4.0
1.4.0 (2022-11-09)
Features
- handlebars: added support for handlebars partials. Added tag text method (c63a5c8)
v1.3.0
1.3.0 (2022-11-08)
Features
- attribute parser: added attribute parser, updated html parser to handle more template types (09a89d4)
- attribute parser: added attribute parser, updated html parser to include more sytnax options (dd33b5e)
v1.2.0
1.2.0 (2022-05-18)
Features
- django block names: added support for django block names (9db1e95)
v1.1.0
1.1.0 (2022-05-17)
Bug Fixes
- pre-commit: pre commit was deleting the main import :) (36782e5)
Features
- comments: added support to template style comments (e0918e6), closes #4
- curly tags: added support for more curly tags (98b964c)
- spaceless: added support for jinja spaceless. fixed comment blocks (e9ef769)
v1.1.0-alpha.2
Features
- spaceless: added support for jinja spaceless. fixed comment blocks (e9ef769)
v1.1.0-alpha.1
Bug Fixes
- pre-commit: pre commit was deleting the main import :) (36782e5)
Features
- comments: added support to template style comments (e0918e6), closes #4
- curly tags: added support for more curly tags (98b964c)