Skip to content

Commit 905724e

Browse files
committed
Update ROADMAP.md
1 parent bdae318 commit 905724e

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

docs/about/roadmap.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,20 @@ We'll expand (and rarely, but not impossibly, shrink) this roadmap as we make pr
88

99
This page also lists all minor and major releases since 2.X. Patches aren't listed, and most bugfixes aren't included (as we don't "plan" to fix bugs).
1010

11-
## Upcoming release
11+
## Upcoming major release
1212

13-
These are very, VERY early plans; however since we do have ideas that imply breaking changes, we're already thinking about 4.0. Expect this list to drastically change and/or get removals.
13+
These are early plans; however we're already working on 4.0 [from this branch](https://github.com/FuckingNode/FuckingNode/tree/v4). Expect this list to change over time and/or get removals.
1414

1515
- [ ] New features
1616
- [ ] `build`, to automate building. Especially useful in JavaScript. This would have a text-config file to define what tasks to run for building a project. It could be used in combination with `release`.
1717
- [ ] `release` support for Cargo.
1818
- [ ] Dual release support: using the `FnCPF` from the interop layer to allow publishing the same JavaScript package to both npm and jsr. This would be really helpful as jsr downloads do not always work well with npm projects.
1919
- [ ] Rebuild `commit`, so you tell it what files to commit and it:
20-
- [ ] Un-stages anything else to avoid committing randomly staged files.
21-
- [ ] Doesn't require you to stage files before (making it useless, as `git commit -a -m` is also just one command).
22-
- [ ] Runs pre-commit tasks _before_ staging, make them actually useful.
23-
- [ ] Allow for DIR-based running; in simpler terms, compute things like `fkn stats` to `fkn stats --self` or `fkadd` to `fkadd --self`, so the `--self` flag isn't necessary (except for commands like `fkclean` where it does make sense to have it).
20+
- [x] Un-stages anything else to avoid committing randomly staged files.
21+
- [x] Doesn't require you to stage the files _before_ (making it useless, as `git commit -a -m` is also just one command), and lets you stage files from the own command.
22+
- [ ] Runs pre-commit tasks _before_ staging, making them actually useful.
23+
- [X] Allow for DIR-based running; in simpler terms, compute things like `fkn stats` to `fkn stats --self` or `fkadd` to `fkadd --self`, so the `--self` flag isn't necessary (except for commands like `fkclean` where it does make sense to have it).
24+
- [X] Add Bun support for `audit`.
2425

2526
---
2627

docs/manual/audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Does your app use {x} feature? [V:XXX] [y/N]
3232

3333
The question prompted will vary on the identified "vulnerability vector" (denoted by the `[V:XXX]` code). Depending on your responses, we'll show different questions. Then we'll compute a percentage and show it to you, where 0% means _not worth fixing_ and 100% means _absolutely needs fixing_. This percentage, which we call Risk Factor, is computed using a basic scoring system and a bit of math.
3434

35-
We made a research paper-like page [here](../learn/audit.md) explaining in detail how this works.
35+
We made [a research paper-like page here](../learn/audit.md) explaining in detail how this works.
3636

3737
---
3838

docs/manual/whats-next.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ Here you got, a bunch of links you might find interesting or useful.
1212

1313
---
1414

15-
[Go to the beginning?](index.md)
15+
[Go to the beginning?](../index.md)
1616

17-
[Our low-budget action trailer on YouTube (less than two minutes and worth watching (_kind off_))](https://youtube.com/watch?v=_lppvGYUXNk)
17+
[Got an error code?](./errors.md)
18+
19+
[Our low-budget action trailer on YouTube (less than two minutes and _kinda_ worth watching)](https://youtube.com/watch?v=_lppvGYUXNk)
1820

1921
[Roadmap and future plans](../about/roadmap.md)
2022

0 commit comments

Comments
 (0)