Skip to content

Commit 3f78b3a

Browse files
committed
Update ROADMAP.md
1 parent f33f6ba commit 3f78b3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/about/roadmap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ These are early plans; however we're already working on 4.0 [from this branch](h
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`.
17-
- [ ] `release` support for Cargo.
17+
- [x] `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.
19-
- [ ] Rebuild `commit`, so you tell it what files to commit and it:
19+
- [x] Rebuild `commit`, so you tell it what files to commit and it:
2020
- [x] Un-stages anything else to avoid committing randomly staged files.
2121
- [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.
22+
- [x] Runs pre-commit tasks _before_ staging, making them actually useful.
2323
- [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).
2424
- [X] Add Bun support for `audit`.
2525

0 commit comments

Comments
 (0)