Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@rsaz rsaz released this 10 Nov 02:09
· 7 commits to main since this release

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)