We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4000f commit 7f0b183Copy full SHA for 7f0b183
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 2.1.0 - 2021-02-18
4
+
5
+### Changed
6
7
+- Dump mod writing items, recipes etc. one at a time to the output instead of all at once at the end for performance
8
+ increase.
9
+- Updated to the latest version of `factorio-item-browser/export-data`.
10
+- Output to use a nicer format (i.e. more readable when viewing in console).
11
+- Deprecated Export-Queue to new Combination-API.
12
13
## 2.0.11 - 2020-09-28
14
15
### Fixed
config/autoload/base.global.php
@@ -17,5 +17,5 @@
17
ConfigAggregator::ENABLE_CACHE => true,
18
'debug' => false,
19
'name' => 'Factorio Item Browser - Export',
20
- 'version' => '2.0.11',
+ 'version' => '2.1.0',
21
];
0 commit comments