Skip to content

v0.7.0 - Change: Transition to Instance-Based Calls for Main Classes

Latest
Compare
Choose a tag to compare
@edelveart edelveart released this 03 Jan 17:57
· 3 commits to main since this release

Major Changes:

Updated the call to the main classes: The way of interacting with the main classes has been changed to instance-based creation. Previously, everything was handled via static classes.

Documentation:

The README has been updated to reflect the new way of calling the classes and includes instructions on how to use the updated instance-based approach.