Skip to content

1.0.0

Compare
Choose a tag to compare
@code-yeongyu code-yeongyu released this 19 Jan 07:35
· 50 commits to master since this release
5ff7831
  • for .. of 대신 Promise.all 를 사용해 히스토리를 반환하도록 변경
    • 속도를 개선합니다.
  • PageInteractorElementParser 를 인자로 받도록 변경
  • LoginEvent 타입 추가
  • 네이버 OTP 로그인 지원
    • OTP 로그인과 (추후 캡챠를 위한) interactiveLogin 메소드 추가
    • 기존 네이버앱 Service 로그인 메소드의 이름을 Login 에서 normalLogin 으로 변경
    • rxjs 의존성 추가

What's Changed

  • 사용자는 rxjs subscription 을 활용해 네이버 2중 인증으로도 로그인 할 수 있습니다. by @code-yeongyu in #6

Full Changelog: v0.1.14...v1.0.0