You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The count_geki and count_katu properties in the ScoreStatistics interface are now marked as nullable. Addresses #4.
Fix a bug with getEnumMods when passing NC and/or PF alongside other mods.
Add derivativeModsWithOriginal parameter to getModsEnum in case the developer wishes for NC to output the same enum value as DTNC and for PF to output the same enum value as SDPF if set to true. Implemented with assistance of @yorunoken.