Electrostatic Discharge 0.2
Electrostatic Discharge v0.2
Just one short day after v0.1 we are feature complete! 🎉
New in v0.2
- Ability to declare variables in source files with
{variable:name=value}
- Improved comments: There can now be whitespace before the
#
token. - Improved variables: variable names can now be surrounded by whitespace in Vars.txt. (ie:
site_name =value
- Improved variables: variable names now follow the same convention as classes in HTML5. No more wacky variables with whitespace in them.
Minor improvements & fixes:
- Circular includes are detected and handled.
- LF and CRLF line endings for Vars.txt are now supported.
- Improved aesthetics for output (no more mixed
/
and\
paths, better colors). - C++ runtime library no longer required
Known issues
- There is now a maximum include depth of 30.