Changes this week:
- Fixed a regression in HTMLRewriter: Unable to find match using selectors with a colon in the attribute value · Issue #50 · cloudflare/lol-html · GitHub
- Common HTTP method names passed to
fetch()
ornew Request()
are now case-insensitive as required by the Fetch API spec.
Changes last week (… forgot to post):
- setTimeout/setInterval can now take additional arguments which will be passed on to the callback, as required by the spec. (Few people use this feature today because it’s usually much easier to use lambda captures.)
Changes the week before last (… also… forgot to post… we really need to code up a bot for this):
- The HTMLRewriter now supports the
:nth-child
,:first-child
,:nth-of-type
, and:first-of-type
selectors.