Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hizzgdev/jsmind
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.8
Choose a base ref
...
head repository: hizzgdev/jsmind
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.8-patch
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 15, 2025

  1. feat: improve TypeScript type definitions with optional parameters (#665

    )
    
    * feat: improve TypeScript type definitions with optional parameters
    
    - Convert required configuration fields to optional in JsMindRuntimeOptions
    - Add support for 'visible' value in node_overflow option
    - Update type definitions to match official documentation examples
    - Enhance test coverage for optional parameters and new type features
    - Improve API flexibility by making most options optional except container
    - Update JSDoc comments to reflect optional parameter changes
    
    * docs: fix JSDoc direction parameter types to match Direction.of() implementation
    
    - Update direction parameter JSDoc in add_node, insert_node_before, insert_node_after, move_node functions
    - Add support for numeric strings ('-1', '0', '1') and numbers (-1, 0, 1) in addition to string values
    - Document that Direction.of() function supports multiple input types as shown in jsmind.common.js
    - Improve API documentation accuracy and developer experience
    UmbraCi authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    92212a7 View commit details
    Browse the repository at this point in the history
  2. update version

    hizzgdev committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    60560dc View commit details
    Browse the repository at this point in the history
Loading