Internal changes to `yesterday` and `sort` params. In terms of usage and syntax, they are exactly the same as before.
New methods
- `get_jhu_all_counties()` - get a list of all counties supported by JHU and their data - `List[JhuCsseStatistics]`
New utils
- `parse_date(datetime.datetime)` - Split a datetime.datetime into its various parts, useful for formatting date yourself. Data returned in `day, month, year, hour, minute, second`.