Releases: amvid/geo-service
Releases · amvid/geo-service
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
Major release including breaking changes and a new API method to query airports for dropdowns in form
- Added new module
Nationalities
- City
title
is not unique anymore - Added
iata
field toCity
- Added
capital
field toCountry
CityRepository->findByTitle
now returns an array- Added new
CityRepository->findByTitleAndCountry
method to find a single City - Error responses now return a json object with
error
key - Many actions have been rewritten according this change
- Tests adopted too
- Added new commands and json files to fill the database
- Mapping fixes in the import data files
- Brand new
QueryAirportsAction
for airport dropdowns in forms - PHP upgraded to version
8.3.4
- Roadrunner upgraded to version
2023.3.12
- Other deps updated to the latest version
- UUIDs in Admin Dashboard now hidden in the list view
- Added test step to github workflows