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: v8.0.0
Choose a base ref
...
head repository: samchon/typia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.3
Choose a head ref
  • 17 commits
  • 41 files changed
  • 5 contributors

Commits on Mar 1, 2025

  1. Bump @samchon/openapi in the ecosystem group across 1 directory

    Bumps the ecosystem group with 1 update in the / directory: [@samchon/openapi](https://github.com/samchon/openapi).
    
    
    Updates `@samchon/openapi` from 3.0.0-dev.20250301 to 3.0.0
    - [Release notes](https://github.com/samchon/openapi/releases)
    - [Commits](https://github.com/samchon/openapi/commits/v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@samchon/openapi"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ecosystem
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    963cd35 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Configuration menu
    Copy the full SHA
    e9d0b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e1d884 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

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

Commits on Mar 4, 2025

  1. Configuration menu
    Copy the full SHA
    6441820 View commit details
    Browse the repository at this point in the history
  2. rollup fix (#1527)

    * feat(rollup): build script ignore external
    
    * fix(rollup): throw error if we failed external deps
    
    * fix: add `js` prefix to `@samchon/openapi` submodule
    
    * Revert "fix: add `js` prefix to `@samchon/openapi` submodule"
    
    This reverts commit b0d1717.
    
    * fix(rollup): add MJS extensions to @samchon/openapi imports
    
    Resolves import issues with @samchon/openapi by automatically adding
    .mjs extension to import statements and external module resolution.
    This ensures proper module loading in ESM environments.
    ryoppippi authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    35c9910 View commit details
    Browse the repository at this point in the history
  3. Remove prisma page

    samchon committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    6445f45 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. Article link

    samchon committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    5f2162d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Configuration menu
    Copy the full SHA
    4df0a95 View commit details
    Browse the repository at this point in the history
  2. Fix #1532: private class member with JsDoc commented. (#1533)

    * Fix #1532: private class member with JsDoc commented.
    
    * Fix prettier
    samchon authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    65d0fbc View commit details
    Browse the repository at this point in the history
  3. docs: explicitly mention results of Typia errors being swallowed by NX (

    #1519)
    
    * explicitly mention results of typia errors being swallowed
    
    * don't make it seem like this is the exact error that will be thrown
    MarjanDB authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    bd0d6d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Fix #1535: solve alias type case (#1537)

    * Fix #1535: solve alias type case
    
    * Publish v8.0.2
    samchon authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    1e80d3f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. fix: typo (#1538)

    amorriscode authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    10004b9 View commit details
    Browse the repository at this point in the history
  2. fix(rollup): remove external property (#1539)

    Now we use auto external plugin for rollup so we don't need to specify
    this option
    ryoppippi authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    68e59a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. Configuration menu
    Copy the full SHA
    ce36b2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc21f4a View commit details
    Browse the repository at this point in the history
  3. Fix typia.llm.schema<T, Model>() not to properly assign $defs. (#…

    …1542)
    
    * Fix `typia.llm.schema<T, Model>()` not to properly assign `$defs`.
    
    * Fix test program
    samchon authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    8f4413b View commit details
    Browse the repository at this point in the history
Loading