Fixes & improvements
- Places where
const std::string_view&
was used now just havestd::string_view
(binary compat breakage) - 2 methods on SongDetailsCache::Song were forgotten to be implemented, they are now implemented
- Added
operator bool
to Song and SongDifficulty, as a shorthand to check if they are theirnone
equivalents - Changed behaviour of the SongArray
Find
Functions to just assign nullptr if things aren't found, instead of using&SongDetailsCache::Song::none
- Made methods on
SongArray
be const because they should be
Full Changelog: v0.1.9...v0.2.0