Htag

Latest version: v0.113.0

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

Scan your dependencies

Page 14 of 35

0.16.0

- `.handle` / `.serve` methods doesn't (and will never again) accept a recreate/force/renew parameter
- the recreate process/instance happens only if the file has changed ( a lot better !!! )
- better orchestrator/process (doesn't use a ps/process dict, to kill process ... instead : use real events --> so the process will kill itselpt --> and so : graceful shutdown is better)
- and so : **gunicorn** compliant !!!! (but reboot is broken)

**Full Changelog**: https://github.com/manatlan/htagweb/compare/v0.15.0...v0.16.0

0.15.0

Introduce `htagweb.server.ServerClient` ... to interact with process (list running processes, kill one, kilall)
(and refacto of code on "redys" server/client)

**Full Changelog**: https://github.com/manatlan/htagweb/compare/v0.14.0...v0.15.0

0.14.0

0.13.0

Now, you can use the "with as" statement while crafting tags ....

python
with Tag.button("toggle") as t:
t["class"] = "button"
t["x-on:click"] = "open = !open"
self += t


(ps : don't know why this feature wasn't here before ;-) ?!)

0.12.3

Perhaps the last version before feature-fix, and with deprecated removals ... which will be the future "1.0"

the 3 deprecated things which will be removed soon :

- don't use `self( js )` -> use `self.call( js )`, to call explicitly some js, on front side
- don't use `self.session` -> use `self.state` (or better `self.root.state` ? which is the same instance)
- in js managed strings (IIFE), don't use "tag.focus();" -> use "self.focus();"

**Full Changelog**: https://github.com/manatlan/htag/compare/v0.12.2...v0.12.3

0.12.2

FIX tag.update (returned false, instead of False)

**Full Changelog**: https://github.com/manatlan/htag/compare/v0.12.1...v0.12.2

Page 14 of 35

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.