-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
Micleușanu Nicu edited this page Dec 22, 2015
·
3 revisions
- Improved error log message
- In the server-side version cache only files with the specified extension
-
print()
andprintx()
functions will print empty string for undefined arguments
- Added
recache
for dynamic caching - Added syntax for XML escaped strings (
printx()
) - Added syntax for commented code sections
- Modified syntax for
include()
andprint()
functions - Modified the whole API, which is not compatible with older versions, read docs
- Improved parsing algorithm
- Unified version for browser and Node.JS
- Removed HTML escaping in favor of print extending
- Removed
.compile()
method for simplicity and performance - In Node.JS the engine renders files, the browsers - strings
- Bugfixes
- Added CHANGELOG.md
- Added dynamic caching
- Exported simples client from module
- Added globals
- Fixed whitespace and delimiter inside strings
- Added HTML characters escape
- Parser optimizations
- Improved API
- Parser optimizations
- Fixed '\r\n' line ending
- Improved cache management
- Fixed some broken configurations
- Fixed default config
- Some internal optimizations
- Added test
- Added client-side support
- First public release