Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/famous-onions-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@siteimprove/alfa-css": patch
---

**Added:** `Token.Function`, and the associated parsers, are now parametric in `N extends string`, typing the name of the function.
5 changes: 5 additions & 0 deletions .changeset/lazy-tires-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@siteimprove/alfa-tuple": patch
---

**Added:** `Tuple.every` is now able to refine its input.
5 changes: 5 additions & 0 deletions .changeset/poor-taxes-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@siteimprove/alfa-css": minor
---

**Added:** The `clamp()` and `min()` CSS functions are now supported.
5 changes: 5 additions & 0 deletions .changeset/twenty-webs-read.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@siteimprove/alfa-parser": minor
---

**Added:** A `Parser.exclusive` combinator is now available; it will map the result of a peeker to the actual parser to run and totally skip other parsers.
6 changes: 6 additions & 0 deletions docs/dependency-graph.dot
Original file line number Diff line number Diff line change
Expand Up @@ -2489,6 +2489,12 @@ digraph "dependency-graph-Alfa" {
lhead = "cluster_Type definitions";
ltail = "cluster_Understanding the web";
];
"exit_Understanding the web" -> "name_Collections" [
style = "invis";
color = "#ff4600";
lhead = "cluster_Collections";
ltail = "cluster_Understanding the web";
];
"exit_Understanding the web" -> "name_other" [
style = "invis";
color = "#ff4600";
Expand Down
205 changes: 103 additions & 102 deletions docs/dependency-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading