Skip to content

Commit

Permalink
docs: update roadmap for v9 (#2802)
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox authored Apr 10, 2024
1 parent b505a70 commit 200a38e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ const config: UserConfig<DefaultTheme.Config> = {
text: 'Roadmap',
link: '/about/roadmap/',
items: [
{
text: 'v9 - Tree-Shakeable Module-Functions',
link: '/about/roadmap/v9',
},
{ text: 'v8 - Make Faker Handier', link: '/about/roadmap/v8' },
{
text: 'v7 - Cleanup & Improvements',
Expand Down
4 changes: 4 additions & 0 deletions docs/about/roadmap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Click on the specific versions for more details.

## Upcoming Versions

- [v9 - Tree Shaking](v9.md)

## Current Versions

- [v8 - Make Faker Handier](v8.html)

## Previous Versions
Expand Down
7 changes: 0 additions & 7 deletions docs/about/roadmap/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,3 @@ Finish the module shuffling.
Split the Faker class into smaller units so you don't have ship an entire locale if you only generate some strings and numbers.

[v8.1 Tasks](https://github.com/faker-js/faker/milestone/11)

## v8.x - Tree-Shakeable Module-Functions

Refactor modules to be tree shakeable.
Potentially allowing individual Faker methods to be called by themselves.

[v8.x Tasks](https://github.com/faker-js/faker/milestone/12)
6 changes: 6 additions & 0 deletions docs/about/roadmap/v9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v9.0 - Tree-Shakeable Module-Functions

Fix the issue of Faker not being tree shakeable.
Potentially allowing individual Faker methods to be called by themselves.

[v9.0 Tasks](https://github.com/faker-js/faker/milestone/12)

0 comments on commit 200a38e

Please sign in to comment.