ceddlyburge / elm-league-tables-from-google-sheets

A website to show league tables and fixtures, from results stored in Google Sheets
https://se-polo-2019.netlify.com/
MIT License
8 stars 0 forks source link

Upgrade to elm 0.19 #43

Closed ceddlyburge closed 4 years ago

ceddlyburge commented 4 years ago

This was a lot harder than I was expecting.

I had to remove the html tests, as it seems that the html library is no longer supported. These are still mostly covered by the end to end tests so I am going to leave it for now. Hopefully there is an equivalent thing that I will be able to use later. The relevant test files have been renamed with ".not" at the end.

It has introduced a breaking change, in the Dates in the Google sheets will now only be recognised if they are in ISO format.

The upgrade tool ran elm-format, which has introduced a lot of whitespace changes. I should be running this routinely. oops.

Fixes #17