Skip to content

Releases: factorio-item-browser/api-import

1.2.2

02 Jul 13:53
fbfcf71
Compare
Choose a tag to compare

Changed

  • Imports of existing combinations now update the importTime column after completing the import process.
  • Cleaning up the database tables have been moved to a separate clean command instead of doing it with each import.

1.2.1

24 May 13:49
a8ff5b1
Compare
Choose a tag to compare

Changed

  • PHP version from 7.4 to 8.0.

1.2.0

18 Feb 09:09
Compare
Choose a tag to compare

Changed

  • Updated factorio-item-browser/export-data to its latest version.
  • Replaced deprecated Export-Queue with the new Combination API.

1.1.0

14 Jul 08:53
02fd1ff
Compare
Choose a tag to compare

Changed

  • Importers to process the data in chunks to avoid running out of memory.

1.0.3

03 Jun 14:19
Compare
Choose a tag to compare

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

03 May 15:10
Compare
Choose a tag to compare

Fixed

  • Missing icons for some mods because of normalizing the icon names.

1.0.1

02 May 12:43
Compare
Choose a tag to compare

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

16 Apr 07:14
12dea69
Compare
Choose a tag to compare
  • Initial release of the API import.