Releases: fulldecent/github-pages-template
Releases · fulldecent/github-pages-template
Fix testing URLs with HTML entities
Previously testing a URL like this:
<a href="https://----.example.com?a=b&c=d">This server does not exist</a>
Was a problem because the &
was not properly understood.
This is a partial solution just for &
, which is the most common HTML entity you will use. A complete solution will require adding a dependency or updating html-validate.
Discussion: https://gitlab.com/html-validate/html-validate/-/commit/560fa72ae6be0a065a358d9f6b356ce39c7b4e81
1.2.1 Bump deps
Bump deps
Initial public release
This is working in production in many major sites. So best practice says we should have already released v1 a long time ago!
Update Testing Libraries
This release improves automated site testing and includes many more tests.
Initial Public Release
Fully functional and ready for release.
Pacific Medical Training actively uses this project for its internal and external website projects.