tom_d4rt_dcli 1.1.6
tom_d4rt_dcli: ^1.1.6 copied to clipboard
Base D4rt CLI with dcli bridges. Extensible foundation for D4rt tools.
1.1.6 #
- Fix duplicate-export collisions that broke AOT compilation in hosted
consumers (e.g.
tom_core_d4rt'sd4rtbinary). The VS Code integration re-export now hidesPermissionResult,ConversationExchange,ProjectInfoandWorkspaceInfoso the package's ownbot_modetypes win, andtelegram_bot_serverhides the VS CodeConversationExchangeso the localconversation_trailtype is used. No public API change for the package's own types; the VS Code variants of those four names are no longer re-exported (importtom_vscode_scripting_apidirectly if you need them).
1.1.5 #
- Housekeeping: test artifacts now live in a gitignored
testlog/folder;doc/no longer ships machine-generated baselines or last_testrun.json. No code changes.
1.1.4 #
Maintenance #
- Regenerated dcli bridges against the current
tom_d4rt_generator1.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.dart→version.versioner.dart. - Updated barrel import in
tom_d4rt_dcli.dart.
1.1.2 #
Bug Fixes #
- GEN-070 follow-up:
Findclass now properly bridged via generator fix (multi-chain barrel re-export) - Removed
dcli_missing_bridges.dartsupplementary bridge (no longer needed) - Removed
lastModified/setLastModifedtests (not exported from dcli barrel) - Replaced deprecated
symlink()tests withcreateSymLink()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
Findclass 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), addedwithLockAsynctests - DCLI-API-001: Fixed
expandDefinetest prefix ($→@) - Symlink bridge uses
createSymLinkinternally (avoids deprecatedsymlink()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.