Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@Ward727a Ward727a released this 07 Jun 20:06
· 26 commits to master since this release

Change log V2.2.0:

Addition:

  • Get object of a table as a pre-generated class, you can still get the Dictionary if you want!
  • Add object to a table with a pre-generated class object, you can still add with a Dictionary if you want!
  • Set object to a table with a pre-generated class object, you can still set it with a Dictionary if you want!
  • Added a new method "get_keys_list" that will return the key of the used structure by the table
  • Added a new method "get_value_of_key" that will return all value of a specific structure key used by the table
  • Added a new private method to the "Structure" class called "_get_dict" to return the value of a structure class as a Dictionary

Modification:

  • Edited some method description of the class "datatable" to add more info and example

Bugfix:

  • Fixed a bug with the auto-updater, the plugin would not restart it-self after a plugin has been done