changelog.md for @git.zone/cli

2026-03-24 - 2.13.15 - fix(repo)

no changes to commit

2026-03-24 - 2.13.14 - fix(mod_format)

move smartconfig file renaming into the formatter orchestrator

2026-03-24 - 2.13.13 - fix(vscode-template)

update VS Code schema matching to use .smartconfig.json

2026-03-24 - 2.13.12 - fix(mod_format)

render format templates through smartscaf before comparing generated files

2026-03-24 - 2.13.10 - fix(config)

migrate configuration handling from npmextra to smartconfig

2026-03-11 - 2.13.9 - fix(deps,readme)

bump dependencies and update README to prefer pnpm and document semantic commit flags

2026-03-05 - 2.13.8 - fix(dependencies)

move runtime tooling packages from devDependencies to dependencies

2026-03-05 - 2.13.7 - fix(deps)

bump devDependencies: @git.zone/tsbuild to ^4.1.4 and @push.rocks/smartshell to ^3.3.7

2026-02-01 - 2.13.6 - fix(templates/npm)

use tsbuild tsfolders instead of --web flag in npm template build script

2026-02-01 - 2.13.5 - fix(templates/npm)

update npm template: tweak test script, bump devDependencies, add smartpath dependency, and fix ts import path

2025-12-18 - 2.13.3 - fix(tsconfig)

remove experimentalDecorators and useDefineForClassFields from TypeScript configuration files

2025-12-16 - 2.13.2 - fix(deps)

bump @git.zone/tspublish to ^1.11.0

2025-12-16 - 2.13.1 - fix(npmextra)

merge old npmextra keys into new keys during migration, preserving existing new values

2025-12-16 - 2.13.0 - feat(tests)

feat(tests): add sandbox test fixture, CI and editor configs; bump deps

2025-12-15 - 2.12.2 - fix(cli)

noop: no changes

2025-12-15 - 2.12.1 - fix(cli)

No changes detected — no version bump required

2025-12-15 - 2.12.0 - feat(ci,test)

feat(ci/test): add test scaffold, GitLab CI, update gitea workflows and .gitignore

2025-12-15 - 2.11.1 - fix(mod_format/formatters)

fix(packagejson.formatter): correctly parse scoped package dependency arguments and default to latest

2025-12-15 - 2.11.0 - feat(mod_format)

feat(mod_format): use unified diff formatter with filenames and context in BaseFormatter.displayDiff

2025-12-15 - 2.10.0 - feat(mod_format)

Refactor formatting modules to new BaseFormatter and implement concrete analyze/apply logic

2025-12-15 - 2.9.0 - feat(format)

Add --diff option to format command to display file diffs; pass flag through CLI and show formatter diffs. Bump @git.zone/tsdoc to ^1.11.0.

2025-12-15 - 2.8.0 - feat(commit)

Add commit configuration and automatic pre-commit tests

2025-12-14 - 2.7.0 - feat(mod_format)

Add check-only formatting with interactive diff preview; make formatting default to dry-run and extend formatting API

2025-12-14 - 2.6.1 - fix(npmextra)

Normalize npmextra.json: move tsdoc legal entry and reposition @git.zone/cli configuration

2025-12-14 - 2.6.0 - feat(mod_commit)

Add execution plan output to commit command

2025-12-14 - 2.5.0 - feat(mod_standard)

Add interactive main menu and help to standard CLI module; route commands via dynamic imports

2025-12-14 - 2.4.0 - feat(cli)

Add optional build step to release flow and auto-format npmextra config when registries change

2025-12-14 - 2.3.0 - feat(config)

Add interactive menu and help to config command, handle unknown commands, and bump dependencies

2025-12-04 - 2.2.1 - fix(commit)

Prevent auto-accept for BREAKING CHANGE commits; require manual confirmation and warn when --yes is used

2025-12-02 - 2.2.0 - feat(services)

Improve services manager and configuration; switch test templates to @git.zone/tstest; bump dev dependencies and update docs

2025-11-29 - 2.1.0 - feat(mod_services)

Add global service registry and global commands for managing project containers

2025-11-27 - 2.0.0 - BREAKING CHANGE(core)

Migrate filesystem to smartfs (async) and add Elasticsearch service support; refactor format/commit/meta modules

2025-11-17 - 1.21.5 - fix(tsconfig)

Remove emitDecoratorMetadata from tsconfig template

2025-11-17 - 1.21.4 - fix(tsconfig template)

Remove experimentalDecorators and useDefineForClassFields from tsconfig template

2025-11-17 - 1.21.3 - fix(assets/templates/multienv)

Remove unused Bun configuration template (assets/templates/multienv/bunfig.toml)

2025-11-17 - 1.21.2 - fix(templates/multienv)

Disable useDefineForClassFields in multienv TypeScript configs to ensure decorator compatibility

2025-11-17 - 1.21.1 - fix(templates.multienv)

Enable checkJs in multienv Deno template to enable JS type checking

2025-11-17 - 1.21.0 - feat(multienv)

Add multi-env templates enabling TypeScript decorators for Bun and Deno; rename npmextra config key to szci

2025-11-06 - 1.20.0 - feat(commit)

Add non-interactive --yes (-y) flag to commit command to auto-accept AI recommendations and optionally push with -p

2025-11-05 - 1.19.9 - fix(mod_commit)

Refactor version bumping to a unified implementation for npm and Deno; remove npm-exec based helpers and add file-based version readers/updaters to avoid npm warning pollution

2025-11-04 - 1.19.8 - fix(package.json)

Bump @git.zone/tsdoc dependency to ^1.9.2

2025-11-04 - 1.19.7 - fix(dependencies)

Bump @git.zone/tsdoc to ^1.9.1

2025-11-04 - 1.19.6 - fix(cli)

Bump @git.zone/tsdoc dependency to ^1.9.0

2025-11-04 - 1.19.5 - fix(cli)

Bump @git.zone/tsdoc to ^1.8.3 and add local .claude settings for allowed permissions

2025-11-03 - 1.19.3 - fix(tsdoc)

Bump @git.zone/tsdoc to ^1.8.0 and add .claude local settings

2025-11-03 - 1.19.2 - fix(tsdoc)

Bump @git.zone/tsdoc to ^1.6.1 and add .claude/settings.local.json

2025-11-02 - 1.19.1 - fix(dependencies)

Bump dependencies and add local Claude settings

2025-10-23 - 1.19.0 - feat(mod_commit)

Add CLI UI helpers and improve commit workflow with progress, recommendations and summary

2025-10-23 - 1.18.9 - fix(mod_commit)

Stage and commit deno.json when bumping/syncing versions and create/update git tags

2025-10-23 - 1.18.8 - fix(mod_commit)

Improve commit workflow: detect project type and current branch; add robust version bump helpers for npm/deno

2025-09-07 - 1.18.7 - fix(claude)

Add .claude local settings to whitelist dev tool permissions

2025-09-07 - 1.18.6 - fix(deps)

Bump dependency versions and add local Claude settings

2025-08-17 - 1.18.5 - fix(dependencies)

Bump smartshell and smartscaf versions; add .claude local settings

2025-08-17 - 1.18.4 - fix(cli)

Update dependencies, add local Claude settings, and update gitignore template

2025-08-16 - 1.18.3 - fix(services)

Simplify S3 endpoint handling in ServiceConfiguration to store host only

2025-08-16 - 1.18.1 - fix(services)

Improve services and commit flow: stop AiDoc, use silent docker inspect, sync ports with logging, fix config loading, and bump deps

2025-08-16 - 1.18.0 - feat(services)

Add Docker port mapping sync and reconfigure workflow for local services

2025-08-15 - 1.17.5 - fix(services)

Update S3 credentials naming and add S3_ENDPOINT/S3_USESSL support for improved MinIO integration

2025-08-15 - 1.17.4 - fix(services)

Update S3 credentials naming and add S3_ENDPOINT/S3_USESSL support for improved MinIO integration

2025-08-15 - 1.17.3 - fix(serviceconfig)

Update service configuration to include dynamic MongoDB connection string and add local permissions settings

2025-08-15 - 1.17.2 - fix(ci-test-services)

Update CI/CD configurations, test settings, and Docker service for MongoDB.

2025-08-15 - 1.17.1 - fix(services)

Improve services module logging and enhance MongoDB Compass integration

2025-08-14 - 1.17.0 - feat(services)

Add comprehensive development services management for MongoDB and MinIO containers

2025-08-08 - 1.16.10 - fix(format)

Improve concurrency control in caching and rollback modules, refine gitignore custom section handling, and enhance Prettier file processing.

2025-08-08 - 1.16.9 - fix(format)

Improve concurrency control in cache and rollback modules, refine gitignore custom section handling, and enhance Prettier file processing

2025-08-08 - 1.16.8 - fix(format)

Improve concurrency control in cache and rollback management with mutex locking and refine formatting details

2025-08-08 - 1.16.7 - fix(core)

Improve formatting, logging, and rollback integrity in core modules

2025-08-08 - 1.16.6 - fix(changecache)

Improve cache manifest validation and atomic file writes; add local settings and overrides

2025-08-08 - 1.16.5 - fix(prettier)

Improve file selection in Prettier formatter, remove legacy package overrides, and update CI template indentation

2025-08-08 - 1.16.4 - fix(prettier)

Improve file exclusion in the Prettier formatter to skip unnecessary files and directories.

2025-08-08 - 1.16.3 - fix(changecache/prettier)

Skip directories during file processing to prevent errors in changecache and prettier formatting

2025-08-07 - 1.16.2 - fix(format)

Fix format command confirmation prompt to correctly check user response

2025-08-04 - 1.16.1 - fix(package/config)

Move smartdiff dependency to runtime and add local bash permissions settings

2025-05-19 - 1.16.0 - feat(format)

Enhance format module with rollback, diff reporting, and improved parallel execution

2025-05-14 - 1.15.5 - fix(dependencies)

Update @git.zone/tsdoc to ^1.5.0 and @types/node to ^22.15.18

2025-05-13 - 1.15.4 - fix(package.json)

Update dependency versions: bump @git.zone/tsdoc, @push.rocks/lik, @push.rocks/smartlog, and @types/node to their latest releases

2025-04-15 - 1.15.3 - fix(deps)

update dependency versions and improve website template variable handling

2025-04-15 - 1.15.2 - fix(website_update)

Await supplyVariables call in website update template

2025-04-15 - 1.15.1 - fix(cli)

Refresh internal CLI tooling and configuration for consistency.

2025-04-15 - 1.15.0 - feat(config/template)

Add assetbrokerUrl and legalUrl fields to module config and update website template to supply these values

2025-04-15 - 1.14.1 - fix(package.json)

Add packageManager field to specify pnpm version for consistent package management

2025-04-15 - 1.14.0 - feat(tsconfig_update)

Add runafter directive to trigger gitzone format after tsconfig update

2025-03-07 - 1.13.1 - fix(cli)

Improve commit message logging

2025-02-28 - 1.13.0 - feat(templates)

Updated and added new TypeScript template files for npm projects

2025-02-25 - 1.12.8 - fix(metadata)

Updated package and npmextra json description and keywords for enhanced development workflow clarity

2025-02-25 - 1.12.7 - fix(meta)

Fix issues in project metadata and configuration.

2025-02-25 - 1.12.7 - fix(ci)

Updated dependencies and added CI/CD workflows.

2025-01-29 - 1.12.6 - fix(project)

Minor fixes and cleanup

2025-01-29 - 1.12.5 - fix(cli)

Initial implementation of CLI utility with project management features

2025-01-29 - 1.12.2 - fix(format)

Add overrides for peek-readable in package.json formatting

2025-01-18 - 1.12.1 - fix(dependencies)

Update various package dependencies and Dockerfile base image

2025-01-17 - 1.12.0 - feat(build)

Update TypeScript configuration to support emit decorator metadata

2025-01-08 - 1.11.0 - feat(cli)

Add Docker command for cleaning up Docker system and extend deprecation command for multiple registries

2025-01-01 - 1.10.10 - fix(templates)

Corrected typo in template file comment

2025-01-01 - 1.10.9 - fix(templates)

Correct template file paths and organization for service projects

2025-01-01 - 1.10.8 - fix(assets/templates)

Update CI template configurations to use module.githost

2024-12-26 - 1.10.7 - fix(assets)

Correct URLs in templates and fix TypeScript declaration

2024-12-08 - 1.10.6 - fix(ci)

Corrected Docker image URL in CI templates

2024-12-02 - 1.10.5 - fix(assets)

Update .gitignore template to remove pages directory

2024-11-05 - 1.10.4 - fix(mod_format)

Correct file extension for TypeScript path configuration

2024-10-27 - 1.10.3 - fix(mod_format)

Reorder TypeScript formatting steps in mod_format module

2024-10-27 - 1.10.2 - fix(format)

Add logging for tsconfig.json formatting

2024-10-27 - 1.10.1 - fix(format)

Fixed async issue in tsconfig module lookup and corrected property access

2024-10-27 - 1.10.0 - feat(mod_format)

Add support for tsconfig.json formatting

2024-10-23 - 1.9.126 - fix(format)

Remove redundant package.json property checks

2024-09-29 - 1.9.125 - fix(cli)

Fix package version configuration and formatting issues

2024-09-27 - 1.9.124 - fix(cli)

Ensured proper existence and initialization of readme files

2024-09-27 - 1.9.123 - fix(core)

No changes detected

2024-09-27 - 1.9.123 - fix(core)

Update dependencies and improve build configurations

2024-06-24 - 1.9.122 - fix(mod_commit)

Update package.json dependencies: @git.zone/tsdoc and @push.rocks/smartpromise to latest versions.

2024-06-23 - 1.9.121 - fix(mod_commit)

Fix changelog template rendering by removing extra new line when no version details are provided.

2024-06-23 - 1.9.120 - fix(mod_commit)

Handle edge case for empty version details in changelog formatting

2024-06-23 - 1.9.119 - fix(dependencies)

Update @git.zone/tsdoc to v1.3.8

2024-06-23 - 1.9.118 - fix(dependencies)

Update @git.zone/tsdoc to version 1.3.7

2024-06-23 - 1.9.117 - fix(dependencies)

Update @git.zone/tsdoc dependency to v1.3.6

2024-06-23 - 1.9.116 - fix(dependencies)

Update @git.zone/tsdoc to version 1.3.5

2024-06-23 - 1.9.114 - fix(format)

Fixed formatting issues across multiple TypeScript files.

2024-06-23 - 1.9.113 - fix(mod_commit)

Remove extra new lines in changelog.

2024-06-23 - 1.9.112 - fix(core)

Update changelog formatting and remove outdated entries.

2024-06-23 - 1.9.111 - fix(changelog)

Remove outdated changelog entries and update formatting.

2024-06-23 - 1.9.110 - fix(dependencies)

Update @git.zone/tsdoc to version 1.3.4.

2024-06-23 - 1.9.109 - fix(changelog)

Remove outdated entries and adjust formatting in changelog.

2024-06-23 - 1.9.108 - fix(dependencies)

Update @git.zone/tsdoc dependency to version 1.3.2.

2024-06-23 - 1.9.107 - fix(changelog)

Remove placeholder entries and adjust formatting in changelog.

2024-06-23 - 1.9.106 - fix(dependencies)

Updated @git.zone/tsdoc from version 1.3.0 to 1.3.1.

2024-06-23 - 1.9.105 - fix(dependencies)

Updated @git.zone/tsdoc dependency from 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml.

2024-06-23 - 1.9.104 - fix(changelog)

Remove placeholder entries and adjust formatting in changelog.

2024-06-23 - 1.9.103 - fix(changelog)

Fix changelog to remove placeholder entries and adjust formatting.

2024-06-23 - 1.9.102 - fix(logging)

Optimize logger instantiation and configuration.

2024-06-23 - 1.9.101 - fix(metadata)

Ensure accurate project metadata in package.json.

2024-06-23 - 1.9.100 - fix(dependencies)

Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml.

2024-06-23 - 1.9.99 - fix(mod_commit)

Fix variable reassignment issue in changelog writing step.


Revision #2
Created 2026-03-28 13:51:25 UTC by foss.global Team
Updated 2026-03-29 16:50:01 UTC by foss.global Team