All Versions
7
Latest Version
Avg Release Cycle
285 days
Latest Release
-

Changelog History

  • v1.2.0 Changes

    Increased compatibility of handler extraction with the HTML5 spec. Now, the generated handler functions will have implicit parameters expected by the inline handler code.

  • v1.1.0 Changes

    Ported to language-ecmascript-5.0.0.

  • v1.0.2 Changes

    June 22, 2015

    ๐Ÿ› Bug fix: prevent potential race conditions when setting event handlers in the consolidated script tag by adding a defer attribute.

  • v1.0.1 Changes

    February 06, 2015

    ๐Ÿ›  Major bug fixes to handler and source attributes extraction. Fixed HTML consolidation bug that substituted HTML/XML entities in inline scripts.

  • v1.0.1.1 Changes

    June 12, 2015

    โฌ†๏ธ Dependency upgrades. Now builds on LTS Hackage 2.13.

  • v1.0 Changes

    January 16, 2014

    ๐Ÿ”„ Changed the API in Text.Html.Consolidate: extractJSArr and extract now ๐Ÿ–จ return parsed JavaScript instead of pretty-printed, similarly insertJSArr ๐Ÿ“œ accepts parsed JavaScript instead of a string. Added a function extractPretty that has the same functionality as extract in the previous version.

  • v0.9 Changes

    November 19, 2013

    ๐ŸŽ‰ Initial release on Hackage.