# 릴리스 노트

AdChain SDK Core for React Native의 버전 별 변경 사항을 기록합니다.

## v1.0.0 (TBD)

초기 릴리스. SDK가 정식 배포되면 이 페이지에 변경 사항이 추가됩니다.

**기본 기능:**

* 전체 화면 오퍼월 (`openOfferwall`)
* 임베디드 오퍼월 (`AdchainOfferwallView`)
* 퀴즈 (`loadQuizList`, `clickQuiz`)
* 미션 (`loadMissionList`, `clickMission`, `claimReward`)
* 배너 (오퍼월 내부)
* 사용자 인증 (`login`, `logout`)
* WebView ↔ 앱 양방향 커스텀 이벤트 브릿지
* Expo 환경 자동 감지
* TypeScript 타입 정의 포함
* 오프라인 이벤트 큐잉

***

새 버전이 릴리스되면 이 페이지에서 변경 사항을 확인할 수 있습니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://adchain-doc.1self.world/undefined-6/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
