Commit fef628c
committed
# 0.22.87 (2025-02-09 / afd4eb0)
## Added
- `:middleware` can now be a single function, not only a sequence of functions
## Changed
- [BREAKING] When setting a `:handler` for a boolean flag (one that looks like
`--[no-]...`), the handler now receives the boolean value as a second argument
- [BREAKING] Invoke flag handlers/middleware in the order they are specified, so
that later flags can override earlier flags1 parent afd4eb0 commit fef628c
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments