Skip to content

v2.1.0

Compare
Choose a tag to compare
@L-Mario564 L-Mario564 released this 16 Feb 16:45
· 19 commits to master since this release
  • Add best_id property to the Score interface.
  • 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.