Skip to content

Releases: teqfw/web

Improved Response Status Handling

13 Mar 14:59

Choose a tag to compare

  • Added new status: 402 Payment Required.
  • Enhanced 405 Method Not Allowed function with additional configuration options.

TeqFw_Web_Back_Help_Respond

21 Feb 19:05

Choose a tag to compare

  • New helper is introduced (TeqFw_Web_Back_Help_Respond).

Refined HTTP Response and Cookie Handling with Class-Based APIs

19 Jan 12:15

Choose a tag to compare

  • Replaced procedural response functions with a class-based approach in TeqFw_Web_Back_App_Server_Respond.
  • Added new response methods for HTTP status codes, including status401, status403, and status409.
  • Introduced utility methods for cookies in TeqFw_Web_Back_Util_Cookie, refactored as a class.
  • Deprecated old procedural methods for HTTP responses and cookies, replaced by class-based APIs.
  • Updated cookie handling to improve flexibility and security settings, including SameSite and HttpOnly.
  • Enhanced test coverage for new response and cookie utilities.
  • Simplified API for setting and retrieving cookies with better encapsulation.

Add try-catch for HTTP request body handling

07 Dec 11:14

Choose a tag to compare

  • Added try-catch block for safe handling of HTTP request bodies (JSON and plain text).

Enable console logging on startup

09 Oct 14:06

Choose a tag to compare

  • Enable console logging on startup.

Remove the legacy format for depIds.

10 Sep 09:18

Choose a tag to compare

  • Remove the legacy format for depIds.

Create a secured server from `node:https`

30 Aug 12:03

Choose a tag to compare

  • Create a secured server from node:https (was: node:http2).

Updates in `./web/js/`

15 Apr 13:03

Choose a tag to compare

  • The new format of the cast utils.
  • The improvement of the web/js/bootstrap.mjs.
  • The web/js/loaders.mjs ia added.

Extract the sources archive for SW caching

29 Feb 14:19

Choose a tag to compare

  • The sources archive functionality is extracted to @teqfw/web-source-installer plugin.

The zipped cache for the Service Worker.

22 Feb 17:25

Choose a tag to compare

  • Updates bin/tequila.mjs.
  • Adds the zipped cache for the Service Worker.
  • Standardizes the plugin-related code.
  • Improves TeqFw_Web_Front_App_Store_IDB.
  • Adds 'upgrade-on-version-change' functionality.
  • Appends CSS style.