Skip to content

Commit 5fffafd

Browse files
authored
docs: update roadmap.md
1 parent a287f41 commit 5fffafd

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

docs/roadmap.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
### Roadmap
22

3-
- [ ] chainable methods
4-
- [ ] string
3+
- [x] chainable methods
4+
- [x] string
55
- [x] `P.string.includes('str')`
66
- [x] `P.string.startsWith('str')`
77
- [x] `P.string.endsWith('str')`
8-
- [ ] `P.string.regex('[a-z]+')`
9-
- [ ] numbers
10-
- [ ] `P.number.between(1, 10)`
11-
- [ ] `P.number.lt(12)`
12-
- [ ] `P.number.gt(12)`
13-
- [ ] `P.number.gte(12)`
14-
- [ ] `P.number.lte(12)`
15-
- [ ] `P.number.int(12)`
16-
- [ ] `P.number.finite`
17-
- [ ] `P.number.positive`
18-
- [ ] `P.number.negative`
19-
- [ ] all
20-
- [ ] `P.number.optional`
21-
- [ ] `P.string.optional`
22-
- [ ] `P.number.select()`
23-
- [ ] `P.string.select()`
24-
- [ ] `P.number.optional.select()`
25-
- [ ] `P.string.optional.select()`
8+
- [x] `P.string.regex('[a-z]+')`
9+
- [x] numbers
10+
- [x] `P.number.between(1, 10)`
11+
- [x] `P.number.lt(12)`
12+
- [x] `P.number.gt(12)`
13+
- [x] `P.number.gte(12)`
14+
- [x] `P.number.lte(12)`
15+
- [x] `P.number.int(12)`
16+
- [x] `P.number.finite`
17+
- [x] `P.number.positive`
18+
- [x] `P.number.negative`
19+
- [x] all
20+
- [x] `P.number.optional`
21+
- [x] `P.string.optional`
22+
- [x] `P.number.select()`
23+
- [x] `P.string.select()`
24+
- [x] `P.number.optional.select()`
25+
- [x] `P.string.optional.select()`
2626
- [x] Add a custom matcher protocol data structures could implement to make them matchable.
2727
- [x] (Maybe) add an iterator protocol to `P.array` to be usable as a variadic tuple pattern. Example of using `P.array`:
2828

0 commit comments

Comments
 (0)