2026-04-09 21:32:23 +08:00

86 lines
3.0 KiB
Markdown

## [2.5.0] - [10.15.2021] -> [2.6.0] - [02.01.2022]
### Deprecated
- `[albumId]` from `[AlbumModel]`.
- Use `[id]` instead.
## [2.3.0] - [09.25.2021] -> [2.5.0] - [10.15.2021]
### Deprecated
- `[DEFAULT]` from `[SongSortType]`.
- Use `[TITLE]` instead.
- `[DEFAULT]` from `[PlaylistSortType]`.
- Use `[PLAYLIST]` instead.
- `[DEFAULT]` from `[ArtistSortType]`.
- Use `[ARTIST]` instead.
- `[DEFAULT]` from `[AlbumSortType]`.
- Use `[ALBUM]` instead.
- `[DEFAULT]` from `[GenreSortType]`.
- Use `[GENRE]` instead.
- `[ARTIST_KEY]` from `[ArtistSortType]`.
- `[ARTIST_NAME]` from `[ArtistSortType]`.
- Use `[ARTIST]` instead.
- `[ALBUM_NAME]` from `[AlbumSortType]`.
- Use `[ALBUM]` instead.
- `[GENRE_NAME]` from `[GenreSortType]`.
- Use `[GENRE]` instead.
- `[DATA_ADDED]` from `[SongSortType]`.
- Use `[DATE_ADDED]` instead.
- `[DATA_ADDED]` from `[PlaylistSortType]`.
- Use `[DATE_ADDED]` instead.
## [2.0.0] - [06.23.2021] -> [2.3.0] - [09.25.2021]
### Deprecated
- `[albumName]` from `[AlbumModel]`.
- Use `[album]` instead.
- `[artistName]` from `[ArtistModel]`.
- Use `[artist]` instead.
- `[genreName]` from `[GenreModel]`.
- Use `[genre]` instead.
- `[playlistName]` from `[PlaylistModel]`.
- Use `[playlist]` instead.
- `[ALBUM_NAME]` FROM `[AudiosFromType]`.
- Use `[ALBUM]` instead.
- `[ARTIST_NAME]` FROM `[AudiosFromType]`.
- Use `[ARTIST]` instead.
- `[GENRE_NAME]` FROM `[AudiosFromType]`.
- Use `[GENRE]` instead.
- `[ALBUM_NAME]` FROM `[AlbumsArgs]`.
- Use `[ALBUM]` instead.
- `[PLAYLIST_NAME]` FROM `[PlaylistsArgs]`.
- Use `[PLAYLIST]` instead.
- `[PLAYLIST_NAME]` FROM `[PlaylistSortType]`.
- Use `[PLAYLIST]` instead.
- `[ARTIST_NAME]` FROM `[ArtistsArgs]`.
- Use `[ARTIST]` instead.
- `[GENRE_NAME]` FROM `[GenresArgs]`.
- Use `[GENRE]` instead.
- `[numOfSongsArtists]` from `[AlbumModel]`.
- `[firstYear]` from `[AlbumModel]`.
- `[FIRST_YEAR]` from `[AlbumSortType]`.
- `[lastYear]` from `[AlbumModel]`.
- `[LAST_YEAR]` from `[AlbumSortType]`.
- `[release]` from `[DeviceModel]`.
- `[code]` from `[DeviceModel]`.
- `[year]` from `[SongModel]`.
- ~~`[is_alarm]` from `[SongModel]`~~.
- ~~`[is_music]` from `[SongModel]`~~.
- ~~`[is_notification]` from `[SongModel]`~~.
- ~~`[is_ringtone]` from `[SongModel]`~~.
- ~~`[is_podcast]` from `[SongModel]`~~.
- `[file_parent]` from `[SongModel]`.
- `[path]` from `[querySongs]`.
- `[artwork]` from `[SongModel]`.
- Use `[queryArtwork]` instead.
- `[artwork]` from `[ArtistModel]`.
- `[artwork]` from `[GenreModel]`.
- `[artwork]` from `[QueryArtworkWidget]`.
- `[deviceSDK]` from `[QueryArtworkWidget]`.
- `[requestPermission]` from `[QueryArtworkWidget]`.
- `[queryAudiosOnly]`.
- `[querySongsBy]`.
- `[AudiosOnlyType]`.
- `[SongsByType]`.
- `[queryAudios]`.
## [1.1.1] - [06.23.2021] -> [1.2.0] - [07.30.2021]
### Deprecated
- `[deviceInfo]` from `[QueryArtworkWidget]`.