V0.3.13
A new intermediate release before moving to v0.4.x.
Surprisingly, whatever was originally scheduled for v0.3.13 has been delayed again, and other features took the spot!
So, yeah, the attribute version of for-props and for are yet to come (at least they are covered in the examples).
The revised plan is for the two missing commands to be in v0.3.15, and then we move straight to the new minor.
At that point the development here will slow down as all core features made their way in the codebase.
I will be resuming work on vs.fltk.
New features#
datacommand has been added to introduce external data sources in the template.randomorder support inorder-byforforloops. Stable random ordering depending on a seed number.- Examples! LOTS OF EXAMPLEEES! And improved tests.
- We now have the most blazingly fast web server based on
vs.templ(according to source myself)!
Bug fixes#
test/casefixed to match the intended specs.- Fixed behaviour of
for-proptag command to ensure good symbols are provided in the loop scope. - Fixed handling of floating point numbers in expressions.
Breaking changes#
- Reverted and fixed
srcin for cycles toinas it initially was. - Changed the preprocessor interface to introduce the new
loadfn(the name has been recycled from before, the olderloadfnis nowincludefn)