Releases: factorio-item-browser/api-import
Releases · factorio-item-browser/api-import
1.2.2
1.2.1
Changed
- PHP version from 7.4 to 8.0.
1.2.0
Changed
- Updated
factorio-item-browser/export-data
to its latest version. - Replaced deprecated Export-Queue with the new Combination API.
1.1.0
Changed
- Importers to process the data in chunks to avoid running out of memory.
1.0.3
Changed
- Dependency
factorio-item-browser/export-queue-client
to version 1.2. - Dependency
factorio-item-browser/api-database
to version 3.2. - Using ordering
priority
to fetch the next job to process. - Validation no longer modifies case of identifiers, as the game is case-sensitive not as well.
Removed
- Support for PHP 7.3. The project must now run with at least PHP 7.4.
1.0.2
Fixed
- Missing icons for some mods because of normalizing the icon names.
1.0.1
Fixed
- Missing error message in export queue in case an import failed.
- Failed imports when some values got used (e.g. too large crafting times).
1.0.0
- Initial release of the API import.