Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: evrimfeyyaz/covid-19-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.5
Choose a base ref
...
head repository: evrimfeyyaz/covid-19-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.6
Choose a head ref
  • 2 commits
  • 43 files changed
  • 1 contributor

Commits on May 26, 2020

  1. Fix an error that caused a loading finished notification being sent o…

    …ut before the initialization ends
    evrimfeyyaz committed May 26, 2020
    Copy the full SHA
    154021f View commit details
  2. v0.2.6

    evrimfeyyaz committed May 26, 2020
    Copy the full SHA
    4d1ec2a View commit details
Showing with 357 additions and 331 deletions.
  1. +37 −37 docs/classes/_covid19api_.covid19api.html
  2. +4 −4 docs/classes/_covid19api_.covid19apialreadyinitializederror.html
  3. +4 −4 docs/classes/_covid19api_.covid19apinotinitializederror.html
  4. +4 −4 docs/classes/_covid19apierror_.covid19apierror.html
  5. +4 −4 docs/classes/_datagetter_datagetter_.datagettererror.html
  6. +16 −16 docs/classes/_datagetter_filegetter_.filegetter.html
  7. +19 −19 docs/classes/_datagetter_githubgetter_.githubgetter.html
  8. +4 −4 docs/classes/_datastore_datastore_.datastoreerror.html
  9. +4 −4 docs/classes/_datastore_datastore_.datastoreinvalidlocationerror.html
  10. +4 −4 docs/classes/_datastore_datastore_.datastorenotinitializederror.html
  11. +21 −21 docs/classes/_datastore_indexeddbstore_.indexeddbstore.html
  12. +19 −19 docs/classes/_datastore_memorystore_.memorystore.html
  13. +4 −4 docs/globals.html
  14. +4 −4 docs/index.html
  15. +10 −10 docs/interfaces/_covid19api_.covid19apioptions.html
  16. +9 −9 docs/interfaces/_datagetter_datagetter_.datagetter.html
  17. +14 −14 docs/interfaces/_datastore_datastore_.datastore.html
  18. +5 −5 docs/interfaces/_datastore_indexeddbstore_.covid19timeseriesdbschema.html
  19. +3 −3 docs/interfaces/_parse_.parsedcsv.html
  20. +3 −3 docs/interfaces/_parse_.parsedcsvrow.html
  21. +10 −10 docs/interfaces/_types_.internallocationdata.html
  22. +7 −7 docs/interfaces/_types_.internalvaluesondate.html
  23. +10 −10 docs/interfaces/_types_.locationdata.html
  24. +9 −9 docs/interfaces/_types_.locationinfo.html
  25. +12 −12 docs/interfaces/_types_.valuesondate.html
  26. +6 −6 docs/modules/_covid19api_.html
  27. +3 −3 docs/modules/_covid19apierror_.html
  28. +3 −3 docs/modules/_datagetter_datagetter_.html
  29. +3 −3 docs/modules/_datagetter_filegetter_.html
  30. +3 −3 docs/modules/_datagetter_githubgetter_.html
  31. +3 −3 docs/modules/_datastore_datastore_.html
  32. +3 −3 docs/modules/_datastore_indexeddbstore_.html
  33. +3 −3 docs/modules/_datastore_memorystore_.html
  34. +12 −12 docs/modules/_format_.html
  35. +3 −3 docs/modules/_index_.html
  36. +26 −26 docs/modules/_parse_.html
  37. +6 −6 docs/modules/_types_.html
  38. +4 −4 docs/modules/_uslocations_.html
  39. +4 −4 docs/modules/_usstates_.html
  40. +6 −6 docs/modules/_utils_.html
  41. +1 −1 package.json
  42. +7 −2 src/COVID19API.ts
  43. +21 −0 test/COVID19API.test.ts
Loading