All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.10.0 (2023-02-18)
- Usage of
fp-tshas been removed across all packaged. Functions that used to return aTaskEithernow return a simplePromise.
0.9.1 (2022-10-03)
Note: Version bump only for package @shootismoke/common
0.9.0 (2022-10-03)
- The
fetchAlgoliafunction has been removed from@shootismoke/ui, because Algolia Places reached end of life: https://www.algolia.com/ref/places/. Please usegeoapifyinstead, which needs an API key: https://www.geoapify.com/.
0.8.10 (2021-08-17)
0.8.9 (2021-03-06)
0.8.8 (2021-03-06)
0.8.7 (2021-03-01)
0.8.6 (2021-02-28)
0.8.5 (2021-02-28)
0.8.4 (2021-02-28)
- Fix getSortedOpenAQResults function (8186c9f)
0.8.3 (2021-02-28)
0.8.2 (2021-02-27)
0.8.1 (2021-02-27)
Note: Version bump only for package @shootismoke/common
0.8.0 (2021-02-27)
- The
OpenAQFormattype has been renamed toOpenAQResult, and follows the v2 schema.
0.7.2 (2021-02-24)
0.7.1 (2021-02-23)
0.7.0 (2021-02-23)
0.6.4 (2021-01-14)
0.6.3 (2021-01-12)
0.6.2 (2020-10-31)
0.6.1 (2020-10-22)
0.6.0 (2020-10-22)
- ui: Remove CigarettesBlock, CigarettesText and ConversionBox (#313) (6631fae)
- ui: Remove measurements with negative value (#327) (8ed2f95)
- ui: The component
CigarettesBlock,CigarettesTextandConversionBoxhave been removed from the ui package.
0.5.7 (2020-10-18)
0.5.6 (2020-10-18)
0.5.5 (2020-10-17)
0.5.4 (2020-10-16)
0.5.3 (2020-10-16)
0.5.2 (2020-10-16)
0.5.1 (2020-10-15)
Note: Version bump only for package @shootismoke/common
0.5.0 (2020-10-15)
isStationToFaranddistanceToStationnow take a PM2.5 measurementOpenAQFormatobject, instead of the Api object.
0.4.0 (2020-10-13)
- ui: The raceApiPromise function's 2nd argument, RaceApiOptions, now is an object with 2 optional fields: aqicn and openaq, where each field represents the options to pass down to the respective dataprovider.
0.3.1 (2020-10-11)
0.3.0 (2020-10-10)
0.2.32 (2020-10-04)
0.2.30 (2020-06-09)
- ui: Fix styles TS typings (baa7021)
0.2.29 (2020-06-09)
0.2.28 (2020-06-05)
Note: Version bump only for package @shootismoke/common
0.2.27 (2020-06-05)
0.2.26 (2020-06-03)
0.2.25 (2020-06-02)
0.2.24 (2020-06-02)
0.2.23 (2020-03-21)
0.2.22 (2020-03-21)
0.2.21 (2020-03-19)
0.2.20 (2020-03-19)
0.2.19 (2020-03-16)
0.2.18 (2020-02-17)
0.2.17 (2020-02-16)
0.2.16 (2020-02-15)
- graphql: Add _id on notifications (1359933)
0.2.15 (2020-02-15)
0.2.14 (2020-02-14)
0.2.13 (2020-02-12)
- graphql: New graphql schema, with universalId (#91) (a981807)
- graphql: Update to latest graphql with timezone (#90) (eeff991)
0.2.11 (2020-02-09)
0.2.10 (2020-02-07)
0.2.9 (2020-02-07)
- dataproviders: Add better error messages for openaq (#70) (bced690)
- graphql: Update to latest graphql schema (#81) (6e054f8)
0.2.8 (2020-01-28)
0.2.7 (2020-01-20)
- convert: Correct Conversion of o3 (#49) (3dc9877)
- dataproviders: Correct Pollutant Names when Normalizing Data (#50) (14c3aea)
0.2.6 (2020-01-05)
0.2.5 (2020-01-05)
- convert: Export AllUnits from convert (#26) (31d787d)
- dataproviders: Make country always return the ISO 2-letter code (#28) (06dfa19)
- graphql: Add @convert dependency (#30) (2575fa2)
- graphql: Re-export graphql schemas as frontend need them (#27) (64dfd6c)
0.2.4 (2020-01-04)
Note: Version bump only for package @shootismoke/common
0.2.3 (2019-12-25)
0.2.2 (2019-12-25)
Note: Version bump only for package @shootismoke/common
0.2.1 (2019-12-25)
0.2.0 (2019-12-22)
- Move all packages from backend to common (734732e)
- convert: Move
aqitoconvertpackage (#13) (e6cbf0b) - dataproviders: Use Open AQ format (#17) (9363a95)
- dataproviders: All data provider fetches return normalized results using the
openaq-data-format - convert: The
@shootismoke/aqipackage has been renamed to@shootismoke/convert @shootismoke/aqi,@shootismoke/dataprovidersand@shootismoke/graphqlhave been moved from https://github.com/shootismoke/backend to this repo
0.1.17 (2019-11-16)
- dataproviders: Use axios instead of fetch (#37) (ff09a2d)
- microservices: Make graphql endpoint work again (#36) (ba144b7)
0.1.16 (2019-11-16)
0.1.15 (2019-11-16)
0.1.14 (2019-11-14)
0.1.13 (2019-11-14)
0.1.12 (2019-11-14)
0.1.11 (2019-11-14)
0.1.10 (2019-11-13)
- 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/backend
0.1.8 (2019-11-13)
0.1.7 (2019-11-12)
- dataproviders: Add fetching from waqi (#24) (a17f3f4)
- microservices: Use sparse index on expoPushToken (#23) (93cca0a)
0.1.6 (2019-11-10)
Note: Version bump only for package @shootismoke/backend
0.1.5 (2019-11-02)
0.1.4 (2019-11-02)
0.1.3 (2019-11-02)
0.1.2 (2019-11-02)
Note: Version bump only for package @shootismoke/backend