Skip to content

Latest commit

 

History

History
92 lines (76 loc) · 3.14 KB

File metadata and controls

92 lines (76 loc) · 3.14 KB

Changelog

All notable changes to this project will be documented in this file.

[0.1.9] - 2025-04-02

Added

  • Changes in .version
  • Changes in AUTHORS.txt
  • Changes in CLASSIFIERS.txt
  • Changes in SCRIPTS.txt
  • Changes in increment_init.py
  • Changes in increment_project.py
  • Changes in increment_setup.py
  • Changes in increment_version.py

[0.1.8] - 2025-03-31

Added

  • Changes in src/dialogware/core/AbstractExecutor.py
  • Changes in src/dialogware/core/AbstractParser.py
  • Changes in src/dialogware/core/AbstractTranslator.py
  • Changes in src/dialogware/core/CommandResult.py
  • Changes in src/dialogware/core/DialogWareProcessor.py
  • Changes in src/dialogware/core/PipelineElement.py
  • Changes in src/dialogware/core/PluginManager.py
  • Changes in src/dialogware/debuggers/DSLAnalysisResult.py
  • Changes in src/dialogware/debuggers/DSLDebugger.py
  • Changes in src/dialogware/debuggers/DebugResult.py
  • Changes in src/dialogware/debuggers/ExecutionLog.py
  • Changes in src/dialogware/debuggers/PipelineTrace.py
  • Changes in src/dialogware/debuggers/setup_debuggers.py
  • Changes in src/dialogware/plugins/file_operations/FileOperationExecutor.py
  • Changes in src/dialogware/plugins/file_operations/FileOperationParser.py
  • Changes in src/dialogware/plugins/file_operations/FileOperationTranslator.py

Removed

  • Changes in src/dialogware/debuggers/dsl_debugger.py

[0.1.7] - 2025-03-31

[0.1.6] - 2025-03-31

Added

  • Changes in CONTRIBUTION.md
  • Changes in main.py
  • Changes in src/dialogware/plugins/sql_operations/SQLExecutor.py
  • Changes in src/dialogware/plugins/sql_operations/SQLParser.py
  • Changes in src/dialogware/plugins/sql_operations/SQLSchema.py
  • Changes in src/dialogware/plugins/sql_operations/initialize_module.py
  • Changes in test.py

[0.1.5] - 2025-03-31

[0.1.4] - 2025-03-31

[0.1.3] - 2025-03-31

[0.1.2] - 2025-03-31

[0.1.1] - 2025-03-31

Added

  • Changes in pyproject.toml
  • Changes in requirements.txt
  • Changes in setup.cfg
  • Changes in setup.py
  • Changes in src/dialogware/init.py
  • Changes in src/dialogware/core/init.py
  • Changes in src/dialogware/core/executor.py
  • Changes in src/dialogware/core/parser.py
  • Changes in src/dialogware/core/pipeline.py
  • Changes in src/dialogware/core/translator.py
  • Changes in src/dialogware/debuggers/init.py
  • Changes in src/dialogware/debuggers/dsl_debugger.py
  • Changes in src/dialogware/debuggers/execution_debugger.py
  • Changes in src/dialogware/debuggers/nlp_debugger.py
  • Changes in src/dialogware/debuggers/pipeline_debugger.py
  • Changes in src/dialogware/designers/pipeline_designer.py
  • Changes in src/dialogware/llm/init.py
  • Changes in src/dialogware/llm/anthropic_client.py
  • Changes in src/dialogware/llm/ollama_client.py
  • Changes in src/dialogware/plugins/init.py
  • Changes in src/dialogware/plugins/code_generation/init.py
  • Changes in src/dialogware/plugins/file_operations/init.py
  • Changes in src/dialogware/plugins/sql_operations/init.py
  • Changes in src/dialogware/utils/init.py
  • Changes in src/dialogware/utils/logging.py
  • Changes in src/dialogware/utils/storage.py
  • Changes in src/dialogware/utils/visualization.py
  • Changes in structure.md