c263b0608c
feat(web_serviceworker): Add advanced service worker subsystems: cache deduplication, metrics, update & network managers, event bus and dashboard
2025-12-04 11:25:56 +00:00
30126f716e
feat(TypedServer): Enhance file watching with glob pattern for recursive directory matching
2025-12-04 11:22:04 +00:00
4dc0cb311b
v6.2.0
Default (tags) / security (push) Failing after 16s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v6.2.0
2025-12-04 11:14:04 +00:00
84256fd8fc
feat(web_serviceworker): Add service-worker dashboard and request deduplication; improve caching, metrics and error handling
2025-12-04 11:14:04 +00:00
8010977d05
v6.1.0
Default (tags) / security (push) Failing after 16s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v6.1.0
2025-12-04 08:52:49 +00:00
54bb12d6ff
feat(web_serviceworker): Enhance service worker subsystem: add metrics, event bus, error handling, config and caching/update improvements; make client connection & polling robust
2025-12-04 08:52:49 +00:00
9ac91fd166
v6.0.1
Default (tags) / security (push) Failing after 20s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v6.0.1
2025-12-04 00:03:23 +00:00
b4e26d6d6a
fix(web_inject): Use TypedSocket status API in web_inject and bump dependencies
2025-12-04 00:03:23 +00:00
1885eb78e5
v6.0.0
Default (tags) / security (push) Failing after 22s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v6.0.0
2025-12-03 09:41:56 +00:00
8b4c5918e9
BREAKING CHANGE(servertools.Server.addTypedSocket): Deprecate Server.addTypedSocket and upgrade typedsocket to v4; make addTypedSocket a no-op and log a deprecation warning. Bump tsbundle devDependency.
2025-12-03 09:41:56 +00:00
c6792396df
v5.0.0
Default (tags) / security (push) Failing after 16s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v5.0.0
2025-12-02 21:10:25 +00:00
fc6829f607
BREAKING CHANGE(devtools): Switch /reloadcheck endpoint from GET to POST in DevToolsController
2025-12-02 21:10:25 +00:00
424b742f84
v4.1.1
Default (tags) / security (push) Failing after 16s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v4.1.1
2025-12-02 21:03:57 +00:00
c25daba1c1
fix(classes.typedserver): Instantiate and register DevToolsController only when injectReload is enabled; compile ControllerRegistry routes after registration
2025-12-02 21:03:57 +00:00
dce2e926e4
v4.1.0
Default (tags) / security (push) Failing after 18s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v4.1.0
2025-12-02 20:47:11 +00:00
27c96949a1
feat(TypedServer): Integrate SmartServe controller routing; add built-in routes controller and refactor TypedServer to use controllers and FileServer
2025-12-02 20:47:11 +00:00
c17d6dac35
feat: Refactor TypedServer to use SmartServe and introduce new request handlers
...
- Removed legacy servertools and Express dependencies in favor of SmartServe.
- Introduced DevToolsHandler and TypedRequestHandler for handling specific routes.
- Added support for custom route registration with regex parsing.
- Implemented sitemap and feed handling with dedicated helper classes.
- Enhanced HTML response handling with reload script injection.
- Updated UtilityServiceServer and UtilityWebsiteServer to utilize new TypedServer API.
- Removed deprecated compression options and Express-based route handling.
- Added comprehensive request handling for various endpoints including robots.txt, manifest.json, and sitemap.
- Improved error handling and response formatting across the server.
2025-12-02 20:26:34 +00:00
1c0c88a7cb
v4.0.0
Default (tags) / security (push) Failing after 18s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v4.0.0
2025-12-02 09:16:42 +00:00
8557c769fa
BREAKING CHANGE(typedserver): Migrate to new push.rocks packages and async smartfs API; replace smartchok with smartwatch; update deps and service worker handling
2025-12-02 09:16:42 +00:00
bce84c6838
v3.0.80
Default (tags) / security (push) Failing after 23s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v3.0.80
2025-11-19 21:12:16 +00:00
ba08fcdebc
fix(dependencies): Bump dependencies and devDependencies to updated versions
2025-11-19 21:12:16 +00:00
588a9d1df6
3.0.79
Default (tags) / security (push) Failing after 22s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v3.0.79
2025-09-03 14:54:15 +00:00
b1d376207a
fix(servertools): Normalize Express wildcard parameter notation to /{*splat} across server routes and handlers; add local Claude settings
2025-09-03 14:54:15 +00:00
43d8aea4e1
3.0.78
Default (tags) / security (push) Failing after 22s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v3.0.78
2025-09-03 12:33:04 +00:00
776d6fb95d
fix(servertools): Fix wildcard path extraction for static/proxy handlers, correct serviceworker route, add local settings and test typo fix
2025-09-03 12:33:04 +00:00
0f22c91499
3.0.77
Default (tags) / security (push) Failing after 22s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v3.0.77
2025-08-17 12:49:28 +00:00
a0f714a561
fix(servertools): Adjust route wildcard patterns and CORS handling; update serviceworker and SSL redirect patterns; bump express dependency; add local Claude settings
2025-08-17 12:49:28 +00:00
9477eac268
3.0.76
Default (tags) / security (push) Failing after 23s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v3.0.76
2025-08-17 08:14:08 +00:00
8cbae75ae4
fix(handlerproxy): Use SmartRequest API and improve proxy/asset response handling; update tests and bump dependencies; add local project configuration files
2025-08-17 08:14:08 +00:00
db05fc91c4
3.0.75
Default (tags) / security (push) Failing after 23s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v3.0.75
2025-08-16 19:57:31 +00:00
6e647a3556
fix(deps): Update dependencies, test tooling and test imports; enhance npm test script
2025-08-16 19:57:30 +00:00
6da22ab607
3.0.74
Default (tags) / security (push) Failing after 9s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v3.0.74
2025-04-12 14:36:59 +00:00
fb98b3294a
fix(commit-info): chore: update commit metadata (no source code changes)
2025-04-12 14:36:59 +00:00
848ef1d3d1
3.0.73
Default (tags) / security (push) Failing after 17s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v3.0.73
2025-04-11 10:59:09 +00:00
497b267b43
fix(metadata): Update repository URLs and metadata to reflect the new organization scope
2025-04-11 10:59:09 +00:00
d5875d5031
3.0.72
Default (tags) / security (push) Failing after 9s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v3.0.72
2025-04-11 09:47:37 +00:00
b06c67ebac
fix(project): chore: no changes - commit metadata update
2025-04-11 09:47:37 +00:00
3d7e5c439d
3.0.71
Default (tags) / security (push) Failing after 19s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v3.0.71
2025-04-11 09:45:41 +00:00
84f7d8d4a0
fix(serviceworker): Improve error handling and logging in service worker backend and network manager; update multiple dependency versions and packageManager settings.
2025-04-11 09:45:41 +00:00
42e8e575d8
3.0.70
v3.0.70
2025-03-16 12:02:49 +00:00
d5f7fbbb9a
fix(TypedServer): Improve error handling in server startup and response buffering. Validate configuration for reload injections, wrap file watching and TypedSocket initialization in try/catch blocks, enhance client notification and stop procedures, and ensure proper Buffer conversion in the proxy handler.
2025-03-16 12:02:49 +00:00
0dcb9edcbe
3.0.69
v3.0.69
2025-03-16 11:53:58 +00:00
85ca50fc8b
fix(servertools): Fix compression stream creation returns, handler proxy buffer conversion, and sitemap URL concatenation
2025-03-16 11:53:57 +00:00
b3726cb518
3.0.68
v3.0.68
2025-02-07 12:55:48 +01:00
ec6754be52
fix(cache-manager): Simplify cache control headers in cache manager
2025-02-07 12:55:47 +01:00
1ced20c887
3.0.67
v3.0.67
2025-02-06 21:13:54 +01:00
3556594501
fix(serviceworker): Enhance header security for cached resources in service worker
2025-02-06 21:13:53 +01:00
dd6babdf81
3.0.66
v3.0.66
2025-02-06 02:54:37 +01:00
75ce27a4bf
fix(serviceworker): Improve error handling and logging in cache manager and update manager.
2025-02-06 02:54:37 +01:00
435a4a0349
3.0.65
v3.0.65
2025-02-04 17:09:49 +01:00