Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 17:16
· 218 commits to main since this release
bb92915

Minor Changes

  • #70 75642e9 Thanks @kamiazya! - Support parsing CSV by WASM build by Rust

    • New Features

      • Introduced WebAssembly support for high-performance CSV parsing in the CSV Toolbox, including new APIs and limitations.
      • Added a weekly update schedule for cargo package dependencies.
      • Implemented a Vite plugin for integrating WebAssembly modules into projects.
    • Enhancements

      • Added new configuration rule for Rust files, setting indent size to 4 spaces.
      • Enhanced continuous integration and deployment workflows with additional steps for Rust and WebAssembly setup.
      • Updated documentation to reflect WebAssembly features and usage in CSV parsing.
    • Chores

      • Introduced linting and formatting checks for JavaScript, TypeScript, JSON, and Rust files.

Patch Changes