Skip to content

v0.1.0

Compare
Choose a tag to compare
@DjDeveloperr DjDeveloperr released this 02 Jan 12:02
· 42 commits to main since this release
657faa7

Changelog

  • fix: type of PythonConvertible. Now its Array, Map, Set, etc. types reference to itself instead of only primitives.
  • feat: support Sets
  • feat: support accessing/setting list indexes using JS list[index]
  • feat: support setting object attributes
  • feat: support in operator by implementing has proxy accessor
  • feat: support accessing/setting dict items using JS dict[key]
  • feat: support importing module from code string using runModule
  • feat: add isInstance on PyObject
  • feat: support Named Arguments in function calls (via NamedArgument class)
  • feat: support tuples
  • feat: support accessing tuple indexes using JS tuple[index]
  • docs: explain advanced usage of the module.