Skip to content

Latest commit

 

History

History
600 lines (172 loc) · 17 KB

CHANGELOG.md

File metadata and controls

600 lines (172 loc) · 17 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.10.0 (2023-02-18)

  • refactor!: Remove fp-ts (#729) (ce170c2), closes #729

BREAKING CHANGES

  • Usage of fp-ts has been removed across all packaged. Functions that used to return a TaskEither now return a simple Promise.

0.9.1 (2022-10-03)

Note: Version bump only for package @shootismoke/dataproviders

0.9.0 (2022-10-03)

  • feat(ui)!: Remove usage of Algolia, use geoapify instead (#669) (a593a9f), closes #669

BREAKING CHANGES

0.8.10 (2021-08-17)

Bug Fixes

  • Fix british columbia type from AQICN (#519) (06bf7a8)

0.8.9 (2021-03-06)

Features

  • convert: Add all parameters from OpenAQ v2 (#432) (89e9e59)

0.8.8 (2021-03-06)

Bug Fixes

0.8.7 (2021-03-01)

Bug Fixes

0.8.5 (2021-02-28)

Bug Fixes

  • ui: Rename fetchStation to fetchStationId (#423) (8649044)

0.8.4 (2021-02-28)

Bug Fixes

  • Fix getSortedOpenAQResults function (8186c9f)

0.8.3 (2021-02-28)

Bug Fixes

0.8.2 (2021-02-27)

Bug Fixes

  • Add some exports, remove react-native stuff from default exports (#421) (9b6fec1)

0.8.1 (2021-02-27)

Note: Version bump only for package @shootismoke/dataproviders

0.8.0 (2021-02-27)

Features

BREAKING CHANGES

  • The OpenAQFormat type has been renamed to OpenAQResult, and follows the v2 schema.

0.7.0 (2021-02-23)

Note: Version bump only for package @shootismoke/dataproviders

0.6.4 (2021-01-14)

Bug Fixes

  • Rename raw to ugm3 in convert, better UI utils (#387) (39d499b)

0.6.3 (2021-01-12)

Note: Version bump only for package @shootismoke/dataproviders

0.6.2 (2020-10-31)

Note: Version bump only for package @shootismoke/dataproviders

0.6.1 (2020-10-22)

Bug Fixes

0.6.0 (2020-10-22)

Note: Version bump only for package @shootismoke/dataproviders

0.5.7 (2020-10-18)

Bug Fixes

0.5.6 (2020-10-18)

Bug Fixes

0.5.4 (2020-10-16)

Bug Fixes

0.5.1 (2020-10-15)

Note: Version bump only for package @shootismoke/dataproviders

0.5.0 (2020-10-15)

Note: Version bump only for package @shootismoke/dataproviders

0.4.0 (2020-10-13)

Note: Version bump only for package @shootismoke/dataproviders

0.3.1 (2020-10-11)

Features

0.3.0 (2020-10-10)

Note: Version bump only for package @shootismoke/dataproviders

0.2.28 (2020-06-05)

Note: Version bump only for package @shootismoke/dataproviders

0.2.27 (2020-06-05)

Features

  • Add functions to ui, fix fetchByGps in dataproviders (#183) (6678714)

0.2.25 (2020-06-02)

Note: Version bump only for package @shootismoke/dataproviders

0.2.24 (2020-06-02)

Features

0.2.23 (2020-03-21)

Bug Fixes

  • dataproviders: Sanitize aqicn response delhi to india (#123) (9f23ec7)

0.2.22 (2020-03-21)

Bug Fixes

  • dataproviders: Handle case with empty response (#122) (d6f891a)

0.2.17 (2020-02-16)

Bug Fixes

  • dataproviders: Correct universalId for aqicn (#95) (d712991)

0.2.15 (2020-02-15)

Bug Fixes

  • dataproviders: Better error msg when 0 result (#94) (84934f4)

0.2.9 (2020-02-07)

Bug Fixes

  • dataproviders: Add better error messages for openaq (#70) (bced690)
  • graphql: Update to latest graphql schema (#81) (6e054f8)

0.2.8 (2020-01-28)

Bug Fixes

  • dataproviders: Add correct options to openaq fetch (#69) (e2589eb)

0.2.7 (2020-01-20)

Bug Fixes

  • dataproviders: Correct Pollutant Names when Normalizing Data (#50) (14c3aea)

0.2.6 (2020-01-05)

Bug Fixes

  • Export All{Providers, Pollutants, Units} (#31) (12a061b)

0.2.5 (2020-01-05)

Bug Fixes

  • convert: Export AllUnits from convert (#26) (31d787d)
  • dataproviders: Make country always return the ISO 2-letter code (#28) (06dfa19)
  • graphql: Re-export graphql schemas as frontend need them (#27) (64dfd6c)

0.2.3 (2019-12-25)

Bug Fixes

  • dataproviders: Fix dates for aqicn and waqi (#21) (48f54d6)

0.2.2 (2019-12-25)

Note: Version bump only for package @shootismoke/dataproviders

0.2.1 (2019-12-25)

Features

  • dataproviders: Add getStationName and dominantPol functions (#20) (66c4ba2)

0.2.0 (2019-12-22)

chore

  • Move all packages from backend to common (734732e)

Code Refactoring

  • convert: Move aqi to convert package (#13) (e6cbf0b)
  • dataproviders: Use Open AQ format (#17) (9363a95)

BREAKING CHANGES

  • dataproviders: All data provider fetches return normalized results using the openaq-data-format
  • convert: The @shootismoke/aqi package has been renamed to @shootismoke/convert
  • @shootismoke/aqi, @shootismoke/dataproviders and @shootismoke/graphql have been moved from https://github.com/shootismoke/backend to this repo

0.1.17 (2019-11-16)

Bug Fixes

  • dataproviders: Use axios instead of fetch (#37) (ff09a2d)

0.1.16 (2019-11-16)

Bug Fixes

  • dataproviders: Remove useless dependency (#35) (d2a0dd4)

0.1.15 (2019-11-16)

Bug Fixes

0.1.14 (2019-11-14)

Bug Fixes

0.1.13 (2019-11-14)

Bug Fixes

0.1.12 (2019-11-14)

Bug Fixes

  • dataproviders: Add dominant pollutant (#30) (f645ed6)

0.1.11 (2019-11-14)

Bug Fixes

  • dataproviders: Change normalized format (#29) (e8f50a5)

0.1.10 (2019-11-13)

Bug Fixes

  • dataproviders: Add conversion to cigarettes (#27) (af577be)
  • dataproviders: Export types (#26) (27c3165)

0.1.9 (2019-11-13)

Note: Version bump only for package @shootismoke/dataproviders

0.1.8 (2019-11-13)

Features

  • dataproviders: Add normalized data format (#25) (a7bd857)

0.1.7 (2019-11-12)

Bug Fixes

  • dataproviders: Add fetching from waqi (#24) (a17f3f4)

0.1.6 (2019-11-10)

Note: Version bump only for package @shootismoke/dataproviders