Nunjucks v4.0.0-alpha.3 FULL ASYNC
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
- Full conversion of internals to use async/await. This is a big win as the sync/async boundaries in Nunjucks were a huge point of confusion for folks. Adds support for asynchronous content in: macros, loops (
{% for %}without asyncEach),{% set %}(without setAsync). Looking forward to getting rid of these warnings on the docs: - Better fix for no-argument unpaired shortcode parse bug. Fixes mozilla#158 (Related to 11ty/buildawesome#3788 11ty/buildawesome#372)
Full Changelog: v4.0.0-alpha.2...v4.0.0-alpha.3