Skip to content

Latest commit

 

History

History
103 lines (75 loc) · 2.54 KB

File metadata and controls

103 lines (75 loc) · 2.54 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[4.4.4] - 2026-01-01

Fixed

  • ESM compatibility issue causing "Cannot use 'import.meta' outside a module" error on Node.js 22+
  • Fixed circular reference in __filename declaration that prevented server startup
  • Simplified module resolution to use import.meta.url directly for ESM environments

[4.4.1] - 2025-12-14

Changed

  • Open sourced repository with full source code
  • Updated license to MIT + Commons Clause
  • Improved README with feature highlights
  • Cleaned up documentation for public release

[4.4.0] - 2025-12-10

Added

  • Enhanced validation engine improvements
  • Better error messages and auto-fix suggestions

[4.3.0] - 2025-12-05

Added

  • Performance analysis improvements
  • Security scanning enhancements

[4.2.0] - 2025-11-28

Added

  • Additional node type support
  • Improved architecture recommendations

[4.1.0] - 2025-11-20

Added

  • Template library expansions
  • Better LangChain node support

[4.0.1] - 2025-01-17

Changed

  • Cleaned up repository for public release
  • Updated documentation for better clarity
  • Removed internal development artifacts

[4.0.0] - 2025-01-15

Added

  • Real node parameter schema loading from n8n packages
  • FlowEngine-compatible workflow generation
  • Comprehensive parameter generation with proper defaults
  • Support for 600+ n8n nodes

Changed

  • Workflow generation now async for dynamic node loading
  • Improved parameter accuracy and validation
  • Better context-aware parameter generation

Fixed

  • Correct parameter types and formats
  • Proper node configuration defaults
  • Enhanced workflow validation

[3.0.0] - 2025-01-14

Added

  • Real n8n type imports from n8n-workflow package
  • 543+ nodes loaded from n8n-nodes-base
  • LangChain AI agent support
  • Comprehensive node registry system

Changed

  • Complete rewrite to use real n8n types
  • Improved workflow generation patterns
  • Better node type detection

[2.0.0] - 2025-01-13

Added

  • Template library with pre-built workflows
  • Search and filter templates by category
  • JSON validation and fixing utilities

Changed

  • Enhanced workflow generation logic
  • Better pattern detection

[1.0.0] - 2025-01-12

Added

  • Initial release
  • Basic workflow generation from text
  • MCP server implementation
  • Claude Desktop integration
  • Core node types support