Skip to content

v0.10.4-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@trheyi trheyi released this 03 Dec 11:29
· 35 commits to main since this release
6396abb

What's Changed

General Improvements

  • Updated README.md and optimized console outputs.
  • Uppercased request method and added .idea folder to .gitignore.
  • Enhanced error messages and debugging output for better clarity.

Connectors and Stores

  • Introduced connectors for MySQL, Redis, SQLite, MongoDB, and OpenAI.
  • Added Redis and MongoDB store support.

Filesystem Enhancements

  • Expanded filesystem capabilities with fs.ReadDir, fs.Mkdir, fs.Remove, fs.Copy, fs.Move, and more.
  • Introduced fs.Walk, fs.Zip, and fs.Unzip functions for improved file management.

Language and Runtime

  • Added language support functions including $L(), lang.ReplaceAll, and lang.ReplaceClone.
  • Introduced TypeScript support in the runtime environment.
  • Added runtime Require support for improved module management.

API and HTTP Enhancements

  • Developed HTTP processes and JS API for enhanced interaction.
  • Implemented custom CORS headers and optimized HTTP request payload parsing.

Full Changelog: v0.10.4-rc.1