Skip to content

Releases: Simbiat/HTTP20

1.8.0+20211214

14 Dec 14:46
Compare
Choose a tag to compare

Added support for Permissions-Policy: as a separate signature and toggle for features
report-uri is now sent only if flag is provided
Fix for Allow-Origin headers when supplying an array
Minor adjustments as per PHPStorm suggestions

1.7.2+20210824

24 Aug 12:40
Compare
Choose a tag to compare

Added loading="lazy" attribute for images to support browser native lazy loading.

1.7.1+20210821

21 Aug 14:23
Compare
Choose a tag to compare

Added support for webmention in links

1.7.0+20210820

20 Aug 13:42
Compare
Choose a tag to compare

Added timeline generator in HTML class

1.6.4+20210710

10 Jul 16:13
Compare
Choose a tag to compare

Removed delimiter from breadcrumbs. While it makes it much easier to customize your breadcrumbs with it, it's not recommended to put anything inside lists, which is not part of lists' semantics, since it can affect screen readers. Use CSS ::after and ::before instead.

1.6.3+20210629

29 Jun 11:30
Compare
Choose a tag to compare

Added SVG to MIME types, that need charset to be added when streaming them

1.6.2+20210525

25 May 09:18
Compare
Choose a tag to compare

Styling, mistypes correction and small adjustments based on PHPStrom suggestions/recommendations

1.6.1+20210512

12 May 16:59
Compare
Choose a tag to compare

Fix for cases of Links sending a new line (unclear where it comes from, but sanitization is nice to have here regardless)
Better handling of failed connections in proxyFile

1.6.0+20210511

11 May 17:16
Compare
Choose a tag to compare

Reductor now recurse directories and also validates

1.5.4+20210507

07 May 09:02
Compare
Choose a tag to compare

Added session closure to forceClose to assist with proper sessions' handling