Skip to content

v0.2.3

Compare
Choose a tag to compare
@caleb-distributive caleb-distributive released this 20 Dec 20:30
· 894 commits to main since this release
8eded5c

This release adds a new type, JSArrayProxy, a subtype of list, to properly proxy JavaScript Arrays as python lists, including having all of the appropriate methods.

This release also adds new methods to JSObjectProxy to more closely match dict. It now has all the same methods as dict except for the following: keys(), items(), update(), and values(). These will be added soon in a future release.