Skip to content

v2.0.0

Compare
Choose a tag to compare
@BlackRam-oss BlackRam-oss released this 12 Dec 10:29
· 28 commits to main since this release

There have been many changes for this reason I advise you to be very careful if you intend to update your version

Install Manual

You can install this version only manually:

Or you can use git submodule, but for install Install LTS Version

Migrations

Migrations

Use search and replace of vscode with regex functionality enabled

image

updateFlags

  • updateFlags\((.*)\)
  • update_flags($1)

getFlags

  • getFlags\((.*)\)
  • get_flags($1)

setFlags

  • setFlags\((.*)\)
  • set_flags($1)

notifyEx

  • notifyEx\((.*)\)
  • notify_add($1)

notifyExPreventsLoops

  • notifyExPreventsLoops\((.*)\)
  • notify_prevents_loops($1)

notifyExClean

  • notifyExClean\((.*)\)
  • notify_remove($1)

GENDER_TYPE

  • GENDER_TYPE
  • GenderEnum

gender_attracted

  • gender_attracted
  • attraction_genders

What's Changed

New Contributors

Full Changelog: https://github.com/DRincs-Productions/DS-toolkit/commits/v2.0.0