2022-08-28 21:07:56 +00:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
### Changed
|
|
|
|
- foundkey-js is now part of the main FoundKey repo
|
2022-08-28 21:17:40 +00:00
|
|
|
- BREAKING: foundkey-js now uses ES2020 modules. Ensure that your version of Node supports them.
|
2022-08-31 10:55:31 +00:00
|
|
|
- The `comment` property of `DriveFile` is now nullable. Make sure to check that this property is not `null` before accessing it.
|
2022-08-28 21:07:56 +00:00
|
|
|
|
|
|
|
## 0.0.15 - 2022-07-22
|
|
|
|
### Changed
|
2022-08-26 01:39:55 +00:00
|
|
|
- foundkey.js forked from misskey.js
|
2022-08-28 21:07:56 +00:00
|
|
|
|
|
|
|
### Added
|
2022-08-26 01:39:55 +00:00
|
|
|
- Add `pollEnded` event
|
|
|
|
- Add `unreacted` to `NoteUpdatedEvent`
|
|
|
|
- Add `comment` property to `DriveFile`
|
|
|
|
|
2022-08-28 21:07:56 +00:00
|
|
|
## 0.0.14 - 2022-01-30
|
|
|
|
### Removed
|
2022-08-26 01:39:55 +00:00
|
|
|
- remove needless Object.freeze()
|
|
|
|
|
2022-08-28 21:07:56 +00:00
|
|
|
## 0.0.13 - 2022-01-13
|
|
|
|
### Changed
|
2022-08-26 01:39:55 +00:00
|
|
|
- expose ChannelConnection and Channels types
|
|
|
|
|
2022-08-28 21:07:56 +00:00
|
|
|
## 0.0.12 - 2022-01-01
|
|
|
|
### Fixed
|
2022-08-26 01:39:55 +00:00
|
|
|
- fix a bug that cannot connect to streaming
|
|
|
|
|
2022-08-28 21:07:56 +00:00
|
|
|
## 0.0.11 - 2022-01-01
|
|
|
|
### Changed
|
2022-08-26 01:39:55 +00:00
|
|
|
- update user type
|
2022-08-28 21:07:56 +00:00
|
|
|
|
|
|
|
### Added
|
2022-08-26 01:39:55 +00:00
|
|
|
- add missing main stream types
|
|
|
|
|
2022-08-28 21:07:56 +00:00
|
|
|
## 0.0.10 - 2021-11-11
|
|
|
|
### Added
|
2022-08-26 01:39:55 +00:00
|
|
|
- add consts
|
|
|
|
|
2022-08-28 21:07:56 +00:00
|
|
|
## 0.0.9 - 2021-11-11
|
|
|
|
### Changed
|
2022-08-28 21:11:13 +00:00
|
|
|
- Update Note type
|
2022-08-28 21:07:56 +00:00
|
|
|
|
|
|
|
### Added
|
2022-08-28 21:11:13 +00:00
|
|
|
- add list of api permission
|
2022-08-26 01:39:55 +00:00
|
|
|
|
2022-08-28 21:07:56 +00:00
|
|
|
## 0.0.8 - 2021-10-17
|
|
|
|
### Changed
|
2022-08-26 01:39:55 +00:00
|
|
|
- Update Note type
|
|
|
|
|
2022-08-28 21:07:56 +00:00
|
|
|
### Added
|
|
|
|
- add type definition for `messagingMessage` event to main stream channel
|
|
|
|
|
|
|
|
## 0.0.7 - 2021-10-16
|
|
|
|
### Fixed
|
|
|
|
- Fixed Notifications type
|
|
|
|
- Fixed MessagingMessage type
|
|
|
|
- Fixed UserLite type
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Wrap native fetches in api with an anonymous function when storing them.
|