Skip to content

Releases: apowers313/html-script-hook

Initial Release

Choose a tag to compare

@apowers313 apowers313 released this 31 Jan 01:02

After a year of stability and no new issues, I'm declaring victory and calling this the first official release.

Release Candidate 2

Choose a tag to compare

@apowers313 apowers313 released this 20 Sep 05:19

Update location information that is passed into the script callback. startLocation now describes the location of the opening <script> tag, location describes the location of the code, and endLocation describes the location of the closing </script> tag.

Note, this is breaking change for implementations previously using the location property, since it previously described the location from the beginning of the <script> tag to the end of the closing </script> tag.

Release Candidate

Choose a tag to compare

@apowers313 apowers313 released this 09 Sep 22:54

Fairly comprehensive testing
Improved parser for detecting false positives of </script> tag
Changed API with some experimental features

Alpha release

Choose a tag to compare

@apowers313 apowers313 released this 07 Sep 07:38

Very basic functionality, but works with Istanbul. Consider it a MVP.

Requires more testing to be release-ready, especially testing the parser against all the various places where a <script> tag might show up.