Releases: vorchdorf-dot-media/weather
Releases · vorchdorf-dot-media/weather
v2.0.1
v2.0.0
2.0.0 (2021-06-22)
Bug Fixes
- website: fixed display of Breadcrumbs (7d41dde)
- website: fixed query on /stations/[name] page (b37c4ed)
Features
- updated Postman collection (41ae44f)
- functions: removed ID from Station type (a6ea369)
- website: switched from /stations/[id] to /stations/[name] (8e59f1a)
BREAKING CHANGES
- website: To obscure the station ID, the station name is now used as URL path parameter
- functions: Queries for stations switched from ID to name field. ID is not selectable anymore, name is now the unique identifier.
v1.1.1
v1.1.0
1.1.0 (2021-01-11)
Bug Fixes
- website: fixed a11y issues (a233d4e)
- website: fixed TemperatureChart breakpoint for labels (3ceaa7b)
- website: fixed TemperatureChart width height calculation (bf199b8)
- website: minor styling fixes (ac3e9ff)
- website: minor styling tweaks (28e8931)
- website: preloaded font (3946666)
Features
- website: added label formats to TemperatureChart component (8e01b31)
- website: added labels to TemperatureChart (4b89b88)
- website: added LineChart component (8ec8230)
- website: added SingleCard component, extended station page (65d5b81)
- website: added Threshold to LineChart component (aa070a8)
- website: enhanced LineChart component (e366d29)
- website: enhanced Station component, added semantic-release changelog plugin (fd1dbe6)
- website: extended stations page, fixed a11y issues (e34a06d)
- website: removed mock, extended GraphQL query (84fdb94)
v1.0.0
1.0.0 (2021-01-02)
Bug Fixes
- minor website fixes, added CI integrations #3 (a3c3366)
- arduino: added endless blink loop when SD init fails (814994f)
- arduino: added false flag to base64 encode (7c83414)
- arduino: changed formatted time to epoch time (eeb4b64)
- arduino: fixed HTTPS POST request (b5f9c30)
- arduino: fixed minor bugs (4a93902)
- arduino: fixed namespace issues (5201943)
- arduino: fixed printf for DS18B20 (9940a65)
- arduino: fixed typo (0296a14)
- db: added virtuals to schemata (04cb122)
- db: fixed timestamp handling (223e8b3)
- db: fixed timestamp ISO string creation (6fdb836)
- firmware: fixed typo in HTTP request (212a8ae)
- functions: added connection close to stations resolver (68a3b72)
- functions: fixed hash validation to always use 2 decimal values (d75528c)
- functions: fixed req destructuring (1e8cff6)
- functions: forced connection close after every resolver (3459624)
- functions: removed force close database connection in Apollo (32d8361)
- graphql: fixed input types (9496401)
- lambda: added missing connection calls (5f7ac31)
- lambda: fixed build command (1258285)
- lambda: fixed lambda build config (52ea0d0)
- lambda: fixed sorting of entry extremes to prefer outside sensors (bd8cc37)
- lambda: fixed typo (c9ff007)
- lambda: raised test coverage (446fc8f)
- snowpack: fixed build command (9209fdc)
- website: added preconnect statements to _app (2b1cfa9)
- website: converted index to server side rendered (cf1e2b3)
- website: fixed assets import path (8b33d83)
- website: fixed build ID generation (c58f76a)
- website: fixed Card layout (a02c731)
- website: fixed CSS specificity for ErrorCard (94a0133)
- website: fixed Lightswitch dimensions for Safari (402fa2b)
- website: fixed Netlify URL env (baf297a)
- website: fixed translation typo, fixed redirect to /de (92e907c)
- website: fixed typo (1aa9952)
- website: refactored manifest data (0c9f941)
- added sapper to gitignore, updated yarn.lock (94fec51)
- enhanced tests & fixed bugs (709387e)
- fixed ESLint warnings (35ac628)
- fixed latitude typos (0a5e705)
- fixed latitude typos (5b83d3b)
- fixed Postman collection (6125401)
- fixed typescript types (7faaeab)
- fixed webpack build (f1798a0)
- removed svelte leftovers (124790d)
- website: fixed minor issues (28caed1)
- website: fixed typo (2bfb480)
- website: fixed typo (14f3063)
- website: fixed URL env (c83f94a)
- website: reactivated i18n language detection (4151ad9)
- website: removed Netlify redirects file (b2b32ec)
- reverted to Webpack v4, added language redirects (98a45f7)
Features
- added Postman collection (bbc376e)
- arduino: added Basic Authorization for GraphQL request (e98e484)
- arduino: added DHT functionality, reformatted code (74c3a3a)
- arduino: added SD card handling (16932e3)
- arduino: added WiFi config (256aeaa)
- arduino: enhanced HTTPS request handling (a9e4a59)
- arduino: enhanced POST request (1830a63)
- arduino: fixed typos in HTTPS request (dfe5ab2)
- db: added MongoDB config (2ab23fe)
- db: added StationSchema (986372c)
- functions: added event listener to close db connection (bfeb4e4)
- graphql: added data sources (f8993a7)
- graphql: added datasources (ca28b54)
- graphql: added GraphQL base structure ([ca0c65...