Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 16:41
· 230 commits to main since this release
388032f

Minor Changes

  • #62 9bd0ccc Thanks @kamiazya! - - New Features

    • Introduced a new build configuration for generating a UMD format of the web CSV toolbox library.

    • Updated export paths to enhance module accessibility.

    • Bug Fixes

      • Fixed import paths across various modules to ensure proper module resolution.
    • Refactor

      • Reorganized internal file structure for improved maintainability.
      • Renamed functions to better reflect their functionality.
      • Streamlined namespace declarations for consistency.
    • Style

      • Adjusted import statements to use consistent file extensions.
    • Documentation

      • None
    • Tests

      • Updated test import paths to align with the new directory structure.
    • Chores

      • Modified build settings for the library to optimize output.

Patch Changes

  • #56 781bc39 Thanks @dependabot! - build(deps-dev): bump typedoc-plugin-mdn-links from 3.1.11 to 3.1.12

  • #64 8b76ac2 Thanks @kamiazya! - Add file inclusion patterns to biome.json

  • #55 ca0ae5a Thanks @dependabot! - build(deps-dev): bump @vitest/browser from 1.1.3 to 1.2.0

  • #65 6329952 Thanks @kamiazya! - Add custom file naming for different formats in vite.config.ts

  • #57 144aff0 Thanks @dependabot! - build(deps-dev): bump vitest from 1.1.3 to 1.2.0

  • #60 1b6c9ca Thanks @kamiazya! - Fixes a test failure in the Lexer class and improves the escapeField function.

    Additionally, the escapeField function has been refactored to handle common options and improve performance.

    The occurrences utility has also been added to count the number of occurrences of a substring in a string. These changes address the issue #54 and improve the overall reliability and efficiency of the codebase.

    • New Features

      • Enhanced filtering capability with validation checks.
      • Improved field escaping logic for data processing.
    • Refactor

      • Optimized substring occurrence calculations with caching.
  • #58 8ae227b Thanks @dependabot! - build(deps-dev): bump webdriverio from 8.27.0 to 8.27.2