Skip to content

v1.83.3

Compare
Choose a tag to compare
@pelikhan pelikhan released this 10 Dec 02:20
· 143 commits to main since this release

πŸš€ What's New in GenAIScript 1.83.3

  • Improved Error Handling: We've enhanced the error messages for extra arguments in your scripts. Now, if extra input arguments are detected, you'll receive a more informative message detailing the expected parameters. This will make debugging much easier and efficient! βš™οΈ

  • Frontmatter Validation Fixes: We've addressed an issue where invalid whitespace in frontmatter could cause parsing errors. The system now correctly identifies and warns you about any unexpected whitespace before the frontmatter delimiter (---). This ensures smoother parsing and validation of your YAML frontmatter. πŸ›

  • YAML Parsing Enhancement: Transitioned from YAMLTryParse to a more robust YAMLParse for better accuracy and reliability in parsing YAML frontmatter. This change helps in reducing potential errors during YAML processing. πŸ›

These updates aim to enhance your development experience by providing clearer feedback and more reliable parsing. Enjoy the improvements! πŸŽ‰