- App.tsx: full navigation (Auth stack + Main tabs with 5 screens) - Auth: LoginScreen, RegisterScreen, ForgotPasswordScreen - HomeScreen: dashboard with IoT metrics, weather widget, alerts, quick actions, sensors - MapScreen: interactive map with layer toggles (6 layers) - MarketplaceScreen: categories (6), products (5), search - ChatScreen: AI chat with quick prompts (4), bot responses - ProfileScreen: user info, stats, menu (9 items), logout - AlertsScreen: alert list with severity, acknowledge - SensorsScreen: sensor list with type filters (6 types), search - ZonesScreen: zone cards with stats - SettingsScreen: language picker (FR/EN/ES/DE), privacy, about - Stores: iotStore (sensors, zones, alerts), notificationStore, uiStore + i18n - Hooks: useSensors, useAlerts, useNotifications, useLocation - Components: Card, Button, LoadingSpinner, ErrorBoundary, Header - Services: iotService, notificationService (with axios API client) - Utils: formatters (temp, AQI, noise, dates), validators (email, password, IBAN) - Theme: colors.ts with full design system (Blue Ocean palette) - Ditto: fixed MongoDB connection, new JWT secrets, official gateway image
4.7 KiB
4.7 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Unreleased
11.0.7 (2024-11-13)
Changed
- 🐞 fix self-expanding undefined variable with default value (#126)
11.0.6 (2024-02-17)
Changed
- Fix
.nyc_outputin.npmignore
11.0.5 (2024-02-17)
Changed
- 🐞 fix recursive expansion when expansion key is sourced from
process.env(#121)
11.0.4 (2024-02-15)
Changed
- 🐞 fix recursive expansion when expansion keys in reverse order (#118)
11.0.3 (2024-02-11)
Changed
- 🐞 bug fix when
processEnvset to process.env rather than empty object (also test fixes which hid the bug) (#113)
11.0.2 (2024-02-10)
Changed
- Changed funding link in package.json to
dotenvx.com
11.0.1 (2024-02-10)
Added
- Added funding link in package.json
11.0.0 (2024-02-10)
Added
- Add typings for
import dotenv-expand/config(#99) - Support expansion of dot in env variable names like
POSTGRESQL.BASE.USER(#93) - Add
processEnvoption (#105) - Add support for default format of
${VAR-default}(#109)
Changed
- Do not expand prior
process.envenvironment variables. NOTE: make sure to see updated README regardingdotenv.config({ processEnv: {} })(#104) - 🐞 handle
$var1$var2(#103, #104) - 🐞 fix fatal recursive error when variable defines value with same variable
VAR=$VAR#98
Removed
- Remove
ignoreProcessEnvoption (useprocessEnvoption going forward)
10.0.0 (2022-12-16)
Added
- Support special characters in default expansion (#74)
9.0.0 (2022-08-30)
Added
- Proper support for preload and cli args (#78)
8.0.3 (2022-03-21)
Changed
- 🐞 Fixed defaults bug (#71)
8.0.2 (2022-03-11)
Changed
- 🐞 Fixed preloading bug
8.0.1 (2022-02-03)
Added
- Added config.js to package.json lookups
8.0.0 (2022-02-03)
Changed
- Breaking: Bump to
v16.0.0of dotenv
Added
- Preload support 🎉 (#31)
7.0.0 (2022-01-17)
Changed
- Breaking: Bump to
v15.0.0of dotenv
6.0.1 (2022-01-17)
Changed
- Updated README
6.0.0 (2022-01-17)
Changed
- Breaking Move default export to export of
expandfunction (#14b1f2)
Added
- Add default expansion 🎉 (#39)
- Add missing type descriptions
5.1.0 and prior
Please see commit history.