blob: 049c86acc044cb69e0c1adf848b374e683f35372 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
---
editLink: false
---
# v6 - Continue Faker
The main task of v6 is fixing technical debts and some cleanup.
## v6.0 - Ensure project foundation
- Rewrite project in TypeScript
- Update dependencies and automate the process
- Add/Extend build pipeline
- Write JSDocs for most of the modules and methods
- Add online documentation/website
[v6.0 Tasks](https://github.com/faker-js/faker/milestone/1)
**Releases**
- [v6.0.0-alpha.0](https://github.com/faker-js/faker/releases/tag/v6.0.0-alpha.0)
- [v6.0.0-alpha.2](https://github.com/faker-js/faker/releases/tag/v6.0.0-alpha.2)
- [v6.0.0-alpha.3](https://github.com/faker-js/faker/releases/tag/v6.0.0-alpha.3)
- [v6.0.0-alpha.4](https://github.com/faker-js/faker/releases/tag/v6.0.0-alpha.4)
- [v6.0.0-alpha.5](https://github.com/faker-js/faker/releases/tag/v6.0.0-alpha.5)
- [v6.0.0-alpha.6](https://github.com/faker-js/faker/releases/tag/v6.0.0-alpha.6)
- [v6.0.0-alpha.7](https://github.com/faker-js/faker/releases/tag/v6.0.0-alpha.7)
- [v6.0.0-beta.0](https://github.com/faker-js/faker/releases/tag/v6.0.0-beta.0)
- [v6.0.0](https://github.com/faker-js/faker/releases/tag/v6.0.0)
## v6.1 - First Bugfixes
- Fix bugs in the implementation and data
- Standardize some method parameters
- Deprecate duplicate methods
- Extend unit tests
- Link missing locales
- Improve documentation
[v6.1 Tasks](https://github.com/faker-js/faker/milestone/2)
**Releases**
- [v6.1.0](https://github.com/faker-js/faker/releases/tag/v6.1.0)
- [v6.1.1](https://github.com/faker-js/faker/releases/tag/v6.1.1)
- [v6.1.2](https://github.com/faker-js/faker/releases/tag/v6.1.2)
## v6.2 - First New Features
- Introduce the first new features
- Add/Update some locales
- More cleanup
[v6.2 Tasks](https://github.com/faker-js/faker/milestone/5)
**Releases**
- [v6.2.0](https://github.com/faker-js/faker/releases/tag/v6.2.0)
## v6.x
Further improvements
- [v6.3 Tasks](https://github.com/faker-js/faker/milestone/7)
- [v6.x Tasks](https://github.com/faker-js/faker/milestone/3)
**Releases**
- [v6.3.0](https://github.com/faker-js/faker/releases/tag/v6.3.0)
- [v6.3.1](https://github.com/faker-js/faker/releases/tag/v6.3.1)
|