Releases: expressots/shared
Releases · expressots/shared
Release 0.3.0
Release 0.2.0
Release 0.1.0
0.1.0 (2024-11-10)
Features
- 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)
Bug Fixes
- 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)
Code Refactoring
- remove unused env property from ExpressoConfig interface (97663e8)