Skip to content

Releases: paranim/parazoa

0.7.0

26 Dec 04:10

Choose a tag to compare

This release fixes another issue related to setLen. Specifically, if you increased the size of a Vec and then used one of the iterators, it would not iterate over the new slots.

0.6.0

26 Dec 02:14

Choose a tag to compare

This release fixes an issue regarding the length of a Vec after using setLen. If you increase the size, the number returned by len was correct, but when you set a value in one of the new slots, it was incorrectly incrementing it by one.

0.5.0

25 Dec 03:12

Choose a tag to compare

This release allows the operations to work even if the Map, Set, or Vec is uninitialized. I recommend initializing them anyway.