Sharkey/CHANGELOG.md

30 lines
586 B
Markdown
Raw Normal View History

2022-01-30 04:31:19 +02:00
# 0.0.14
- remove needless Object.freeze()
2022-01-13 18:33:42 +02:00
# 0.0.13
- expose ChannelConnection and Channels types
2022-01-01 19:12:38 +02:00
# 0.0.12
- fix a bug that cannot connect to streaming
2022-01-01 14:54:41 +02:00
# 0.0.11
- update user type
- add missing main stream types
2021-11-11 15:49:16 +02:00
# 0.0.10
- add consts
# 0.0.9
- add list of api permission
- Update Note type
2021-10-17 11:52:27 +03:00
# 0.0.8
- add type definition for `messagingMessage` event to main stream channel
2021-10-17 11:51:19 +03:00
- Update Note type
2021-10-16 17:47:37 +03:00
# 0.0.7
- Notificationsの型を修正
- MessagingMessageの型を修正
2021-10-16 17:47:37 +03:00
- UserLiteの型を修正
- apiでネイティブfetchを格納する際に無名関数でラップするように