• v3.8.1 baf80b5f24

    v3.8.1 Stable

    dpsifr released this 2025-09-18 01:59:59 +02:00 | 936 commits to main since this release

    Downloads
  • v3.8.0 fddb296f34

    v3.8.0 Stable

    dpsifr released this 2025-09-18 01:49:24 +02:00 | 937 commits to main since this release

    Downloads
  • v3.7.0 1b47cd51f0

    dpsifr released this 2025-09-18 00:48:22 +02:00 | 941 commits to main since this release

    Downloads
  • v3.6.0 2793cef197

    dpsifr released this 2025-09-17 23:54:24 +02:00 | 943 commits to main since this release

    🚀 What's New in v3.6.0

    Features

    • Browser Environment Compatibility: Brainy can now run in browser environments without requiring Node.js polyfills
      • Removed Node.js-specific imports from module level
      • Added dynamic imports with environment detection
      • Wrapped all file system operations in conditional blocks
      • Added proper fallbacks for browser environments

    🛠 Technical Improvements

    • Uses modern isNode() helper for environment detection
    • Implements conditional loading patterns for Node.js modules
    • Maintains backward compatibility with existing Node.js applications
    • No breaking changes to existing APIs

    📦 Installation

    npm install @soulcraft/brainy@3.6.0
    

    🌐 Browser Usage

    Brainy can now be imported directly in browser applications without webpack/vite polyfills:

    import { Brainy } from '@soulcraft/brainy'
    // Works in both Node.js and browser environments!
    

    This release makes Brainy truly universal, enabling it to run seamlessly in both Node.js and browser environments.

    Downloads
  • v3.5.1 14ccbf6556

    dpsifr released this 2025-09-17 23:34:51 +02:00 | 945 commits to main since this release

    Downloads
  • v3.5.0 7bfed925b3

    dpsifr released this 2025-09-17 23:22:56 +02:00 | 947 commits to main since this release

    Downloads
  • v3.3.1 2128ef5607

    v3.3.1 Stable

    dpsifr released this 2025-09-17 19:48:41 +02:00 | 950 commits to main since this release

    Downloads
  • v3.3.0 20a54fbb7e

    v3.3.0 Stable

    dpsifr released this 2025-09-16 22:20:22 +02:00 | 951 commits to main since this release

    Downloads
  • v3.2.0 4d3e21a0f7

    dpsifr released this 2025-09-16 20:24:42 +02:00 | 953 commits to main since this release

    Downloads
  • v3.1.0 8f7eed05e0

    v3.1.0 Stable

    dpsifr released this 2025-09-15 23:55:01 +02:00 | 957 commits to main since this release

    Downloads