3.0.0 (2024-12-04)
- refactor IWebServer interface, add IWebServerBuilder (9a23fff)
- update initEnvironment method to return a Promise for better async handling (6ae9525)
3.0.0 (2024-12-03)
- refactor IWebServer interface, add IWebServerBuilder (9a23fff)
3.0.0-beta.3 (2024-11-28)
- add close method to Server interface for graceful shutdown (7d0cd8f)
0.3.0 (2024-11-24)
- add entryPoint property to ExpressoConfig interface (324ac37)
0.2.0 (2024-11-16)
- add interfaces for console, middleware, and environment; update index exports (30d7dbb)
- standardize quotes in middleware interface file (6b3f045)
- enhance coverage for configDotenv function and add edge case handling (58612bd)
- add compiler and package definitions (8352e66)
- add early ai unit test generation and code coverage (7eb5f38)
- add env and compiler modules (f93f6c3)
- add global config interface (cbe2e12)
- change to beta version (4e835ca)
- update readme to include badges (5995b1a)
- add express config file for testing (d7ae7e1)
- change dependency installation from npm ci to npm install in CI workflow (6bc1ece)
- remove compiler load lib (c8f6085)
- reorder build and test steps in CI workflow; update Jest config to ignore specific paths (4500863)
- update CI workflow to use npm ci for dependency installation; refine Jest configs (356c232)
- update package.json to use exact version numbers for dependencies (7cdd924)
- remove unused env property from ExpressoConfig interface (97663e8)
- testing commitlint (0e78653)