| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Api and internals improvement source code.tar.gz | 2020-08-16 | 3.1 MB | |
| Api and internals improvement source code.zip | 2020-08-16 | 3.1 MB | |
| README.md | 2020-08-16 | 513 Bytes | |
| Totals: 3 Items | 6.2 MB | 1 | |
Features
- Easier setup using only C++
- VNodes are now normalized only when needed, improving performance
Fixes
- refs are now correctly called with
nullon callback change
Breaking changes
- No need to
import 'asm-dom/cpp/'(orasm-dom.js) in javascript to prepare asm-dom and getting started -
toHTMLAPI in C++ changes its signature as follow```c++ // before // std::string toHTML(const VNode* const vnode);
// now std::string toHTML(VNode* const vnode); ```