You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Public Functions:
Added "includeImagesAsBase64()" support for "json()", which states if the image source attributes should be included as a Base 64 URLs (defaults to false).
Added new public function "render()", which will render a specific DOM element using the options you specify.
Added new public function "renderAll()", which will find all new DOM elements with the "data-jhson-js" attribute and render them.
General Improvements:
When "includeCssProperties()" and "includeAttributes()" are set to true, the attribute "style" is now ignored.
Updated all documentation to reference the new website!