+ Added pesde support
+ Added `.search()` to `ref` and made `ref()` (`.set_ref()`) & `.search()` return a clearer which removes the reference
+ Bumped to 0.1.6
+ Make jecs a wally dependency instead of a file in lib. This wasn't done earlier due to wally packages not being able to be used outside of Roblox without dynamically requiring them. Now, a script is used to download the latest source of jecsfrom Github associated with the version in the manifest.
+ Bump jecs-utils to v0.1.3 and release
"+ Packages were properly shipped with dist, but were shipped with a .project.json pointing to lib" -m "+ Bump jecs to the latest source" -m "+ Bump jecs-utils to v0.1.2 and release"
- Refs and command buffers used to share data with every single world, this is now mitigated by using a separate data set for every world
- Working unit tests have been added
- jecs-utils has now been released at mark-marks/jecs-utils@v0.1.0!