Skip to content

Releases: fulldecent/github-pages-template

Fix testing URLs with HTML entities

20 Dec 21:45
f42831b
Compare
Choose a tag to compare

Previously testing a URL like this:

<a href="https://----.example.com?a=b&amp;c=d">This server does not exist</a>

Was a problem because the &amp; was not properly understood.

This is a partial solution just for &amp;, 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

04 Dec 16:46
24579d5
Compare
Choose a tag to compare

Bump deps

Initial public release

26 Nov 20:21
d84ee70
Compare
Choose a tag to compare

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

22 May 14:49
Compare
Choose a tag to compare

This release improves automated site testing and includes many more tests.

Initial Public Release

16 Mar 22:50
Compare
Choose a tag to compare

Fully functional and ready for release.

Pacific Medical Training actively uses this project for its internal and external website projects.