Skip to content

1.4

Choose a tag to compare

@CoCo-R38 CoCo-R38 released this 23 Feb 19:12
· 15 commits to main since this release
42c0cc0

This may seem like a small update but it's huge in functionality. You can now change Object values dynamically without having to overwrite them every time. Also you can delete key-value-type pairs now.

Full Changelog:

  • Extended Documentations
  • Added overwrite option to set() to prevent accidental key-overrides
  • Create deep-copies of mutable values in set() to prevent modifications to variables
  • Added default option to get() if key isn't found
  • Added delete() to delete keys and their type and value from RDM files
  • Added add() as a math-method for int, float and datetime.datetime
  • Added multiply() as a math-method for int and float
  • Added extend() as a type-dynamic-method to extend the content of str, list, set, dict and pathlib.Path