Advanced Search
Search Results
479 total results found
changelog.md for @push.rocks/smartnginx
2025-11-27 - 2.0.54 - fix(package) Pin package manager to pnpm@10.18.1 in package.json Added packageManager field to package.json to pin pnpm to 10.18.1 with integrity hash No runtime code changes; only package metadata updated 2025-11-27 - 2.0.53 - fix(core...
changelog.md for @push.rocks/smartntml
2024-10-13 - 2.0.8 - fix(core) Updated dependencies and optimized code structure Upgraded '@git.zone/tsbuild', '@git.zone/tsrun', '@design.estate/dees-element', and '@happy-dom/global-registrator' packages to their latest versions. Removed 'why-is-node-runnin...
changelog.md for @push.rocks/smartpath
[6.0.0] - 2025-01-28 BREAKING CHANGES Renamed pathJoin() to join() for better API consistency and brevity Changed Updated all references and tests to use the new join() function name [5.1.0] - 2025-01-28 Added New isomorphic path module at /iso export pat...
changelog.md for @push.rocks/smartpdf
2026-03-09 - 4.2.0 - feat(smartpdf) replace internal Express server with @push.rocks/smartserve, add PDF→WebP rendering, improve start/stop handling and bump dependencies Replace internal Express HTTP implementation with @push.rocks/smartserve and update READ...
changelog.md for @push.rocks/smartproxy
2026-03-27 - 27.1.0 - feat(rustproxy-passthrough) add selective connection recycling for route, security, and certificate updates introduce a shared connection registry to track active TCP and QUIC connections by route, source IP, and domain recycle only affe...
changelog.md for @push.rocks/smartpromise
2025-02-20 - 4.2.3 - fix(test) Refactor test suite for improved readability and maintainability. Updated and cleaned up test cases for deferreds and promises. Reduced timeouts in tests for quicker execution. Added expectations for promise status and duration....
changelog.md for @push.rocks/smartpuppeteer
2025-02-25 - 2.0.5 - fix(dependencies) Update dependencies including Puppeteer and node types. Updated Puppeteer version from ^22.6.4 to ^24.3.0. Updated @types/node version from ^20.12.7 to ^22.13.5. 2025-02-25 - 2.0.4 - fix(IncognitoBrowser) Enhance Incogn...
changelog.md for @push.rocks/smartrequest
2025-11-17 - 5.0.1 - fix(test) Enable --logfile in test script and bump @git.zone/tstest to ^2.8.2 Update npm script: add --logfile flag to the test command to produce test logs Bump devDependency @git.zone/tstest from ^2.8.1 to ^2.8.2 2025-11-17 - 5.0.0 - B...
changelog.md for @push.rocks/smartrouter
2025-07-25 - 1.3.3 - fix(dependencies) Updated dependencies and improved documentation Updated devDependencies: @git.zone/tsbuild, @git.zone/tsbundle, @git.zone/tstest to latest versions Removed @push.rocks/tapbundle dependency and updated test imports to use...
changelog.md for @push.rocks/smartrx
2025-04-25 - 3.0.10 - fix(ci) Update CI workflows, dependency versions, and TypeScript configuration Updated .gitea workflow files: changed IMAGE URL and npmci package name (@shipzone/npmci to @ship.zone/npmci) Upgraded development dependencies from @gitzone/...
changelog.md for @push.rocks/smartstorage
2026-03-23 - 6.3.2 - fix(docs) update license ownership and correct README license file reference Adjusts the copyright holder name in the license file Fixes the README link to match the lowercase license filename 2026-03-21 - 6.3.1 - fix(cluster) improve sh...
changelog.md for @push.rocks/smartshell
2026-03-15 - 3.3.8 - fix(repo) remove obsolete Serena project configuration files Deletes the .serena project configuration from the repository Cleans up editor or tooling metadata that is not part of the package runtime or source code 2026-03-05 - 3.3.7 - f...
changelog.md for @push.rocks/smartscaf
2026-03-24 - 4.0.21 - fix(smartconfig) correct smartconfig package key and add npmjs registry for public releases Rename the CLI configuration key from git.zone/cli to @git.zone/cli. Add https://registry.npmjs.org to the release registries alongside the exist...
changelog.md for @push.rocks/smartstate
2026-03-27 - 2.3.0 - feat(stateprocess) add managed state processes with lifecycle controls, scheduled actions, and disposal safety introduces StateProcess with start, pause, resume, dispose, status, and auto-pause support adds createProcess() and createSched...
changelog.md for @push.rocks/smartssr
2025-01-01 - 1.0.40 - fix(test) Fix test configuration and import path in test suite Changed the test command in package.json to include the build step. Fixed the import path for smartssr in the test suite to point to the correct distribution directory. Added...
changelog.md for @push.rocks/smartstatus
2024-12-25 - 1.1.1 - fix(smartstatus) Remove all tslint:disable-next-line comments for max-classes-per-file rule Code cleanup by removing unnecessary tslint comments for disabling max-classes-per-file rule. 2024-12-25 - 1.1.0 - feat(ci) Set up GitHub Actions...
changelog.md for @push.rocks/smartstring
2025-09-12 - 4.1.0 - feat(core) Introduce native implementations for Base64, random generation and normalization; remove runtime plugin dependencies; update tests, docs and package metadata Implemented a cross-platform universal Base64 encoder/decoder and rep...
changelog.md for @push.rocks/smarttime
2026-02-15 - 4.2.3 - fix(test,docs) increase tstest verbosity, enable logfile, and extend timeout; fix README formatting for company line package.json: test script updated to add --verbose, --logfile, and --timeout 120 to tstest invocation readme.md: adjusted...