1.0.0-alpha.2
elbakerino
released this
12 Sep 23:43
·
18 commits
to master
since this release
Upgrade Deps. / Rewrite as ECMA Module, small Feature changes
- full rewrite as plain esmodule
- increased NodeJS min. version (>=12.20)
- upgrade dependencies (for details see commit)
- add
twig.extraLogic
to be able to changetwig.functions
andtwig.filters
without full reload of gulp- check example in
Gulpfile.js
ofcreate-page-starter
- check example in
- typing fixes and optimizes
- add
ampCreator
additionalsetup
param, so not alwayswrap
is needed- breaking change when used
wrap
before, simply passundefined
as second parameter toampCreator
for upgrade
- breaking change when used
Gulpfile.js
now needs to explicitly register the tasks, see example in this repo