Releases: factorio-item-browser/portal-api-server
Releases · factorio-item-browser/portal-api-server
1.5.2
1.5.1
Changed
- PHP version from 7.4 to 8.0.
1.5.0
Changed
- Refactored all setting related endpoints, including adding new ones for validating a setting and for requesting the
mods of a setting. - Status code of unknown endpoints to 400 (was 404).
- Endpoint
/style/iconsnow expecting the CSS selector (with placeholders) to use for the generated stylesheet.
Fixed
/initfailing if a combination is not yet known to the api server.
1.4.1
Fixed
- Temporary settings could not be saved permanently.
1.4.0
Changed
- Replaced combination-related endpoints of the API with their counterparts in the new Combination API.
- Updated to version 3.0 of the data API.
Removed
- No longer needed
authorizationKeyfrom the Setting database table.
1.3.0
Added
- Endpoint
/itemsfor retrieving a paginated list of all items.
1.2.0
Added
Combination-Idto the header of all requests.- Creation of temporary setting in
/initrequests if combination is not in one of the current users settings. - Existing setting to response of
/setting/statusendpoint.
Changed
- Endpoint
/session/initto/init. - Response objects now containing
combinationIdof settings instead of their internal id. All setting endpoints now
expect the combination ids of the settings instead of the internal id.
1.0.1
Added
- Field
scriptVersionto response ofsession/initto signal the frontend that the scripts changed, and a page reload
may be necessary.
1.0.0
- Initial release of the portal api server project.