reltype 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/README.ko.md +517 -623
  3. package/README.md +511 -623
  4. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,9 +9,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
9
9
  ## [0.1.5] — 2026-03-19
10
10
 
11
11
  ### Changed
12
- - `README.md` — 전체 문서 최신 API 기준으로 업데이트
13
- - `README.ko.md` — 한국어 문서 최신 API 기준으로 업데이트
14
- - `CHANGELOG.md` — 0.1.1 ~ 0.1.4 릴리즈 내역 소급 작성
12
+ - `README.md` — 프로젝트 소개 전면 개편, Prisma/TypeORM/Drizzle 비교표 추가, FAQ 및 사용 시나리오 보강, 대용량/에러처리/풀 설정 가이드 상세화
13
+ - `README.ko.md` — 한국어 문서 동일 수준으로 전면 개편 (비교표, FAQ, 운영 가이드 포함)
14
+ - `CHANGELOG.md` — 0.1.1 ~ 0.1.4 릴리즈 내역 소급 작성 및 설명 보강
15
15
 
16
16
  ---
17
17