Advanced Search
Search Results
793 total results found
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...
changelog.md for @push.rocks/smartsystem
2026-02-13 - 3.0.8 - fix(deps) bump dependencies, adjust build script and npmextra publish config, and refresh documentation Bumped runtime deps: @push.rocks/lik ^6.0.0 -> ^6.2.2, @push.rocks/smartenv ^5.0.2 -> ^6.0.0, @push.rocks/smartnetwork ^3.0.0 -> ^4.4....
changelog.md for @push.rocks/smartstream
2026-03-02 - 3.4.0 - feat(smartduplex) improve backpressure handling and web/node stream interoperability Refactored SmartDuplex to use synchronous _read/_write/_final (avoids async pitfalls), added internal backpressured buffer draining and consumer signalin...
changelog.md for @push.rocks/smarturl
2024-10-03 - 3.1.0 - feat(Smarturl) Enhanced documentation and added method for property setting and chaining in Smarturl Added detailed comments to methods and interfaces for better code understanding. Introduced a method to set properties in a chainable man...
changelog.md for @push.rocks/smartxml
2025-11-19 - 2.0.0 - BREAKING CHANGE(core) Implement custom XmlBuilder, remove xmlbuilder2, upgrade fast-xml-parser, update SmartXml API, tests and CI Add a new chainable XmlBuilder implementation (create(), ele(), txt(), att(), up(), com(), end(), toString()...
changelog.md for @push.rocks/taskbuffer
2026-03-23 - 8.0.2 - fix(servicemanager) cancel startup timeout once service initialization completes Replaces the startup timeout race delay with a cancellable Timeout instance Prevents the global startup timeout from lingering after startup finishes or fail...
changelog.md for @push.rocks/webrequest
2026-03-02 - 4.0.5 - fix(npmextra) normalize npmextra configuration: move package configs under namespaced keys, add public npm registry, and add @ship.zone/szci; remove legacy npmci/gitzone keys Removed legacy top-level 'npmci' and 'gitzone' keys Promoted '@...
changelog.md for @push.rocks/webstore
2026-03-26 - 2.0.21 - fix(build) migrate project tooling and tests to the smartconfig setup and updated IndexedDB dependencies replace deprecated npmextra.json metadata with .smartconfig.json switch IndexedDB import from @tempfix/idb to idb and add pnpm overr...
changelog.md for @push.rocks/smartai
2026-03-05 - 2.0.0 - BREAKING CHANGE(vercel-ai-sdk) migrate to Vercel AI SDK v6 and introduce provider registry (getModel) returning LanguageModelV3 Major API rewrite and module reorganization; bump package version to 1.0.0 Replace many legacy provider implem...
changelog.md for @push.rocks/smartantivirus
2025-08-16 - 1.3.2 - fix(build) Bump dependencies, improve test/build scripts, expand documentation and add project metadata Updated devDependencies: bumped @git.zone/tsbuild, @git.zone/tsbundle, @git.zone/tstest, @push.rocks/tapbundle, @types/node and typesc...
changelog.md for @push.rocks/smartimap
2024-11-26 - 1.2.0 - feat(core) Introduce ImapClient and ImapServer classes for enhanced IMAP support Implemented ImapClient class for managing IMAP connections and message retrieval. Implemented ImapServer class to simulate an IMAP server for testing. Added ...
changelog.md for @push.rocks/smartagent
2026-03-06 - 3.0.2 - fix(agent) use output parameter when invoking onToolResult instead of toolCall.result Replace (toolCall as any).result with the explicit output parameter when calling options.onToolResult. Prevents undefined/misread results by aligning th...
changelog.md for @push.rocks/smartregistry
2026-03-27 - 2.8.2 - fix(maven,tests) handle Maven Basic auth and accept deploy-plugin metadata/checksum uploads while stabilizing npm CLI test cleanup Validate Maven tokens from Basic auth credentials by extracting the password portion before token validatio...
changelog.md for @push.rocks/smartmta
2026-03-02 - 5.3.1 - fix(mail) add periodic cleanup timers and proper shutdown handling for bounce manager and delivery queue; avoid mutating maps during iteration and prune stale rate-limiter stats to prevent memory growth BounceManager: add cleanupInterval ...