Releases: apowers313/html-script-hook
Release list
Initial Release
After a year of stability and no new issues, I'm declaring victory and calling this the first official release.
Release Candidate 2
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
Fairly comprehensive testing
Improved parser for detecting false positives of </script> tag
Changed API with some experimental features
Alpha release
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.