Skip to content

feat(jin-frame): runtime URL override, inheritance metadata fix, README rewrite (v5.1.0)#199

Merged
imjuni merged 1 commit into
masterfrom
develop
Apr 29, 2026
Merged

feat(jin-frame): runtime URL override, inheritance metadata fix, README rewrite (v5.1.0)#199
imjuni merged 1 commit into
masterfrom
develop

Conversation

@imjuni

@imjuni imjuni commented Apr 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • feat: JinFrameRequestConfighost, pathPrefix, path 추가 — _execute() 호출 시 데코레이터 값을 런타임에 오버라이드 가능
  • fix: getFieldMetadata에서 Reflect.getOwnMetadataReflect.getMetadata로 변경, 상속 시 부모 클래스 필드 메타데이터 누락 버그 수정
  • docs: README 전면 재작성 — v5.x 기준 반영, Naming Convention 링크, 데코레이터 표, Inheritance/Runtime URL Override 섹션 추가
  • chore: lint:silent, test:silent npm 스크립트 추가 및 pre-commit hook에 적용

Test plan

  • 488 tests passing
  • Runtime URL override: host / pathPrefix / path / all-three cases
  • Inheritance metadata: parent fields visible in child
  • Override test: child decorator takes precedence over parent for same field

🤖 Generated with Claude Code

…nvention link

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@imjuni imjuni merged commit 03550d9 into master Apr 29, 2026
3 checks passed
@codecov

codecov Bot commented Apr 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (f40b941) to head (f931518).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #199   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          107       107           
  Lines         1089      1089           
  Branches       293       293           
=========================================
  Hits          1089      1089           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant