Advanced Search
Search Results
86 total results found
changelog.md for @design.estate/dees-document
2025-12-11 - 2.2.3 - fix(contentinvoice) Use shared translation.TranslationKey type in DeContentInvoice.translateKey and remove local import Replaced local TranslationKey import with plugins.shared.translation.TranslationKey to ensure type consistency Updated...
changelog.md for @git.zone/tswatch
2026-03-24 - 3.3.2 - fix(config) migrate project metadata and documentation to .smartconfig.json replace npmextra.json with .smartconfig.json in package files and documentation update dependency versions to align with the smartconfig-based setup allow watcher...
changelog.md for @host.today/ht-docker-node
2026-03-18 - 5.9.0 - feat(docker) add a reusable Alpine base image and refactor Alpine variants to extend it introduces a new Dockerfile_alpine base image with NVM-managed Node.js for Alpine simplifies alpine-node, alpine-bun, and alpine-deno images by inheri...
changelog.md for @push.rocks/consolecolor
All notable changes to this project will be documented in this file. [2.0.3] - 2025-08-08 Fixed Enhanced readme documentation with comprehensive examples and improved formatting Updated CI/CD workflow configurations Updated dependencies to latest versions Rem...
changelog.md for @push.rocks/levelcache
2025-08-28 - 3.2.0 - feat(docs) Expand README with detailed usage/examples, update test runner and test script, and pin/bump dependencies Completely overhauled README: added highlights, Quick Start, advanced configuration, core operations, examples, storage t...
changelog.md for @push.rocks/lik
2026-03-22 - 6.4.0 - feat(collections) add new collection APIs, iterator support, and tree serialization utilities adds new convenience methods and properties across BackpressuredArray, FastMap, LimitedArray, ObjectMap, and Tree, including length/size accesso...
changelog.md for @push.rocks/qenv
2025-08-16 - 6.1.3 - fix(qenv) Handle falsy environment values correctly, improve env source resolution, add tests and update test script Treat 0, false and empty string as valid environment values by checking for !== undefined when resolving env vars Refacto...
changelog.md for @push.rocks/smartcache
2025-08-28 - 1.0.18 - fix(config) Add local .claude settings to configure assistant/tooling permissions Add .claude/settings.local.json to define allowed permissions for local assistant tooling Permissions include WebFetch, Bash command patterns, and multiple...
changelog.md for @push.rocks/smartwatch
2026-03-23 - 6.4.0 - feat(watchers) add Rust-powered watcher backend with runtime fallback and cross-platform test coverage introduces a new Rust watcher binary and TypeScript bridge using @push.rocks/smartrust updates watcher selection to prefer the Rust bac...
changelog.md for @push.rocks/smartcli
2025-10-28 - 4.0.19 - fix(license) Update license files and add local tool settings Update LICENSE header to reference Task Venture Capital GmbH as copyright holder Add a new license file containing the full MIT license text Add .claude/settings.local.json to...
changelog.md for @push.rocks/smartdaemon
2025-09-03 - 2.1.0 - feat(systemd-manager) Support sudo password and root detection in SystemdManager; add user/group support in services and templates; add tests and expand README SystemdManager now accepts an optional sudoPassword and detects root status on...
changelog.md for @push.rocks/smartdeno
2025-12-02 - 1.2.0 - feat(smartdeno) Run small scripts in-memory via stdin, fall back to temp files for large scripts; remove internal HTTP script server and simplify plugin dependencies; update API and docs. Execute scripts < 2MB via stdin (deno run -) to su...
changelog.md for @push.rocks/smartenv
2025-11-01 - 6.0.0 - BREAKING CHANGE(Smartenv) Add Deno and Bun runtime detection, introduce getSafeModuleFor API, update docs and tests, and make isNode semantics Node-only (breaking change) Implement runtime detection for Deno and Bun; runtimeEnv now return...
changelog.md for @push.rocks/smartdns
2026-02-20 - 7.9.0 - feat(server) emit query events with questions, answered status, response time and timestamp Added IDnsQueryCompletedEvent interface with questions, answered, responseTimeMs and timestamp fields DnsServer now extends EventEmitter and calls...
changelog.md for @push.rocks/smartexit
2026-03-04 - 2.0.3 - fix(smartexit) use native OS methods to kill process trees; remove tree-kill dependency Replaced tree-kill usage with taskkill on Windows and process.kill(-pid) on POSIX. Removed tree-kill package from dependencies and removed its export ...
changelog.md for @push.rocks/smartfile
2025-11-29 - 13.1.0 - feat(smartfs) Integrate @push.rocks/smartfs and wire SmartFileFactory.nodeFs to return a real SmartFs instance Add runtime dependency @push.rocks/smartfs@^1.1.0 to package.json (previous peerDependency removed). Export smartfs from ts/pl...
changelog.md for @push.rocks/smarthash
2025-09-12 - 3.2.6 - fix(ci) Add .claude local settings to permit web fetch to www.npmjs.com Added .claude/settings.local.json granting WebFetch permission for www.npmjs.com Configuration-only change; no runtime or library code modified 2025-09-12 - 3.2.5 - ...
changelog.md for @push.rocks/smartlog
2026-02-20 - 3.2.1 - fix(destination-buffer) return entries in chronological order (oldest-first) and adjust pagination semantics Change getEntries to return the most recent entries in chronological (oldest-first) order instead of newest-first Adjust paginati...