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
b1983edcd7
fix(readme): Update documentation with advanced usage and examples
2025-02-04 17:09:49 +01:00
1a9c656f2e
3.0.64
v3.0.64
2025-02-04 13:01:31 +01:00
569fa4fc46
fix(serviceworker): Improve cache handling and response header management in service worker.
2025-02-04 13:01:30 +01:00
cbb10d7c19
3.0.63
v3.0.63
2025-02-04 01:58:48 +01:00
ab4c302cea
fix(core): Refactored caching strategy for service worker to improve compatibility and performance.
2025-02-04 01:58:48 +01:00
0017a559ca
3.0.62
v3.0.62
2025-02-04 01:52:48 +01:00
270230b0ca
fix(Service Worker): Refactor and clean up the cache logic in the Service Worker to improve maintainability and handle Safari-specific cache behavior.
2025-02-04 01:52:48 +01:00
6cedd53d61
3.0.61
v3.0.61
2025-02-04 01:45:09 +01:00
f518300d68
fix(ServiceWorkerCacheManager): fixed caching
2025-02-04 01:45:08 +01:00
8f6f177d19
3.0.60
v3.0.60
2025-02-04 01:36:36 +01:00
4e560a9a51
fix(cachemanager): Improve cache management and error handling
2025-02-04 01:36:35 +01:00
7999e370f6
3.0.59
v3.0.59
2025-02-03 23:26:09 +01:00
efade7a78e
fix(serviceworker): Fixed CORS and Cache Control handling for Service Worker
2025-02-03 23:26:08 +01:00