-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
64 lines (51 loc) · 1.61 KB
/
ChangeLog
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
2023-04-07 Rudy Gnodde <[email protected]>
* Replace deprecated Faker library with maintained fork
2021-02-23 Rudy Gnodde <[email protected]>
* Version 1.1.0
* TYPO3 11 compatibility
! No longer compatible with TYPO3 8.7
2021-02-11 Rudy Gnodde
* Version 1.0.8
* Fix TYPO3 8.7 compatibility
2020-05-17 Rudy Gnodde
* Version 1.0.7
* Fix bug in FileProvider
2020-05-16 Rudy Gnodde
* Version 1.0.6
* TYPO3 10.4 compatibility
2020-02-20 Rudy Gnodde
* Version 1.0.5
* TYPO3 10.2 compatibility
2019-12-17 Rudy Gnodde
* Version 1.0.4
* Fix call to generateData in FileProvider
2019-08-23 Rudy Gnodde
* Version 1.0.3
* Add field date time provider
! Breaking change: WIND\Randomdata\Provider\ProviderInterface::generate has extra parameter $previousFieldsData
Check custom provider classes
2019-08-13 Rudy Gnodde
* Fix typo in documentation
2019-05-15 Rudy Gnodde
* Fix typo in manual
2019-05-11 Rudy Gnodde
* Version 1.0.2
* Add file provider and fix bug in random value provider
2019-04-08 Rudy Gnodde
* Fix typo in documentation
2019-04-05 Rudy Gnodde
* Version 1.0.1
* Add TYPO3 9.5 to requirements
* Remove useless doNotCheckPid option
* Add basic manual
* Allow config file from project root instead of public root
* Finish documentation
* Change annotations
* Change composer namespace
* Change author
* Change description in composer.json
* Fix license
* Rewrite Extbase Command Controller to Symfony Command Controller
2019-04-05 Rudy Gnodde
* Version 1.0.0
* Initial release