Releases: elias-garcia/covid-19-spain
Releases · elias-garcia/covid-19-spain
v2.0
- Fixed some inconsistencies in the initialization data.
- Added
sortField
,sortOrder
andlimit
filter query params to the/reports
endpoint of the api. - Renamed wrong
c-valencia
autonomous community name toc-valenciana
. - Added the historical view to the frontend.
- Added logos to the frontend.
v1.3
- Improved report parsing, as now they include some strange characters next to the numbers.
- Added a
diff
field in theaccumulated-values
endpoint to return the difference for each value between the last report and the previous one.
v1.2
- Fixed an issue when parsing the date from report number 54 and onwards.
v1.1
- Allow CORS requests.
- Include more values in all the responses. Now
cases
,deaths
,hospitalized
,icu
andrecovered
values are included in all of the reports and in the accumulated values. Those values not present in any of the reports will be returned asnull
.
v1.0
Initial release.