Skip to content

v0.5.3 -- Scenario

Choose a tag to compare

@renyuneyun renyuneyun released this 22 Jan 23:30
· 1272 commits to master since this release

v0.5.3.1 is the patched version of v0.5.3. It's extremely recommended to use v0.5.3.1 instead of v0.5.3.

Do not use the "convert" function in this version or your data will be corrupted.

Add Scenario to allow reuse of event data && Add more configurations to events && Fix import not working correctly && Code refactor


  • Add Scenario as an abstraction of EventData and allow EventStructure to link to it
  • Add reverse to directly reverse the Scenario
  • Add repeatable, persistent as more granulated configuration to events
  • Fix importing not working correctly due to filesystem handling
  • Code factor
    • Extract more abstract classes and generics