Skip to content

Latest commit

Β 

History

History
696 lines (311 loc) Β· 27.7 KB

CHANGELOG.md

File metadata and controls

696 lines (311 loc) Β· 27.7 KB

πŸ“¦ Changelog

conventional commits semantic versioning

All notable changes to this project will be documented in this file

5.5.2 (2024-11-05)

🎨 Styles

  • Format code and update configuration files for consistency (922a8fd)

πŸ“¦ Changelog

conventional commits semantic versioning

All notable changes to this project will be documented in this file

5.5.1 (2024-04-16)

πŸ› Bug Fixes

  • Fix the issue with the wifi handler not starting the access point (2638d40)

5.5.0 (2024-04-15)

πŸ• Features

  • Update setWifiConfig function in ProjectConfig class to toggle reboot status (da92fd2)

5.4.5 (2024-04-07)

πŸ› Bug Fixes

  • update to new version of EasyHelpers (4bf43a9)

5.4.4 (2024-04-06)

πŸ› Bug Fixes

  • attach default handler to an endpoint (c71b7d4)

5.4.3 (2024-04-06)

πŸ› Bug Fixes

  • Refactor handleJson function parameters to pass JsonVariant by reference (e4c9671)

5.4.2 (2024-04-06)

πŸ§‘β€πŸ’» Code Refactoring

  • Refactor handleJson function parameters in NetworkManager code (46e6513)

5.4.1 (2024-04-06)

πŸ› Bug Fixes

  • clean up some extranious left overs (38eff9d)

5.4.0 (2024-04-05)

πŸ• Features

  • update to new Helpers library (3d10979)

5.3.5 (2024-04-01)

πŸ› Bug Fixes

  • change to IId interface to replace getName() (a7e2025)

5.3.4 (2024-03-31)

πŸ€– Build System

  • Update ArduinoJson dependency in dev_config.ini (58cb244)

5.3.3 (2024-03-31)

πŸ§‘β€πŸ’» Code Refactoring

  • migrate to helper lib, Update include paths and dependencies (102ba5d)

5.3.2 (2024-03-31)

πŸ› Bug Fixes

  • Update ArduinoJson dependency (fc4b182)

5.3.1 (2024-03-31)

πŸ§‘β€πŸ’» Code Refactoring

  • Update NetworkManager configuration and API handlers (8c425c9)

5.3.0 (2024-03-31)

πŸ• Features

  • added ability to handle JSON data POST and GET (53035ab)

5.2.3 (2024-03-30)

πŸ§‘β€πŸ’» Code Refactoring

  • Update NetworkManager version and fix struct initialization (764f579)

5.2.2 (2024-03-30)

πŸ§‘β€πŸ’» Code Refactoring

  • clean up project manager (395ce7b)

5.2.1 (2024-03-03)

πŸ› Bug Fixes

5.2.0 (2024-01-15)

πŸ“ Documentation

5.1.4 (2023-12-21)

πŸ› Bug Fixes

  • wifi activating before config load (60dc0a3)

5.1.3 (2023-12-21)

πŸ› Bug Fixes

  • wifi reset issue when STA cannot be found (2a67bb8)

5.1.2 (2023-12-21)

πŸ› Bug Fixes

  • wifi reset issue when STA cannot be found (a2c679e)

5.1.1 (2023-12-21)

πŸ§‘β€πŸ’» Code Refactoring

5.1.0 (2023-12-21)

πŸ• Features

  • add wifi event mappings to native wifi class (2ff3a86)

5.0.0 (2023-12-21)

⚠ BREAKING CHANGES

  • CHANGES
  • simplify the api A LOT
  • setup the state machine to follow the observer pattern for easier use
  • create a wrapper for updating the state
  • update examples

πŸ• Features

  • add more fine grained examples (2e18135)
  • total project refactor (0f70bec)

4.5.8 (2023-12-19)

πŸ› Bug Fixes

4.5.7 (2023-12-18)

πŸ§‘β€πŸ’» Code Refactoring

  • set wifi waiting printout to verbose log only (f07add0)

4.5.6 (2023-12-18)

πŸ§‘β€πŸ’» Code Refactoring

  • set wifi waiting printout to verbose log only (ce5bfc2)

4.5.5 (2023-12-18)

πŸ› Bug Fixes

4.5.4 (2023-12-15)

πŸ§‘β€πŸ’» Code Refactoring

4.5.3 (2023-12-15)

πŸ› Bug Fixes

  • set to ingest observer event enum as const reference (25e5866)

4.5.2 (2023-11-25)

πŸ› Bug Fixes

4.5.1 (2023-10-13)

πŸ§‘β€πŸ’» Code Refactoring

  • total api structure refactor (bc19316)

4.5.0 (2023-09-26)

πŸ“ Documentation

πŸ” Continuous Integration

4.4.0 (2023-07-05)

πŸ“ Documentation

4.3.0 (2023-06-24)

πŸ• Features

  • Add captive portal feature (8534d51)

4.2.3 (2023-06-24)

πŸ› Bug Fixes

4.2.2 (2023-06-24)

πŸ› Bug Fixes

4.2.1 (2023-06-22)

πŸ› Bug Fixes

  • issue with case on observer.cpp (24ef808)

4.2.0 (2023-06-22)

πŸ• Features

  • add compatibility with esp_web_server.h (ade38aa)

4.1.2 (2023-06-22)

πŸ› Bug Fixes

4.1.1 (2023-06-22)

πŸ› Bug Fixes

4.1.0 (2023-06-21)

πŸ• Features

4.0.0 (2023-06-21)

⚠ BREAKING CHANGES

  • changed API method names

πŸ§‘β€πŸ’» Code Refactoring

  • total project naming refactor (39c8722)

3.1.2 (2023-06-11)

πŸ› Bug Fixes

3.1.1 (2023-06-04)

πŸ§‘β€πŸ’» Code Refactoring

  • minor update to project state (a977934)

3.1.0 (2023-05-29)

πŸ“ Documentation

  • add example of custom config API (83180de)

3.0.2 (2023-05-29)

πŸ› Bug Fixes

  • improve custom config handler API (04452b5)

3.0.1 (2023-05-29)

πŸ§‘β€πŸ’» Code Refactoring

  • improve custom config handler API (a711812)

3.0.0 (2023-05-28)

⚠ BREAKING CHANGES

  • CHANGES
  • implement hot-reload handler for config

πŸ› Bug Fixes

  • duplicate config glitch (16a20ca)

2.1.2 (2023-05-13)

πŸ§‘β€πŸ’» Code Refactoring

2.1.1 (2023-05-13)

πŸ§‘β€πŸ’» Code Refactoring

2.1.0 (2023-05-07)

πŸ• Features

  • add wifi support for other boards (9b1c5b5)

2.0.0 (2023-03-19)

⚠ BREAKING CHANGES

  • CHANGES

πŸ” Continuous Integration

πŸ§‘β€πŸ’» Code Refactoring

  • simplify library interface (4da399b)

1.12.0 (2023-03-12)

πŸ• Features

  • update Observer to be more event driven (83d8c1c)

1.11.4 (2023-03-09)

πŸ› Bug Fixes

1.11.3 (2023-03-09)

πŸ› Bug Fixes

1.11.2 (2023-03-09)

πŸ› Bug Fixes

  • python script not working on linux (54a9433)

1.11.1 (2023-03-09)

πŸ› Bug Fixes

1.11.0 (2023-03-09)

πŸ• Features

1.10.1 (2023-03-09)

πŸ› Bug Fixes

  • fixed some bugs , made api cleaner to use (f2bee95)

1.10.0 (2023-03-09)

πŸ• Features

  • remove the need for spiffs for wifimanager (7c02ba3)

1.9.2 (2023-03-03)

πŸ› Bug Fixes

  • esp restar time on save (c5c04f2)

1.9.1 (2023-03-01)

πŸ› Bug Fixes

1.9.0 (2023-02-27)

πŸ• Features

  • add some network features (e5ac88e)

1.8.3 (2023-02-26)

πŸ› Bug Fixes

  • fix static issue with checkWifiState() (46ab85c)

1.8.2 (2023-02-26)

πŸ› Bug Fixes

  • fix static issue with checkWifiState() (58ffc52)

1.8.1 (2023-02-25)

πŸ› Bug Fixes

1.8.0 (2023-02-19)

πŸ• Features

  • add check for valid hostname (22ee635)

1.7.0 (2023-02-18)

πŸ• Features

  • add proper mdns support (dc497d0)

1.6.0 (2023-02-18)

πŸ• Features

  • add proper mdns support (78afaa4)

1.5.2 (2023-02-16)

πŸ› Bug Fixes

1.5.1 (2023-02-16)

πŸ› Bug Fixes

1.5.0 (2023-02-16)

πŸ• Features

  • add detachAll method to obersevers (ff13bf8)

1.4.29 (2023-02-16)

πŸ› Bug Fixes

  • map network route-method maps public (ec28bb2)

1.4.28 (2023-02-16)

πŸ› Bug Fixes

  • api_utilities protected members (f65e575)

1.4.27 (2023-02-16)

πŸ› Bug Fixes

  • make network maps public (abfb7ee)

1.4.26 (2023-02-16)

πŸ› Bug Fixes

  • update Observer as template class (c1447ef)

1.4.25 (2023-02-16)

πŸ› Bug Fixes

1.4.24 (2023-02-14)

πŸ› Bug Fixes

  • make project config easier to use (6abea1c)

1.4.23 (2023-02-14)

πŸ› Bug Fixes

1.4.22 (2023-02-14)

πŸ› Bug Fixes

1.4.21 (2023-02-13)

πŸ› Bug Fixes

  • library.json include pattern (e2185e1)

1.4.20 (2023-02-13)

πŸ› Bug Fixes

  • refactor project and simplify includes (2efd957)

1.4.19 (2023-02-13)

πŸ› Bug Fixes

  • create a platformio project using the lib structure (3553ab1)

1.4.18 (2023-01-19)

πŸ§‘β€πŸ’» Code Refactoring

  • added new more verbose example (f6f7581)
  • rename example to customHTML (9f6dc77)

1.4.17 (2023-01-18)

πŸ§‘β€πŸ’» Code Refactoring

  • remove uneeded define from example (151ce64)

1.4.16 (2023-01-18)

πŸ§‘β€πŸ’» Code Refactoring

  • remove uneeded define from example (e8dbcf1)

1.4.15 (2023-01-18)

πŸ§‘β€πŸ’» Code Refactoring

  • remove uneeded define from example (0bf0492)

1.4.14 (2023-01-18)

πŸ§‘β€πŸ’» Code Refactoring

  • move ethernet to its own class (45deb25)

1.4.13 (2023-01-18)

πŸ§‘β€πŸ’» Code Refactoring

  • move ethernet to its own class (d5851a7)

1.4.12 (2023-01-18)

πŸ” Continuous Integration

  • ci-semver: add automated changelog (985eca0)