Releases: flancer32/teq-web
Releases · flancer32/teq-web
Add `types.d.ts` and ADSM context
Added TeqFW descriptor
[0.3.1] - 2025-08-21
Added
- Added TeqFW descriptor to define package namespace for @teqfw/core.
Generalized NPM handler, modular static handler, improved validation, and file service error reporting
[0.3.0] - 2025-06-26
Added
- Generalized NPM handler into a Source handler with DTO-based configuration.
- Unit tests for the dispatcher and built-in handlers.
Changed
- Static handler refactored into modular components with before/after ordering.
Fixed
- Improved validation messages for static handler configuration.
- File service now reports specific filesystem errors.
0.2.0
What's Changed
- Add express/fastify integration tests by @flancer64 in #6
- Fix external server teardown in tests by @flancer64 in #7
- Implement NPM static handler by @flancer64 in #8
- Add NPM handler integration test by @flancer64 in #9
- Add examples to NPM handler init JSDoc by @flancer64 in #10
- Release 0.2.0 by @flancer64 in #11
Full Changelog: 0.1.0...0.2.0
Initial release
Release v0.1.0 — Initial release
First public release of @flancer32/teq-web — a Node.js web plugin supporting Express and Fastify integration with a built-in standalone server.
Written in ES6+, designed for the Tequila Framework ecosystem.
See README for usage details.
License: Apache-2.0
Author: Alex Gusev