Skip to content

Releases: flancer32/teq-web

Add `types.d.ts` and ADSM context

19 Dec 22:23

Choose a tag to compare

[0.4.0] - 2025-12-20

Added

  • TypeScript type declarations for the public API via types.d.ts.
  • ADSM cognitive context in ctx/.

Added TeqFW descriptor

21 Aug 03:31

Choose a tag to compare

[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

26 Jun 10:15

Choose a tag to compare

[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

21 Jun 08:03

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

Initial release

11 Jun 07:19

Choose a tag to compare

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