Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

43 lines (36 loc) · 1.52 KB

Unreleased

Features

Bugfixes

Others

0.5.0

Features

  • #45 Add @line/liff as optionalDependency.

0.4.2

Others

  • #23 Change the module specification of tsconfig.json: from es2015 to commonjs.

0.4.1

Others

  • #21 Change the target version of tsconfig.json: from ES2019 to ES2015.

0.4.0

Features

  • #14 Update the stub implementation: make login state updatable.
  • #15 Add loggedIn state in LiffContext

0.3.0

Features

  • #10
    • Add new export createLiffContext<T>(), for TypeScript user, now you can overload the context type definition of liff object.
    • Define propTypes of LiffProvider, for non-TypeScript user.

Others

  • #10
    • Split the codes.
    • Remove optional dependency of liff-type.

0.2.0

Features

  • #2 Add export LiffConsumer
  • #4 Add flag to check "is liff ready?"

Others

  • #2 Move dependency of package liff-type from peer to optional
  • #4 Add tests
  • #5 Update README.md and add CHANGELOG.md

0.1.0

Initial release