Thanks to visit codestin.com
Credit goes to github.com

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: samchon/typia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.6.1
Choose a base ref
...
head repository: samchon/typia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.7.0
Choose a head ref
  • 8 commits
  • 29 files changed
  • 3 contributors

Commits on Aug 3, 2025

  1. Add CLAUDE.md documentation for Claude AI development (#1624)

    * Initial plan
    
    * Add comprehensive CLAUDE.md documentation for Claude AI development
    
    Co-authored-by: samchon <[email protected]>
    
    * Fix mis-written about `llm.controller` function
    
    * Remove deprecated typia.json.application function from documentation
    
    Co-authored-by: samchon <[email protected]>
    
    * Fix LLM Function Calling Guide link to use valid URL
    
    Co-authored-by: samchon <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: samchon <[email protected]>
    Co-authored-by: Jeongho Nam <[email protected]>
    3 people authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    641d767 View commit details
    Browse the repository at this point in the history
  2. Re-write documentation comments on typia functions in src directory (#…

    …1622)
    
    * Initial plan
    
    * Fix typos and grammatical errors in documentation comments
    
    Co-authored-by: samchon <[email protected]>
    
    * Improve documentation for type interfaces and add comprehensive docs to IRandomGenerator
    
    Co-authored-by: samchon <[email protected]>
    
    * Fix grammar and consistency issues across main API documentation
    
    Co-authored-by: samchon <[email protected]>
    
    * Apply prettier formatting to complete documentation updates
    
    Co-authored-by: samchon <[email protected]>
    
    * Fix typo: pproperty -> property in src/http.ts documentation
    
    Co-authored-by: samchon <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: samchon <[email protected]>
    Copilot and samchon authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    cd65a5c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Enhance documentation comments: fix grammar and improve clarity while…

    … preserving original style (#1627)
    
    * Initial plan
    
    * Rewrite documentation for core validation functions in module.ts
    
    Co-authored-by: samchon <[email protected]>
    
    * Rewrite documentation for type utility and core interface files
    
    Co-authored-by: samchon <[email protected]>
    
    * Rewrite documentation for functional, json, misc modules and more interfaces
    
    Co-authored-by: samchon <[email protected]>
    
    * Complete documentation rewrite for remaining core modules
    
    Co-authored-by: samchon <[email protected]>
    
    * Enhance documentation comments: fix grammar and improve clarity in core validation functions
    
    Co-authored-by: samchon <[email protected]>
    
    * Continue enhancing documentation: fix grammar in type utilities, json module, and more validation functions
    
    Co-authored-by: samchon <[email protected]>
    
    * Complete systematic grammar fixes: improve all "would be" → "will be" and "detailed reason" → "a detailed reason"
    
    Co-authored-by: samchon <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: samchon <[email protected]>
    Copilot and samchon authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    6a601a4 View commit details
    Browse the repository at this point in the history
  2. Add missing IRandomGenerator.CustomMap interface referenced in docume…

    …ntation (#1628)
    
    * Initial plan
    
    * Add missing IRandomGenerator.CustomMap interface
    
    Co-authored-by: samchon <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: samchon <[email protected]>
    Copilot and samchon authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    0144674 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    fcba9a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Publish v9.7

    samchon committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    78283b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b12ac8 View commit details
    Browse the repository at this point in the history
  3. Fix #1583: alias type problem of Map and Set cases. (#1633)

    * Fix #1583: alias type problem of `Map` and `Set` cases.
    
    * Add test case
    
    * Fix test function name
    
    * Fix test case
    samchon authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    cccb9cb View commit details
    Browse the repository at this point in the history
Loading