tom_d4rt_dcli 1.1.4 copy "tom_d4rt_dcli: ^1.1.4" to clipboard
tom_d4rt_dcli: ^1.1.4 copied to clipboard

Base D4rt CLI with dcli bridges. Extensible foundation for D4rt tools.

1.1.4 #

Maintenance #

  • Regenerated dcli bridges against the current tom_d4rt_generator 1.9.0 (summary-backed extraction, GEN-095 and follow-up fixes).
  • Pinned dependency constraints to current releases (tom_d4rt ^1.8.20, tom_vscode_scripting_api ^1.0.1, tom_chattools ^1.0.2).

1.1.3 #

Maintenance #

  • Renamed version.g.dartversion.versioner.dart.
  • Updated barrel import in tom_d4rt_dcli.dart.

1.1.2 #

Bug Fixes #

  • GEN-070 follow-up: Find class now properly bridged via generator fix (multi-chain barrel re-export)
  • Removed dcli_missing_bridges.dart supplementary bridge (no longer needed)
  • Removed lastModified/setLastModifed tests (not exported from dcli barrel)
  • Replaced deprecated symlink() tests with createSymLink() tests

Tests #

  • All 389 tests pass, 0 failures, 0 skips

1.1.1 #

Bug Fixes #

  • DCLI-GEN-001: Added supplementary bridge for missing global functions (lastModified, setLastModifed, symlink)
  • DCLI-GEN-002: Added Find class bridge with static getters (file, directory, link)
  • DCLI-VSCODE-001: Fixed VS Code bridge import path and test constructor arguments
  • DCLI-LOCK-001: Updated tests for deprecated NamedLock.withLock (dcli 8.4.2), added withLockAsync tests
  • DCLI-API-001: Fixed expandDefine test prefix ($@)
  • Symlink bridge uses createSymLink internally (avoids deprecated symlink() warning)

Tests #

  • All 391 tests pass, 0 failures, 0 skips

1.1.0 #

  • Full DCli scripting support now
  • Updated tom_d4rt dependency to ^1.8.1
  • Regenerated bridges with latest generator (multi-barrel registration, extension filtering)

1.0.0 #

  • Initial version.