- #120 Get compatible w/
@line/liff@2.4.1
.
- #113 Fixup the version range of
@line/liff
dependency.
- #107 Fixup type error with
@line/liff@2.4.0
.
- #109 Rename
loggedIn
in LiffContext toisLoggedIn
.
- #45 Add
@line/liff
as optionalDependency.
- #23 Change the module specification of tsconfig.json: from es2015 to commonjs.
- #21 Change the target version of tsconfig.json: from ES2019 to ES2015.
- #14 Update the stub implementation: make login state updatable.
- #15 Add
loggedIn
state in LiffContext
- #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.
- Add new export
- #10
- Split the codes.
- Remove optional dependency of
liff-type
.
- #2 Move dependency of package
liff-type
from peer to optional - #4 Add tests
- #5 Update README.md and add CHANGELOG.md
Initial release