Skip to content

v1.2.0

Choose a tag to compare

@dmfenton dmfenton released this 10 Sep 21:47

Added

  • order_by option accepts array of {field: order} e.g. {'total_precip': 'ASC'}

Changed

  • Stats are requested as float
  • Request data from the DB as JSON instead of strings
  • Remove size limitation from host varchar table column (#26)

Fixed

  • Intermittent off-by-one errors in tests are no more