Version 3.6.8
Added
-
Esmerald now allows the import of Lilya EnvironLoader directly using it directly via:
from esmerald.utils.environments import EnvironmentLoader
-
Factory now accepts
kwargsparameters. -
You can now declare dependencies without using explicitly the
Inject().
Changed
- Event lifecycle fully delegated to Lilya internals removing duplication.
- Cleanup internals for the path and delegate to Lilya.
- Background tasks pointing 100% to Lilya.
- Moved
concurrecytoesmerald.utils.concurrency. - Moved
esmerald.enumstoesmerald.utils.enums. - Refactored
parse_form_datafromesmerald.parsersinto a cleaner version.
Fixed
- Documentation pointing to the state of the CI.
Removed
- Official support for Mako template engine as previously announced.