Skip to content

Commit 7f0b183

Browse files
committed
Prepared release 2.1.0.
1 parent 9f4000f commit 7f0b183

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## 2.0.11 - 2020-09-28
414

515
### Fixed

config/autoload/base.global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
ConfigAggregator::ENABLE_CACHE => true,
1818
'debug' => false,
1919
'name' => 'Factorio Item Browser - Export',
20-
'version' => '2.0.11',
20+
'version' => '2.1.0',
2121
];

0 commit comments

Comments
 (0)