Download Latest Version Api and internals improvement source code.tar.gz (3.1 MB)
Email in envelope

Get an email when there's a new version of asm-dom

Home / 0.7.0
Name Modified Size InfoDownloads / 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 null on callback change

Breaking changes

  • No need to import 'asm-dom/cpp/' (or asm-dom.js) in javascript to prepare asm-dom and getting started
  • toHTML API in C++ changes its signature as follow

    ```c++ // before // std::string toHTML(const VNode* const vnode);

    // now std::string toHTML(VNode* const vnode); ```

Source: README.md, updated 2020-08-16