# Road to v0.0.2 So we are getting rid of ``createArray()`` and replacing it with an actual proper implementation of arrays, automating releases and uh that ig. ## Tasks - [x] Proper native array support instead of using unions. - [x] Rewrite format implementation. - [x] Implement tests for comparing packing and unpacking of native arrays. - [x] Update README.md to reflect changes. - [x] Add workflow to publish to JSR from within github.
Road to v0.0.2
So we are getting rid of
createArray()and replacing it with an actual proper implementation of arrays, automating releases and uh that ig.Tasks